~ubuntu-branches/ubuntu/vivid/kate/vivid-proposed

« back to all changes in this revision

Viewing changes to addons/pate/src/plugins/gid/tool.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>tool</class>
 
4
 <widget class="QWidget" name="tool">
 
5
  <layout class="QGridLayout" name="gridLayout">
 
6
   <item row="1" column="3">
 
7
    <widget class="KHistoryComboBox" name="filter">
 
8
     <property name="sizePolicy">
 
9
      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
10
       <horstretch>0</horstretch>
 
11
       <verstretch>0</verstretch>
 
12
      </sizepolicy>
 
13
     </property>
 
14
     <property name="whatsThis">
 
15
      <string>A regular expression which must also be matched. Use %{token} to include the token.
 
16
 
 
17
This can be used to get the effect of full text searching for strings which contain the token and match the filter.</string>
 
18
     </property>
 
19
     <property name="insertPolicy">
 
20
      <enum>QComboBox::InsertAtTop</enum>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="1" column="1">
 
25
    <widget class="KHistoryComboBox" name="token">
 
26
     <property name="sizePolicy">
 
27
      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
28
       <horstretch>0</horstretch>
 
29
       <verstretch>0</verstretch>
 
30
      </sizepolicy>
 
31
     </property>
 
32
     <property name="whatsThis">
 
33
      <string>Find a symbol, filename or other token using auto-completion. Hit return to lookup occurrences within files.</string>
 
34
     </property>
 
35
     <property name="insertPolicy">
 
36
      <enum>QComboBox::InsertAtTop</enum>
 
37
     </property>
 
38
    </widget>
 
39
   </item>
 
40
   <item row="1" column="4">
 
41
    <widget class="QPushButton" name="settings">
 
42
     <property name="text">
 
43
      <string>Settings...</string>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item row="1" column="0">
 
48
    <widget class="QLabel" name="labelToken">
 
49
     <property name="text">
 
50
      <string>Token:</string>
 
51
     </property>
 
52
     <property name="buddy">
 
53
      <cstring>token</cstring>
 
54
     </property>
 
55
    </widget>
 
56
   </item>
 
57
   <item row="2" column="0" colspan="6">
 
58
    <widget class="QSplitter" name="results">
 
59
     <property name="orientation">
 
60
      <enum>Qt::Horizontal</enum>
 
61
     </property>
 
62
     <widget class="QTableView" name="matches">
 
63
      <property name="whatsThis">
 
64
       <string>Filtered matches for the token. Activate a match to jump to it.</string>
 
65
      </property>
 
66
      <property name="editTriggers">
 
67
       <set>QAbstractItemView::NoEditTriggers</set>
 
68
      </property>
 
69
      <property name="selectionMode">
 
70
       <enum>QAbstractItemView::SingleSelection</enum>
 
71
      </property>
 
72
      <property name="selectionBehavior">
 
73
       <enum>QAbstractItemView::SelectRows</enum>
 
74
      </property>
 
75
      <property name="sortingEnabled">
 
76
       <bool>true</bool>
 
77
      </property>
 
78
      <attribute name="verticalHeaderVisible">
 
79
       <bool>false</bool>
 
80
      </attribute>
 
81
     </widget>
 
82
     <widget class="QTableView" name="history">
 
83
      <property name="whatsThis">
 
84
       <string>Stack of previous locations. Activate an item to jump to it.</string>
 
85
      </property>
 
86
      <property name="editTriggers">
 
87
       <set>QAbstractItemView::NoEditTriggers</set>
 
88
      </property>
 
89
      <property name="selectionMode">
 
90
       <enum>QAbstractItemView::SingleSelection</enum>
 
91
      </property>
 
92
      <property name="selectionBehavior">
 
93
       <enum>QAbstractItemView::SelectRows</enum>
 
94
      </property>
 
95
      <attribute name="verticalHeaderVisible">
 
96
       <bool>false</bool>
 
97
      </attribute>
 
98
     </widget>
 
99
    </widget>
 
100
   </item>
 
101
   <item row="1" column="2">
 
102
    <widget class="QLabel" name="labelFilter">
 
103
     <property name="text">
 
104
      <string>Filter:</string>
 
105
     </property>
 
106
     <property name="buddy">
 
107
      <cstring>filter</cstring>
 
108
     </property>
 
109
    </widget>
 
110
   </item>
 
111
  </layout>
 
112
 </widget>
 
113
 <customwidgets>
 
114
  <customwidget>
 
115
   <class>KComboBox</class>
 
116
   <extends>QComboBox</extends>
 
117
   <header>kcombobox.h</header>
 
118
  </customwidget>
 
119
  <customwidget>
 
120
   <class>KHistoryComboBox</class>
 
121
   <extends>KComboBox</extends>
 
122
   <header>khistorycombobox.h</header>
 
123
  </customwidget>
 
124
 </customwidgets>
 
125
 <tabstops>
 
126
  <tabstop>token</tabstop>
 
127
  <tabstop>matches</tabstop>
 
128
  <tabstop>history</tabstop>
 
129
  <tabstop>filter</tabstop>
 
130
  <tabstop>settings</tabstop>
 
131
 </tabstops>
 
132
 <resources/>
 
133
 <connections/>
 
134
</ui>