~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to khotkeys/kcm_hotkeys/helper_widgets/window_definition_widget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>WindowDefinitionWidget</class>
 
3
 <widget class="QWidget" name="WindowDefinitionWidget" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>371</width>
 
9
    <height>404</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" name="_2" >
 
13
   <item>
 
14
    <widget class="QGroupBox" name="groupBox_2" >
 
15
     <property name="title" >
 
16
      <string>Window Data</string>
 
17
     </property>
 
18
     <layout class="QVBoxLayout" name="verticalLayout_2" >
 
19
      <item>
 
20
       <layout class="QGridLayout" name="gridLayout" >
 
21
        <item row="0" column="0" >
 
22
         <widget class="QLabel" name="comment_label" >
 
23
          <property name="text" >
 
24
           <string>Comment:</string>
 
25
          </property>
 
26
         </widget>
 
27
        </item>
 
28
        <item row="1" column="0" >
 
29
         <widget class="QLabel" name="window_title_label" >
 
30
          <property name="text" >
 
31
           <string>Window title:</string>
 
32
          </property>
 
33
         </widget>
 
34
        </item>
 
35
        <item row="1" column="2" >
 
36
         <widget class="QComboBox" name="window_title_combo" >
 
37
          <item>
 
38
           <property name="text" >
 
39
            <string>Is Not Important</string>
 
40
           </property>
 
41
          </item>
 
42
          <item>
 
43
           <property name="text" >
 
44
            <string>Contains</string>
 
45
           </property>
 
46
          </item>
 
47
          <item>
 
48
           <property name="text" >
 
49
            <string>Is</string>
 
50
           </property>
 
51
          </item>
 
52
          <item>
 
53
           <property name="text" >
 
54
            <string>Matches Regular Expression</string>
 
55
           </property>
 
56
          </item>
 
57
          <item>
 
58
           <property name="text" >
 
59
            <string>Does Not Contain</string>
 
60
           </property>
 
61
          </item>
 
62
          <item>
 
63
           <property name="text" >
 
64
            <string>Is Not</string>
 
65
           </property>
 
66
          </item>
 
67
          <item>
 
68
           <property name="text" >
 
69
            <string>Does Not Match Regular Expression</string>
 
70
           </property>
 
71
          </item>
 
72
         </widget>
 
73
        </item>
 
74
        <item row="3" column="0" >
 
75
         <widget class="QLabel" name="window_class_label" >
 
76
          <property name="text" >
 
77
           <string>Window class:</string>
 
78
          </property>
 
79
         </widget>
 
80
        </item>
 
81
        <item row="3" column="2" >
 
82
         <widget class="QComboBox" name="window_class_combo" >
 
83
          <item>
 
84
           <property name="text" >
 
85
            <string>Is Not Important</string>
 
86
           </property>
 
87
          </item>
 
88
          <item>
 
89
           <property name="text" >
 
90
            <string>Contains</string>
 
91
           </property>
 
92
          </item>
 
93
          <item>
 
94
           <property name="text" >
 
95
            <string>Is</string>
 
96
           </property>
 
97
          </item>
 
98
          <item>
 
99
           <property name="text" >
 
100
            <string>Matches Regular Expression</string>
 
101
           </property>
 
102
          </item>
 
103
          <item>
 
104
           <property name="text" >
 
105
            <string>Does Not Contain</string>
 
106
           </property>
 
107
          </item>
 
108
          <item>
 
109
           <property name="text" >
 
110
            <string>Is Not</string>
 
111
           </property>
 
112
          </item>
 
113
          <item>
 
114
           <property name="text" >
 
115
            <string>Does Not Match Regular Expression</string>
 
116
           </property>
 
117
          </item>
 
118
         </widget>
 
119
        </item>
 
120
        <item row="5" column="0" >
 
121
         <widget class="QLabel" name="window_role_label" >
 
122
          <property name="text" >
 
123
           <string>Window role:</string>
 
124
          </property>
 
125
         </widget>
 
126
        </item>
 
127
        <item row="5" column="2" >
 
128
         <widget class="QComboBox" name="window_role_combo" >
 
129
          <item>
 
130
           <property name="text" >
 
131
            <string>Is Not Important</string>
 
132
           </property>
 
133
          </item>
 
134
          <item>
 
135
           <property name="text" >
 
136
            <string>Contains</string>
 
137
           </property>
 
138
          </item>
 
139
          <item>
 
140
           <property name="text" >
 
141
            <string>Is</string>
 
142
           </property>
 
143
          </item>
 
144
          <item>
 
145
           <property name="text" >
 
146
            <string>Matches Regular Expression</string>
 
147
           </property>
 
148
          </item>
 
149
          <item>
 
150
           <property name="text" >
 
151
            <string>Does Not Contain</string>
 
152
           </property>
 
153
          </item>
 
154
          <item>
 
155
           <property name="text" >
 
156
            <string>Is Not</string>
 
157
           </property>
 
158
          </item>
 
159
          <item>
 
160
           <property name="text" >
 
161
            <string>Does Not Match Regular Expression</string>
 
162
           </property>
 
163
          </item>
 
164
         </widget>
 
165
        </item>
 
166
        <item row="2" column="2" >
 
167
         <widget class="KLineEdit" name="window_title" >
 
168
          <property name="enabled" >
 
169
           <bool>false</bool>
 
170
          </property>
 
171
         </widget>
 
172
        </item>
 
173
        <item row="4" column="2" >
 
174
         <widget class="KLineEdit" name="window_class" >
 
175
          <property name="enabled" >
 
176
           <bool>false</bool>
 
177
          </property>
 
178
         </widget>
 
179
        </item>
 
180
        <item row="6" column="2" >
 
181
         <widget class="KLineEdit" name="window_role" >
 
182
          <property name="enabled" >
 
183
           <bool>false</bool>
 
184
          </property>
 
185
         </widget>
 
186
        </item>
 
187
        <item row="0" column="2" >
 
188
         <widget class="KLineEdit" name="comment" />
 
189
        </item>
 
190
       </layout>
 
191
      </item>
 
192
      <item>
 
193
       <widget class="QPushButton" name="autodetect" >
 
194
        <property name="text" >
 
195
         <string>&amp;Autodetect</string>
 
196
        </property>
 
197
       </widget>
 
198
      </item>
 
199
     </layout>
 
200
    </widget>
 
201
   </item>
 
202
   <item>
 
203
    <widget class="QGroupBox" name="groupBox" >
 
204
     <property name="title" >
 
205
      <string>Window Types</string>
 
206
     </property>
 
207
     <layout class="QGridLayout" name="gridLayout_2" >
 
208
      <item row="0" column="0" >
 
209
       <widget class="QRadioButton" name="type_normal" >
 
210
        <property name="text" >
 
211
         <string>Normal</string>
 
212
        </property>
 
213
       </widget>
 
214
      </item>
 
215
      <item row="0" column="1" >
 
216
       <widget class="QRadioButton" name="type_desktop" >
 
217
        <property name="text" >
 
218
         <string>Desktop</string>
 
219
        </property>
 
220
       </widget>
 
221
      </item>
 
222
      <item row="1" column="0" >
 
223
       <widget class="QRadioButton" name="type_dialog" >
 
224
        <property name="text" >
 
225
         <string>Dialog</string>
 
226
        </property>
 
227
       </widget>
 
228
      </item>
 
229
      <item row="1" column="1" >
 
230
       <widget class="QRadioButton" name="type_dock" >
 
231
        <property name="text" >
 
232
         <string>Dock</string>
 
233
        </property>
 
234
       </widget>
 
235
      </item>
 
236
     </layout>
 
237
    </widget>
 
238
   </item>
 
239
  </layout>
 
240
 </widget>
 
241
 <customwidgets>
 
242
  <customwidget>
 
243
   <class>KLineEdit</class>
 
244
   <extends>QLineEdit</extends>
 
245
   <header>klineedit.h</header>
 
246
  </customwidget>
 
247
 </customwidgets>
 
248
 <resources/>
 
249
 <connections/>
 
250
</ui>