remove spurious spaces
[lilass.git] / qt_dialogue.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Dialog</class>
4  <widget class="QDialog" name="Dialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>332</width>
10     <height>217</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>DSL - easy Display Setup for Laptops</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Screen Configuratioon</string>
21      </property>
22      <layout class="QGridLayout" name="gridLayout">
23       <item row="0" column="0">
24        <widget class="QLabel" name="label">
25         <property name="text">
26          <string>Enable:</string>
27         </property>
28        </widget>
29       </item>
30       <item row="0" column="1">
31        <widget class="QCheckBox" name="intEnabled">
32         <property name="text">
33          <string>Internal</string>
34         </property>
35         <property name="checked">
36          <bool>true</bool>
37         </property>
38        </widget>
39       </item>
40       <item row="0" column="2">
41        <widget class="QCheckBox" name="extEnabled">
42         <property name="text">
43          <string>External</string>
44         </property>
45         <property name="checked">
46          <bool>true</bool>
47         </property>
48        </widget>
49       </item>
50       <item row="1" column="0">
51        <widget class="QLabel" name="label_2">
52         <property name="text">
53          <string>Resolution:</string>
54         </property>
55        </widget>
56       </item>
57       <item row="1" column="1">
58        <widget class="QComboBox" name="intRes"/>
59       </item>
60       <item row="1" column="2">
61        <widget class="QComboBox" name="extRes"/>
62       </item>
63       <item row="2" column="0">
64        <widget class="QLabel" name="label_3">
65         <property name="text">
66          <string>Primary:</string>
67         </property>
68        </widget>
69       </item>
70       <item row="2" column="1">
71        <widget class="QRadioButton" name="intPrimary">
72         <property name="text">
73          <string>Internal</string>
74         </property>
75        </widget>
76       </item>
77       <item row="2" column="2">
78        <widget class="QRadioButton" name="extPrimary">
79         <property name="text">
80          <string>External</string>
81         </property>
82         <property name="checked">
83          <bool>true</bool>
84         </property>
85        </widget>
86       </item>
87      </layout>
88     </widget>
89    </item>
90    <item>
91     <widget class="QGroupBox" name="posGroup">
92      <property name="title">
93       <string>Screen Position</string>
94      </property>
95      <layout class="QHBoxLayout" name="horizontalLayout">
96       <item>
97        <widget class="QLabel" name="posLabel1">
98         <property name="text">
99          <string>External screen is</string>
100         </property>
101        </widget>
102       </item>
103       <item>
104        <widget class="QComboBox" name="relPos"/>
105       </item>
106       <item>
107        <widget class="QLabel" name="posLabel2">
108         <property name="text">
109          <string>internal screen.</string>
110         </property>
111        </widget>
112       </item>
113       <item>
114        <spacer name="horizontalSpacer">
115         <property name="orientation">
116          <enum>Qt::Horizontal</enum>
117         </property>
118         <property name="sizeHint" stdset="0">
119          <size>
120           <width>1</width>
121           <height>20</height>
122          </size>
123         </property>
124        </spacer>
125       </item>
126      </layout>
127     </widget>
128    </item>
129    <item>
130     <spacer name="verticalSpacer">
131      <property name="orientation">
132       <enum>Qt::Vertical</enum>
133      </property>
134      <property name="sizeHint" stdset="0">
135       <size>
136        <width>20</width>
137        <height>40</height>
138       </size>
139      </property>
140     </spacer>
141    </item>
142    <item>
143     <widget class="QDialogButtonBox" name="buttonBox">
144      <property name="orientation">
145       <enum>Qt::Horizontal</enum>
146      </property>
147      <property name="standardButtons">
148       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
149      </property>
150     </widget>
151    </item>
152   </layout>
153  </widget>
154  <resources/>
155  <connections>
156   <connection>
157    <sender>buttonBox</sender>
158    <signal>accepted()</signal>
159    <receiver>Dialog</receiver>
160    <slot>accept()</slot>
161    <hints>
162     <hint type="sourcelabel">
163      <x>248</x>
164      <y>254</y>
165     </hint>
166     <hint type="destinationlabel">
167      <x>157</x>
168      <y>274</y>
169     </hint>
170    </hints>
171   </connection>
172   <connection>
173    <sender>buttonBox</sender>
174    <signal>rejected()</signal>
175    <receiver>Dialog</receiver>
176    <slot>reject()</slot>
177    <hints>
178     <hint type="sourcelabel">
179      <x>316</x>
180      <y>260</y>
181     </hint>
182     <hint type="destinationlabel">
183      <x>286</x>
184      <y>274</y>
185     </hint>
186    </hints>
187   </connection>
188  </connections>
189 </ui>