2 <class>LegacyRandRConfigBase</class>
3 <widget class="QWidget" name="LegacyRandRConfigBase" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Screen Resize and Rotate Settings</string>
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>
18 <layout class="QVBoxLayout" >
20 <layout class="QHBoxLayout" >
22 <widget class="QLabel" name="screenLabel" >
23 <property name="text" >
24 <string>Settings for screen:</string>
26 <property name="buddy" >
27 <cstring>screenCombo</cstring>
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>
41 <layout class="QHBoxLayout" >
43 <widget class="QLabel" name="sizeLabel" >
44 <property name="text" >
45 <string>Screen size:</string>
47 <property name="buddy" >
48 <cstring>sizeCombo</cstring>
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>
62 <layout class="QHBoxLayout" >
64 <widget class="QLabel" name="rateLabel" >
65 <property name="text" >
66 <string>Refresh rate:</string>
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>
80 <widget class="QGroupBox" name="rotationGroup" >
81 <property name="minimumSize" >
87 <property name="whatsThis" >
88 <string>The options in this section allow you to change the rotation of your screen.</string>
90 <property name="title" >
91 <string>Orientation (degrees counterclockwise)</string>
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>
100 <property name="text" >
101 <string>Apply settings on KDE startup</string>
106 <widget class="QCheckBox" name="syncTrayApp" >
107 <property name="text" >
108 <string>Allow tray application to change startup settings</string>
114 <property name="orientation" >
115 <enum>Qt::Vertical</enum>
117 <property name="sizeHint" >
129 <class>KComboBox</class>
130 <extends>QComboBox</extends>
131 <header>kcombobox.h</header>