add more spacing
[personal-kdebase.git] / workspace / kwin / kcmkwin / kwinrules / detectwidget.ui
blob0de67aa6447e63517ce53495de6a96f71a4f075f
1 <ui version="4.0" >
2  <class>KWin::DetectWidget</class>
3  <widget class="QWidget" name="KWin::DetectWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>417</width>
9     <height>362</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <item row="0" column="0" colspan="2" >
14     <widget class="QLabel" name="textLabel9" >
15      <property name="text" >
16       <string>Information About Selected Window</string>
17      </property>
18      <property name="wordWrap" >
19       <bool>false</bool>
20      </property>
21     </widget>
22    </item>
23    <item row="1" column="0" colspan="2" >
24     <widget class="Line" name="line1" >
25      <property name="frameShape" >
26       <enum>QFrame::HLine</enum>
27      </property>
28      <property name="frameShadow" >
29       <enum>QFrame::Sunken</enum>
30      </property>
31     </widget>
32    </item>
33    <item row="2" column="0" >
34     <widget class="QLabel" name="textLabel1" >
35      <property name="text" >
36       <string>Class:</string>
37      </property>
38      <property name="wordWrap" >
39       <bool>false</bool>
40      </property>
41     </widget>
42    </item>
43    <item row="2" column="1" >
44     <widget class="QLabel" name="class_label" >
45      <property name="text" >
46       <string/>
47      </property>
48      <property name="wordWrap" >
49       <bool>false</bool>
50      </property>
51     </widget>
52    </item>
53    <item row="3" column="0" >
54     <widget class="QLabel" name="textLabel3" >
55      <property name="text" >
56       <string>Role:</string>
57      </property>
58      <property name="wordWrap" >
59       <bool>false</bool>
60      </property>
61     </widget>
62    </item>
63    <item row="3" column="1" >
64     <widget class="QLabel" name="role_label" >
65      <property name="text" >
66       <string/>
67      </property>
68      <property name="wordWrap" >
69       <bool>false</bool>
70      </property>
71     </widget>
72    </item>
73    <item row="4" column="0" >
74     <widget class="QLabel" name="textLabel4" >
75      <property name="text" >
76       <string>Type:</string>
77      </property>
78      <property name="wordWrap" >
79       <bool>false</bool>
80      </property>
81     </widget>
82    </item>
83    <item row="4" column="1" >
84     <widget class="QLabel" name="type_label" >
85      <property name="text" >
86       <string/>
87      </property>
88      <property name="wordWrap" >
89       <bool>false</bool>
90      </property>
91     </widget>
92    </item>
93    <item row="5" column="0" >
94     <widget class="QLabel" name="textLabel8" >
95      <property name="text" >
96       <string>Title:</string>
97      </property>
98      <property name="wordWrap" >
99       <bool>false</bool>
100      </property>
101     </widget>
102    </item>
103    <item row="5" column="1" >
104     <widget class="QLabel" name="title_label" >
105      <property name="text" >
106       <string/>
107      </property>
108      <property name="wordWrap" >
109       <bool>false</bool>
110      </property>
111     </widget>
112    </item>
113    <item row="6" column="0" >
114     <widget class="QLabel" name="textLabel11" >
115      <property name="text" >
116       <string>Extra role:</string>
117      </property>
118      <property name="wordWrap" >
119       <bool>false</bool>
120      </property>
121     </widget>
122    </item>
123    <item row="6" column="1" >
124     <widget class="QLabel" name="extrarole_label" >
125      <property name="text" >
126       <string/>
127      </property>
128      <property name="wordWrap" >
129       <bool>false</bool>
130      </property>
131     </widget>
132    </item>
133    <item row="7" column="0" >
134     <widget class="QLabel" name="textLabel13" >
135      <property name="text" >
136       <string>Machine:</string>
137      </property>
138      <property name="wordWrap" >
139       <bool>false</bool>
140      </property>
141     </widget>
142    </item>
143    <item row="7" column="1" >
144     <widget class="QLabel" name="machine_label" >
145      <property name="text" >
146       <string/>
147      </property>
148      <property name="wordWrap" >
149       <bool>false</bool>
150      </property>
151     </widget>
152    </item>
153    <item row="8" column="0" colspan="2" >
154     <widget class="QGroupBox" name="groupBox" >
155      <layout class="QVBoxLayout" >
156       <item>
157        <widget class="QRadioButton" name="use_class" >
158         <property name="whatsThis" >
159          <string>For selecting all windows belonging to a specific application, selecting only window class should usually work.</string>
160         </property>
161         <property name="text" >
162          <string>Use window &amp;class (whole application)</string>
163         </property>
164         <property name="checked" >
165          <bool>true</bool>
166         </property>
167        </widget>
168       </item>
169       <item>
170        <widget class="QRadioButton" name="use_role" >
171         <property name="whatsThis" >
172          <string>For selecting a specific window in an application, both window class and window role should be selected. Window class will determine the application, and window role the specific window in the application; many applications do not provide useful window roles though.</string>
173         </property>
174         <property name="text" >
175          <string>Use window class and window &amp;role (specific window)</string>
176         </property>
177        </widget>
178       </item>
179       <item>
180        <widget class="QRadioButton" name="use_whole_class" >
181         <property name="whatsThis" >
182          <string>With some (non-KDE) applications whole window class can be sufficient for selecting a specific window in an application, as they set whole window class to contain both application and window role.</string>
183         </property>
184         <property name="text" >
185          <string>Use &amp;whole window class (specific window)</string>
186         </property>
187        </widget>
188       </item>
189       <item>
190        <widget class="QCheckBox" name="match_title" >
191         <property name="text" >
192          <string>Match also window &amp;title</string>
193         </property>
194        </widget>
195       </item>
196      </layout>
197     </widget>
198    </item>
199    <item row="9" column="0" >
200     <spacer>
201      <property name="orientation" >
202       <enum>Qt::Vertical</enum>
203      </property>
204      <property name="sizeType" >
205       <enum>QSizePolicy::Expanding</enum>
206      </property>
207      <property name="sizeHint" >
208       <size>
209        <width>20</width>
210        <height>161</height>
211       </size>
212      </property>
213     </spacer>
214    </item>
215   </layout>
216  </widget>
217  <layoutdefault spacing="6" margin="11" />
218  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
219  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
220  <resources/>
221  <connections/>
222 </ui>