|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <ui version="4.0"> |
3 | | - <class>AlwaysOpenOnFocusedScreenConfigForm</class> |
4 | | - <widget class="QWidget" name="AlwaysOpenOnFocusedScreenConfigForm"> |
5 | | - <property name="geometry"> |
6 | | - <rect> |
7 | | - <x>0</x> |
8 | | - <y>0</y> |
9 | | - <width>400</width> |
10 | | - <height>451</height> |
11 | | - </rect> |
12 | | - </property> |
13 | | - <property name="windowTitle"> |
14 | | - <string>Form</string> |
15 | | - </property> |
16 | | - <layout class="QVBoxLayout" name="verticalLayout"> |
17 | | - <item> |
18 | | - <widget class="QLabel" name="label"> |
19 | | - <property name="whatsThis"> |
20 | | - <string notr="true">Effected window class names. One per line</string> |
21 | | - </property> |
22 | | - <property name="text"> |
23 | | - <string notr="true">Effected window class names. One per line</string> |
24 | | - </property> |
| 3 | + <class>AlwaysOpenOnActiveScreenConfigForm</class> |
| 4 | + <widget class="QWidget" name="AlwaysOpenOnFocusedScreenConfigForm"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>400</width> |
| 10 | + <height>451</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Always Open on Focused Screen</string> |
| 15 | + </property> |
| 16 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 17 | + <item> |
| 18 | + <widget class="QLabel" name="label_1"> |
| 19 | + <property name="text"> |
| 20 | + <string>Apply to windows belonging to</string> |
| 21 | + </property> |
| 22 | + </widget> |
| 23 | + </item> |
| 24 | + <item> |
| 25 | + <widget class="QSplitter" name="splitter"> |
| 26 | + <property name="sizePolicy"> |
| 27 | + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
| 28 | + <horstretch>0</horstretch> |
| 29 | + <verstretch>0</verstretch> |
| 30 | + </sizepolicy> |
| 31 | + </property> |
| 32 | + <property name="orientation"> |
| 33 | + <enum>Qt::Horizontal</enum> |
| 34 | + </property> |
| 35 | + <widget class="QRadioButton" name="kcfg_allowMode"> |
| 36 | + <property name="text"> |
| 37 | + <string notr="true">all except the follwing</string> |
| 38 | + </property> |
| 39 | + <attribute name="buttonGroup"> |
| 40 | + <string notr="true">matchTypeGroup</string> |
| 41 | + </attribute> |
| 42 | + </widget> |
| 43 | + <widget class="QRadioButton" name="kcfg_denyMode"> |
| 44 | + <property name="text"> |
| 45 | + <string notr="true">none except the following</string> |
| 46 | + </property> |
| 47 | + <attribute name="buttonGroup"> |
| 48 | + <string notr="true">matchTypeGroup</string> |
| 49 | + </attribute> |
| 50 | + </widget> |
| 51 | + </widget> |
| 52 | + </item> |
| 53 | + <item> |
| 54 | + <widget class="QLabel" name="label_2"> |
| 55 | + <property name="text"> |
| 56 | + <string>applications:</string> |
| 57 | + </property> |
| 58 | + </widget> |
| 59 | + </item> |
| 60 | + <item> |
| 61 | + <widget class="QPlainTextEdit" name="kcfg_classList"> |
| 62 | + <property name="placeholderText"> |
| 63 | + <string>List of window classes (example: dolphin), one per line</string> |
| 64 | + </property> |
| 65 | + </widget> |
| 66 | + </item> |
| 67 | + </layout> |
25 | 68 | </widget> |
26 | | - </item> |
27 | | - <item> |
28 | | - <widget class="QPlainTextEdit" name="kcfg_classlist"/> |
29 | | - </item> |
30 | | - <item> |
31 | | - <widget class="QSplitter" name="splitter"> |
32 | | - <property name="sizePolicy"> |
33 | | - <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
34 | | - <horstretch>0</horstretch> |
35 | | - <verstretch>0</verstretch> |
36 | | - </sizepolicy> |
37 | | - </property> |
38 | | - <property name="orientation"> |
39 | | - <enum>Qt::Horizontal</enum> |
40 | | - </property> |
41 | | - <widget class="QRadioButton" name="kcfg_allowmode"> |
42 | | - <property name="text"> |
43 | | - <string notr="true">Allow matching windows</string> |
44 | | - </property> |
45 | | - <attribute name="buttonGroup"> |
46 | | - <string notr="true">matchTypeGroup</string> |
47 | | - </attribute> |
48 | | - </widget> |
49 | | - <widget class="QRadioButton" name="kcfg_denymode"> |
50 | | - <property name="text"> |
51 | | - <string notr="true">Deny matching windows</string> |
52 | | - </property> |
53 | | - <attribute name="buttonGroup"> |
54 | | - <string notr="true">matchTypeGroup</string> |
55 | | - </attribute> |
56 | | - </widget> |
57 | | - </widget> |
58 | | - </item> |
59 | | - <item> |
60 | | - <widget class="QCheckBox" name="kcfg_debugMode"> |
61 | | - <property name="text"> |
62 | | - <string notr="true">DebugMode</string> |
63 | | - </property> |
64 | | - </widget> |
65 | | - </item> |
66 | | - </layout> |
67 | | - </widget> |
68 | | - <resources/> |
69 | | - <connections/> |
70 | | - <buttongroups> |
71 | | - <buttongroup name="matchTypeGroup"/> |
72 | | - </buttongroups> |
| 69 | + <resources /> |
| 70 | + <connections /> |
| 71 | + <buttongroups> |
| 72 | + <buttongroup name="matchTypeGroup" /> |
| 73 | + </buttongroups> |
73 | 74 | </ui> |
0 commit comments