not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kcontrol / randr / legacyrandrconfigbase.ui
blob4b04d4cb93d7c4d84b6413b114fa1cedf1000d00
1 <ui version="4.0" >
2  <class>LegacyRandRConfigBase</class>
3  <widget class="QWidget" name="LegacyRandRConfigBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>469</width>
9     <height>319</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Screen Resize and Rotate Settings</string>
14   </property>
15   <property name="whatsThis" >
16    <string>If this option is enabled, options set by the system tray applet will be saved and loaded when KDE starts instead of being temporary.</string>
17   </property>
18   <layout class="QVBoxLayout" >
19    <item>
20     <layout class="QHBoxLayout" >
21      <item>
22       <widget class="QLabel" name="screenLabel" >
23        <property name="text" >
24         <string>Settings for screen:</string>
25        </property>
26        <property name="buddy" >
27         <cstring>screenCombo</cstring>
28        </property>
29       </widget>
30      </item>
31      <item>
32       <widget class="KComboBox" name="screenCombo" >
33        <property name="whatsThis" >
34         <string>The screen whose settings you would like to change can be selected using this drop-down list.</string>
35        </property>
36       </widget>
37      </item>
38     </layout>
39    </item>
40    <item>
41     <layout class="QHBoxLayout" >
42      <item>
43       <widget class="QLabel" name="sizeLabel" >
44        <property name="text" >
45         <string>Screen size:</string>
46        </property>
47        <property name="buddy" >
48         <cstring>sizeCombo</cstring>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <widget class="KComboBox" name="sizeCombo" >
54        <property name="whatsThis" >
55         <string>The size, otherwise known as the resolution, of your screen can be selected from this drop-down list.</string>
56        </property>
57       </widget>
58      </item>
59     </layout>
60    </item>
61    <item>
62     <layout class="QHBoxLayout" >
63      <item>
64       <widget class="QLabel" name="rateLabel" >
65        <property name="text" >
66         <string>Refresh rate:</string>
67        </property>
68       </widget>
69      </item>
70      <item>
71       <widget class="KComboBox" name="rateCombo" >
72        <property name="whatsThis" >
73         <string>The refresh rate of your screen can be selected from this drop-down list.</string>
74        </property>
75       </widget>
76      </item>
77     </layout>
78    </item>
79    <item>
80     <widget class="QGroupBox" name="rotationGroup" >
81      <property name="minimumSize" >
82       <size>
83        <width>0</width>
84        <height>100</height>
85       </size>
86      </property>
87      <property name="whatsThis" >
88       <string>The options in this section allow you to change the rotation of your screen.</string>
89      </property>
90      <property name="title" >
91       <string>Orientation (degrees counterclockwise)</string>
92      </property>
93     </widget>
94    </item>
95    <item>
96     <widget class="QCheckBox" name="applyOnStartup" >
97      <property name="whatsThis" >
98       <string>If this option is enabled the size and orientation settings will be used when KDE starts.</string>
99      </property>
100      <property name="text" >
101       <string>Apply settings on KDE startup</string>
102      </property>
103     </widget>
104    </item>
105    <item>
106     <widget class="QCheckBox" name="syncTrayApp" >
107      <property name="text" >
108       <string>Allow tray application to change startup settings</string>
109      </property>
110     </widget>
111    </item>
112    <item>
113     <spacer>
114      <property name="orientation" >
115       <enum>Qt::Vertical</enum>
116      </property>
117      <property name="sizeHint" >
118       <size>
119        <width>20</width>
120        <height>40</height>
121       </size>
122      </property>
123     </spacer>
124    </item>
125   </layout>
126  </widget>
127  <customwidgets>
128   <customwidget>
129    <class>KComboBox</class>
130    <extends>QComboBox</extends>
131    <header>kcombobox.h</header>
132   </customwidget>
133  </customwidgets>
134  <resources/>
135  <connections/>
136 </ui>