hytos / HYTOS / HYTOS / UI / Options.ui @ c6dfd73b
이력 | 보기 | 이력해설 | 다운로드 (8.3 KB)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<ui version="4.0"> |
3 |
<class>OptionsDialog</class> |
4 |
<widget class="QDialog" name="OptionsDialog"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>363</width> |
10 |
<height>194</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="font"> |
14 |
<font> |
15 |
<family>맑은 고딕</family> |
16 |
</font> |
17 |
</property> |
18 |
<property name="windowTitle"> |
19 |
<string>HYTOS Options</string> |
20 |
</property> |
21 |
<property name="windowIcon"> |
22 |
<iconset resource="../res/Resource.qrc"> |
23 |
<normaloff>:/images/Option.png</normaloff>:/images/Option.png</iconset> |
24 |
</property> |
25 |
<layout class="QFormLayout" name="formLayout"> |
26 |
<item row="0" column="0" colspan="2"> |
27 |
<widget class="QTabWidget" name="tabWidget"> |
28 |
<property name="currentIndex"> |
29 |
<number>0</number> |
30 |
</property> |
31 |
<widget class="QWidget" name="tab"> |
32 |
<attribute name="title"> |
33 |
<string>Symbol</string> |
34 |
</attribute> |
35 |
<layout class="QGridLayout" name="gridLayout_3"> |
36 |
<item row="0" column="0"> |
37 |
<widget class="QGroupBox" name="groupBoxText"> |
38 |
<property name="title"> |
39 |
<string/> |
40 |
</property> |
41 |
<layout class="QGridLayout" name="gridLayout_2"> |
42 |
<item row="0" column="0"> |
43 |
<layout class="QVBoxLayout" name="verticalLayout_5"> |
44 |
<item> |
45 |
<layout class="QHBoxLayout" name="horizontalLayout_14"> |
46 |
<item> |
47 |
<widget class="QLabel" name="label_2"> |
48 |
<property name="text"> |
49 |
<string>Opacity : </string> |
50 |
</property> |
51 |
</widget> |
52 |
</item> |
53 |
<item> |
54 |
<widget class="QSpinBox" name="spinBoxSymbolOpacity"> |
55 |
<property name="minimum"> |
56 |
<number>1</number> |
57 |
</property> |
58 |
<property name="maximum"> |
59 |
<number>100</number> |
60 |
</property> |
61 |
<property name="value"> |
62 |
<number>50</number> |
63 |
</property> |
64 |
</widget> |
65 |
</item> |
66 |
<item> |
67 |
<spacer name="horizontalSpacer"> |
68 |
<property name="orientation"> |
69 |
<enum>Qt::Horizontal</enum> |
70 |
</property> |
71 |
<property name="sizeHint" stdset="0"> |
72 |
<size> |
73 |
<width>40</width> |
74 |
<height>20</height> |
75 |
</size> |
76 |
</property> |
77 |
</spacer> |
78 |
</item> |
79 |
</layout> |
80 |
</item> |
81 |
</layout> |
82 |
</item> |
83 |
<item row="1" column="0"> |
84 |
<spacer name="verticalSpacer"> |
85 |
<property name="orientation"> |
86 |
<enum>Qt::Vertical</enum> |
87 |
</property> |
88 |
<property name="sizeHint" stdset="0"> |
89 |
<size> |
90 |
<width>20</width> |
91 |
<height>40</height> |
92 |
</size> |
93 |
</property> |
94 |
</spacer> |
95 |
</item> |
96 |
</layout> |
97 |
</widget> |
98 |
</item> |
99 |
</layout> |
100 |
</widget> |
101 |
<widget class="QWidget" name="tab_2"> |
102 |
<attribute name="title"> |
103 |
<string>Text</string> |
104 |
</attribute> |
105 |
<layout class="QGridLayout" name="gridLayout"> |
106 |
<item row="0" column="0"> |
107 |
<widget class="QGroupBox" name="groupBoxText_2"> |
108 |
<property name="title"> |
109 |
<string/> |
110 |
</property> |
111 |
<layout class="QGridLayout" name="gridLayout_4"> |
112 |
<item row="0" column="0"> |
113 |
<layout class="QVBoxLayout" name="verticalLayout_6"> |
114 |
<item> |
115 |
<layout class="QHBoxLayout" name="horizontalLayout_16"> |
116 |
<item> |
117 |
<widget class="QLabel" name="labelFontName"> |
118 |
<property name="minimumSize"> |
119 |
<size> |
120 |
<width>0</width> |
121 |
<height>0</height> |
122 |
</size> |
123 |
</property> |
124 |
<property name="text"> |
125 |
<string>Font Name : </string> |
126 |
</property> |
127 |
<property name="alignment"> |
128 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
129 |
</property> |
130 |
</widget> |
131 |
</item> |
132 |
<item> |
133 |
<widget class="QFontComboBox" name="fontComboBox"/> |
134 |
</item> |
135 |
<item> |
136 |
<spacer name="horizontalSpacer_2"> |
137 |
<property name="orientation"> |
138 |
<enum>Qt::Horizontal</enum> |
139 |
</property> |
140 |
<property name="sizeHint" stdset="0"> |
141 |
<size> |
142 |
<width>40</width> |
143 |
<height>20</height> |
144 |
</size> |
145 |
</property> |
146 |
</spacer> |
147 |
</item> |
148 |
</layout> |
149 |
</item> |
150 |
<item> |
151 |
<layout class="QHBoxLayout" name="horizontalLayout_12"> |
152 |
<item> |
153 |
<widget class="QLabel" name="labelFontSize"> |
154 |
<property name="minimumSize"> |
155 |
<size> |
156 |
<width>0</width> |
157 |
<height>0</height> |
158 |
</size> |
159 |
</property> |
160 |
<property name="text"> |
161 |
<string>Font Size : </string> |
162 |
</property> |
163 |
<property name="alignment"> |
164 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
165 |
</property> |
166 |
</widget> |
167 |
</item> |
168 |
<item> |
169 |
<widget class="QRadioButton" name="radioButtonAutoSize"> |
170 |
<property name="text"> |
171 |
<string>Auto</string> |
172 |
</property> |
173 |
</widget> |
174 |
</item> |
175 |
<item> |
176 |
<widget class="QRadioButton" name="radioButtonFixedSize"> |
177 |
<property name="maximumSize"> |
178 |
<size> |
179 |
<width>50</width> |
180 |
<height>16777215</height> |
181 |
</size> |
182 |
</property> |
183 |
<property name="text"> |
184 |
<string>Fixed</string> |
185 |
</property> |
186 |
</widget> |
187 |
</item> |
188 |
<item> |
189 |
<widget class="QSpinBox" name="spinBoxFontSize"/> |
190 |
</item> |
191 |
<item> |
192 |
<spacer name="horizontalSpacer_3"> |
193 |
<property name="orientation"> |
194 |
<enum>Qt::Horizontal</enum> |
195 |
</property> |
196 |
<property name="sizeHint" stdset="0"> |
197 |
<size> |
198 |
<width>40</width> |
199 |
<height>20</height> |
200 |
</size> |
201 |
</property> |
202 |
</spacer> |
203 |
</item> |
204 |
</layout> |
205 |
</item> |
206 |
</layout> |
207 |
</item> |
208 |
<item row="1" column="0"> |
209 |
<spacer name="verticalSpacer_2"> |
210 |
<property name="orientation"> |
211 |
<enum>Qt::Vertical</enum> |
212 |
</property> |
213 |
<property name="sizeHint" stdset="0"> |
214 |
<size> |
215 |
<width>20</width> |
216 |
<height>40</height> |
217 |
</size> |
218 |
</property> |
219 |
</spacer> |
220 |
</item> |
221 |
</layout> |
222 |
</widget> |
223 |
</item> |
224 |
</layout> |
225 |
</widget> |
226 |
</widget> |
227 |
</item> |
228 |
<item row="1" column="1"> |
229 |
<widget class="QDialogButtonBox" name="buttonBox"> |
230 |
<property name="orientation"> |
231 |
<enum>Qt::Horizontal</enum> |
232 |
</property> |
233 |
<property name="standardButtons"> |
234 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
235 |
</property> |
236 |
</widget> |
237 |
</item> |
238 |
</layout> |
239 |
</widget> |
240 |
<resources> |
241 |
<include location="../res/Resource.qrc"/> |
242 |
</resources> |
243 |
<connections> |
244 |
<connection> |
245 |
<sender>buttonBox</sender> |
246 |
<signal>accepted()</signal> |
247 |
<receiver>OptionsDialog</receiver> |
248 |
<slot>accept()</slot> |
249 |
<hints> |
250 |
<hint type="sourcelabel"> |
251 |
<x>248</x> |
252 |
<y>254</y> |
253 |
</hint> |
254 |
<hint type="destinationlabel"> |
255 |
<x>157</x> |
256 |
<y>274</y> |
257 |
</hint> |
258 |
</hints> |
259 |
</connection> |
260 |
<connection> |
261 |
<sender>buttonBox</sender> |
262 |
<signal>rejected()</signal> |
263 |
<receiver>OptionsDialog</receiver> |
264 |
<slot>reject()</slot> |
265 |
<hints> |
266 |
<hint type="sourcelabel"> |
267 |
<x>316</x> |
268 |
<y>260</y> |
269 |
</hint> |
270 |
<hint type="destinationlabel"> |
271 |
<x>286</x> |
272 |
<y>274</y> |
273 |
</hint> |
274 |
</hints> |
275 |
</connection> |
276 |
</connections> |
277 |
</ui> |