delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kcontrol / componentchooser / wmconfig_ui.ui
blob311b312d84e06c66bf1af6b9c5892d40be4c9281
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>WmConfig_UI</class>
4 <widget class="QWidget" name="WmConfig_UI">
5 <layout class="QVBoxLayout" name="verticalLayout">
6 <property name="margin">
7 <number>0</number>
8 </property>
9 <item>
10 <widget class="QRadioButton" name="kwinRB">
11 <property name="text">
12 <string>&amp;Use the default KDE window manager (KWin)</string>
13 </property>
14 </widget>
15 </item>
16 <item>
17 <widget class="QRadioButton" name="differentRB">
18 <property name="text">
19 <string>Use a different &amp;window manager:</string>
20 </property>
21 </widget>
22 </item>
23 <item>
24 <layout class="QHBoxLayout">
25 <item>
26 <spacer name="horizontalSpacer">
27 <property name="orientation">
28 <enum>Qt::Horizontal</enum>
29 </property>
30 <property name="sizeType">
31 <enum>QSizePolicy::Fixed</enum>
32 </property>
33 <property name="sizeHint" stdset="0">
34 <size>
35 <width>20</width>
36 <height>0</height>
37 </size>
38 </property>
39 </spacer>
40 </item>
41 <item>
42 <widget class="KComboBox" name="wmCombo">
43 <property name="enabled">
44 <bool>false</bool>
45 </property>
46 <property name="sizePolicy">
47 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
48 <horstretch>0</horstretch>
49 <verstretch>0</verstretch>
50 </sizepolicy>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="KPushButton" name="configureButton">
56 <property name="enabled">
57 <bool>false</bool>
58 </property>
59 <property name="text">
60 <string>Configure</string>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </item>
66 <item>
67 <layout class="QHBoxLayout" name="horizontalLayout">
68 <item>
69 <spacer name="horizontalSpacer_2">
70 <property name="orientation">
71 <enum>Qt::Horizontal</enum>
72 </property>
73 <property name="sizeType">
74 <enum>QSizePolicy::Fixed</enum>
75 </property>
76 <property name="sizeHint" stdset="0">
77 <size>
78 <width>20</width>
79 <height>0</height>
80 </size>
81 </property>
82 </spacer>
83 </item>
84 <item>
85 <widget class="QLabel" name="label">
86 <property name="text">
87 <string>Note: Most window managers have their own configuration and do not follow KDE settings.</string>
88 </property>
89 <property name="wordWrap">
90 <bool>true</bool>
91 </property>
92 </widget>
93 </item>
94 </layout>
95 </item>
96 <item>
97 <spacer>
98 <property name="orientation">
99 <enum>Qt::Vertical</enum>
100 </property>
101 <property name="sizeHint" stdset="0">
102 <size>
103 <width>0</width>
104 <height>20</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 </layout>
110 </widget>
111 <customwidgets>
112 <customwidget>
113 <class>KComboBox</class>
114 <extends>QComboBox</extends>
115 <header location="global">KDE/KComboBox</header>
116 </customwidget>
117 <customwidget>
118 <class>KPushButton</class>
119 <extends>QPushButton</extends>
120 <header location="global">KDE/KPushButton</header>
121 </customwidget>
122 </customwidgets>
123 <resources/>
124 <connections>
125 <connection>
126 <sender>differentRB</sender>
127 <signal>toggled(bool)</signal>
128 <receiver>wmCombo</receiver>
129 <slot>setEnabled(bool)</slot>
130 <hints>
131 <hint type="sourcelabel">
132 <x>20</x>
133 <y>42</y>
134 </hint>
135 <hint type="destinationlabel">
136 <x>47</x>
137 <y>72</y>
138 </hint>
139 </hints>
140 </connection>
141 </connections>
142 </ui>