2 <class>KWin::DetectWidget</class>
3 <widget class="QWidget" name="KWin::DetectWidget" >
4 <property name="geometry" >
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>
18 <property name="wordWrap" >
23 <item row="1" column="0" colspan="2" >
24 <widget class="Line" name="line1" >
25 <property name="frameShape" >
26 <enum>QFrame::HLine</enum>
28 <property name="frameShadow" >
29 <enum>QFrame::Sunken</enum>
33 <item row="2" column="0" >
34 <widget class="QLabel" name="textLabel1" >
35 <property name="text" >
36 <string>Class:</string>
38 <property name="wordWrap" >
43 <item row="2" column="1" >
44 <widget class="QLabel" name="class_label" >
45 <property name="text" >
48 <property name="wordWrap" >
53 <item row="3" column="0" >
54 <widget class="QLabel" name="textLabel3" >
55 <property name="text" >
56 <string>Role:</string>
58 <property name="wordWrap" >
63 <item row="3" column="1" >
64 <widget class="QLabel" name="role_label" >
65 <property name="text" >
68 <property name="wordWrap" >
73 <item row="4" column="0" >
74 <widget class="QLabel" name="textLabel4" >
75 <property name="text" >
76 <string>Type:</string>
78 <property name="wordWrap" >
83 <item row="4" column="1" >
84 <widget class="QLabel" name="type_label" >
85 <property name="text" >
88 <property name="wordWrap" >
93 <item row="5" column="0" >
94 <widget class="QLabel" name="textLabel8" >
95 <property name="text" >
96 <string>Title:</string>
98 <property name="wordWrap" >
103 <item row="5" column="1" >
104 <widget class="QLabel" name="title_label" >
105 <property name="text" >
108 <property name="wordWrap" >
113 <item row="6" column="0" >
114 <widget class="QLabel" name="textLabel11" >
115 <property name="text" >
116 <string>Extra role:</string>
118 <property name="wordWrap" >
123 <item row="6" column="1" >
124 <widget class="QLabel" name="extrarole_label" >
125 <property name="text" >
128 <property name="wordWrap" >
133 <item row="7" column="0" >
134 <widget class="QLabel" name="textLabel13" >
135 <property name="text" >
136 <string>Machine:</string>
138 <property name="wordWrap" >
143 <item row="7" column="1" >
144 <widget class="QLabel" name="machine_label" >
145 <property name="text" >
148 <property name="wordWrap" >
153 <item row="8" column="0" colspan="2" >
154 <widget class="QGroupBox" name="groupBox" >
155 <layout class="QVBoxLayout" >
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>
161 <property name="text" >
162 <string>Use window &class (whole application)</string>
164 <property name="checked" >
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>
174 <property name="text" >
175 <string>Use window class and window &role (specific window)</string>
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>
184 <property name="text" >
185 <string>Use &whole window class (specific window)</string>
190 <widget class="QCheckBox" name="match_title" >
191 <property name="text" >
192 <string>Match also window &title</string>
199 <item row="9" column="0" >
201 <property name="orientation" >
202 <enum>Qt::Vertical</enum>
204 <property name="sizeType" >
205 <enum>QSizePolicy::Expanding</enum>
207 <property name="sizeHint" >
217 <layoutdefault spacing="6" margin="11" />
218 <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
219 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>