1 | <ui version="4.0" > |
---|
2 | <class>screenGeneratorClass</class> |
---|
3 | <widget class="QMainWindow" name="screenGeneratorClass" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>281</width> |
---|
9 | <height>321</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>screenGenerator</string> |
---|
14 | </property> |
---|
15 | <property name="windowIcon" > |
---|
16 | <iconset resource="screenGenerator.qrc" > |
---|
17 | <normaloff>:/screenGenerator/Resources/screenGenerator.png</normaloff>:/screenGenerator/Resources/screenGenerator.png</iconset> |
---|
18 | </property> |
---|
19 | <widget class="QWidget" name="centralWidget" > |
---|
20 | <layout class="QGridLayout" name="gridLayout" > |
---|
21 | <item row="0" column="0" colspan="2" > |
---|
22 | <widget class="QLabel" name="label" > |
---|
23 | <property name="text" > |
---|
24 | <string>Lower screen edge above ground:</string> |
---|
25 | </property> |
---|
26 | </widget> |
---|
27 | </item> |
---|
28 | <item row="0" column="2" > |
---|
29 | <widget class="QDoubleSpinBox" name="dSB_lowerEdge" > |
---|
30 | <property name="suffix" > |
---|
31 | <string> m</string> |
---|
32 | </property> |
---|
33 | </widget> |
---|
34 | </item> |
---|
35 | <item row="1" column="0" colspan="2" > |
---|
36 | <widget class="QLabel" name="label_2" > |
---|
37 | <property name="text" > |
---|
38 | <string>Upper screen edge above ground:</string> |
---|
39 | </property> |
---|
40 | </widget> |
---|
41 | </item> |
---|
42 | <item row="1" column="2" > |
---|
43 | <widget class="QDoubleSpinBox" name="dSB_upperEdge" > |
---|
44 | <property name="suffix" > |
---|
45 | <string> m</string> |
---|
46 | </property> |
---|
47 | <property name="maximum" > |
---|
48 | <double>9999.000000000000000</double> |
---|
49 | </property> |
---|
50 | <property name="value" > |
---|
51 | <double>2.700000000000000</double> |
---|
52 | </property> |
---|
53 | </widget> |
---|
54 | </item> |
---|
55 | <item row="2" column="0" > |
---|
56 | <widget class="QLabel" name="label_3" > |
---|
57 | <property name="text" > |
---|
58 | <string>Radius:</string> |
---|
59 | </property> |
---|
60 | </widget> |
---|
61 | </item> |
---|
62 | <item row="2" column="2" > |
---|
63 | <widget class="QDoubleSpinBox" name="dSB_radius" > |
---|
64 | <property name="suffix" > |
---|
65 | <string> m</string> |
---|
66 | </property> |
---|
67 | <property name="value" > |
---|
68 | <double>3.250000000000000</double> |
---|
69 | </property> |
---|
70 | </widget> |
---|
71 | </item> |
---|
72 | <item row="3" column="0" > |
---|
73 | <widget class="QLabel" name="label_4" > |
---|
74 | <property name="text" > |
---|
75 | <string>Angle in degree:</string> |
---|
76 | </property> |
---|
77 | </widget> |
---|
78 | </item> |
---|
79 | <item row="3" column="2" > |
---|
80 | <widget class="QSpinBox" name="sB_openingAngle" > |
---|
81 | <property name="maximum" > |
---|
82 | <number>359</number> |
---|
83 | </property> |
---|
84 | <property name="value" > |
---|
85 | <number>150</number> |
---|
86 | </property> |
---|
87 | </widget> |
---|
88 | </item> |
---|
89 | <item row="4" column="0" > |
---|
90 | <widget class="QLabel" name="label_5" > |
---|
91 | <property name="text" > |
---|
92 | <string>Vertical subdivision:</string> |
---|
93 | </property> |
---|
94 | </widget> |
---|
95 | </item> |
---|
96 | <item row="4" column="2" > |
---|
97 | <widget class="QSpinBox" name="sB_vertSubdivisions" > |
---|
98 | <property name="maximum" > |
---|
99 | <number>999</number> |
---|
100 | </property> |
---|
101 | <property name="value" > |
---|
102 | <number>3</number> |
---|
103 | </property> |
---|
104 | </widget> |
---|
105 | </item> |
---|
106 | <item row="5" column="0" colspan="2" > |
---|
107 | <widget class="QLabel" name="label_6" > |
---|
108 | <property name="text" > |
---|
109 | <string>Horizontal subdivision: </string> |
---|
110 | </property> |
---|
111 | </widget> |
---|
112 | </item> |
---|
113 | <item row="6" column="0" colspan="3" > |
---|
114 | <widget class="QPushButton" name="pBGenerate" > |
---|
115 | <property name="text" > |
---|
116 | <string>Generate screen model</string> |
---|
117 | </property> |
---|
118 | </widget> |
---|
119 | </item> |
---|
120 | <item row="7" column="1" > |
---|
121 | <spacer name="verticalSpacer" > |
---|
122 | <property name="orientation" > |
---|
123 | <enum>Qt::Vertical</enum> |
---|
124 | </property> |
---|
125 | <property name="sizeHint" stdset="0" > |
---|
126 | <size> |
---|
127 | <width>20</width> |
---|
128 | <height>60</height> |
---|
129 | </size> |
---|
130 | </property> |
---|
131 | </spacer> |
---|
132 | </item> |
---|
133 | <item row="5" column="2" > |
---|
134 | <widget class="QSpinBox" name="sB_horSubdivisions" > |
---|
135 | <property name="maximum" > |
---|
136 | <number>999</number> |
---|
137 | </property> |
---|
138 | <property name="value" > |
---|
139 | <number>3</number> |
---|
140 | </property> |
---|
141 | </widget> |
---|
142 | </item> |
---|
143 | </layout> |
---|
144 | </widget> |
---|
145 | <widget class="QMenuBar" name="menuBar" > |
---|
146 | <property name="geometry" > |
---|
147 | <rect> |
---|
148 | <x>0</x> |
---|
149 | <y>0</y> |
---|
150 | <width>281</width> |
---|
151 | <height>22</height> |
---|
152 | </rect> |
---|
153 | </property> |
---|
154 | <widget class="QMenu" name="menuFile" > |
---|
155 | <property name="title" > |
---|
156 | <string>File</string> |
---|
157 | </property> |
---|
158 | <addaction name="actionQuit" /> |
---|
159 | </widget> |
---|
160 | <widget class="QMenu" name="menu" > |
---|
161 | <property name="title" > |
---|
162 | <string>?</string> |
---|
163 | </property> |
---|
164 | <addaction name="separator" /> |
---|
165 | <addaction name="actionAbout_Qt" /> |
---|
166 | <addaction name="actionAbout_screenGenerator" /> |
---|
167 | </widget> |
---|
168 | <addaction name="menuFile" /> |
---|
169 | <addaction name="menu" /> |
---|
170 | </widget> |
---|
171 | <widget class="QToolBar" name="mainToolBar" > |
---|
172 | <attribute name="toolBarArea" > |
---|
173 | <enum>TopToolBarArea</enum> |
---|
174 | </attribute> |
---|
175 | <attribute name="toolBarBreak" > |
---|
176 | <bool>false</bool> |
---|
177 | </attribute> |
---|
178 | </widget> |
---|
179 | <widget class="QStatusBar" name="statusBar" /> |
---|
180 | <action name="actionQuit" > |
---|
181 | <property name="icon" > |
---|
182 | <iconset resource="screenGenerator.qrc" > |
---|
183 | <normaloff>:/screenGenerator/Resources/exit.png</normaloff>:/screenGenerator/Resources/exit.png</iconset> |
---|
184 | </property> |
---|
185 | <property name="text" > |
---|
186 | <string>Quit</string> |
---|
187 | </property> |
---|
188 | </action> |
---|
189 | <action name="actionAbout_Qt" > |
---|
190 | <property name="icon" > |
---|
191 | <iconset resource="screenGenerator.qrc" > |
---|
192 | <normaloff>:/screenGenerator/Resources/aboutQt.png</normaloff>:/screenGenerator/Resources/aboutQt.png</iconset> |
---|
193 | </property> |
---|
194 | <property name="text" > |
---|
195 | <string>About Qt</string> |
---|
196 | </property> |
---|
197 | </action> |
---|
198 | <action name="actionAbout_screenGenerator" > |
---|
199 | <property name="icon" > |
---|
200 | <iconset resource="screenGenerator.qrc" > |
---|
201 | <normaloff>:/screenGenerator/Resources/screenGenerator.png</normaloff>:/screenGenerator/Resources/screenGenerator.png</iconset> |
---|
202 | </property> |
---|
203 | <property name="text" > |
---|
204 | <string>About screenGenerator</string> |
---|
205 | </property> |
---|
206 | </action> |
---|
207 | </widget> |
---|
208 | <layoutdefault spacing="6" margin="11" /> |
---|
209 | <resources> |
---|
210 | <include location="screenGenerator.qrc" /> |
---|
211 | </resources> |
---|
212 | <connections> |
---|
213 | <connection> |
---|
214 | <sender>actionQuit</sender> |
---|
215 | <signal>triggered()</signal> |
---|
216 | <receiver>screenGeneratorClass</receiver> |
---|
217 | <slot>close()</slot> |
---|
218 | <hints> |
---|
219 | <hint type="sourcelabel" > |
---|
220 | <x>-1</x> |
---|
221 | <y>-1</y> |
---|
222 | </hint> |
---|
223 | <hint type="destinationlabel" > |
---|
224 | <x>140</x> |
---|
225 | <y>160</y> |
---|
226 | </hint> |
---|
227 | </hints> |
---|
228 | </connection> |
---|
229 | </connections> |
---|
230 | </ui> |
---|