프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / HYTOS / HYTOS / UI / Options.ui @ 2d2f13c9

이력 | 보기 | 이력해설 | 다운로드 (11.6 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>482</width>
10
    <height>293</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>Options</string>
20
  </property>
21
  <property name="windowIcon">
22
   <iconset resource="../res/Resource.qrc">
23
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
24
  </property>
25
  <layout class="QGridLayout" name="gridLayout_2">
26
   <item row="5" column="0">
27
    <widget class="QDialogButtonBox" name="buttonBox">
28
     <property name="orientation">
29
      <enum>Qt::Horizontal</enum>
30
     </property>
31
     <property name="standardButtons">
32
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
33
     </property>
34
    </widget>
35
   </item>
36
   <item row="3" column="0">
37
    <layout class="QGridLayout" name="gridLayout_4">
38
     <item row="1" column="1">
39
      <widget class="QLineEdit" name="lineEditUpdateURL"/>
40
     </item>
41
     <item row="1" column="0">
42
      <widget class="QLabel" name="label_6">
43
       <property name="text">
44
        <string>Update URL : </string>
45
       </property>
46
      </widget>
47
     </item>
48
     <item row="0" column="0">
49
      <widget class="QLabel" name="label_7">
50
       <property name="text">
51
        <string>Report : </string>
52
       </property>
53
      </widget>
54
     </item>
55
     <item row="0" column="1">
56
      <layout class="QGridLayout" name="gridLayout_5">
57
       <item row="0" column="0">
58
        <widget class="QRadioButton" name="radioButtonUseImage">
59
         <property name="text">
60
          <string>Use Image</string>
61
         </property>
62
         <property name="checked">
63
          <bool>true</bool>
64
         </property>
65
        </widget>
66
       </item>
67
       <item row="0" column="1">
68
        <widget class="QRadioButton" name="radioButtonUseSVG">
69
         <property name="enabled">
70
          <bool>false</bool>
71
         </property>
72
         <property name="text">
73
          <string>Use SVG</string>
74
         </property>
75
        </widget>
76
       </item>
77
      </layout>
78
     </item>
79
    </layout>
80
   </item>
81
   <item row="2" column="0">
82
    <widget class="QGroupBox" name="groupBox">
83
     <property name="font">
84
      <font>
85
       <weight>75</weight>
86
       <bold>true</bold>
87
      </font>
88
     </property>
89
     <property name="title">
90
      <string>Directory</string>
91
     </property>
92
     <layout class="QGridLayout" name="gridLayout">
93
      <item row="0" column="0">
94
       <layout class="QHBoxLayout" name="horizontalLayout">
95
        <item>
96
         <widget class="QLabel" name="label_2">
97
          <property name="minimumSize">
98
           <size>
99
            <width>90</width>
100
            <height>0</height>
101
           </size>
102
          </property>
103
          <property name="maximumSize">
104
           <size>
105
            <width>90</width>
106
            <height>16777215</height>
107
           </size>
108
          </property>
109
          <property name="font">
110
           <font>
111
            <weight>50</weight>
112
            <bold>false</bold>
113
           </font>
114
          </property>
115
          <property name="text">
116
           <string>Work Space :</string>
117
          </property>
118
          <property name="alignment">
119
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
120
          </property>
121
         </widget>
122
        </item>
123
        <item>
124
         <widget class="QLineEdit" name="lineEdit_WorkSpace">
125
          <property name="enabled">
126
           <bool>false</bool>
127
          </property>
128
         </widget>
129
        </item>
130
        <item>
131
         <widget class="QToolButton" name="toolButton_WorkSpace">
132
          <property name="font">
133
           <font>
134
            <weight>50</weight>
135
            <bold>false</bold>
136
           </font>
137
          </property>
138
          <property name="text">
139
           <string>...</string>
140
          </property>
141
         </widget>
142
        </item>
143
       </layout>
144
      </item>
145
     </layout>
146
    </widget>
147
   </item>
148
   <item row="1" column="0">
149
    <widget class="QGroupBox" name="groupBoxCallout">
150
     <property name="title">
151
      <string>Callout</string>
152
     </property>
153
     <layout class="QGridLayout" name="gridLayout_7">
154
      <item row="0" column="0">
155
       <layout class="QGridLayout" name="gridLayout_6">
156
        <item row="0" column="1">
157
         <widget class="QComboBox" name="comboBoxCalloutFontSize">
158
          <item>
159
           <property name="text">
160
            <string>5</string>
161
           </property>
162
          </item>
163
          <item>
164
           <property name="text">
165
            <string>6</string>
166
           </property>
167
          </item>
168
          <item>
169
           <property name="text">
170
            <string>7</string>
171
           </property>
172
          </item>
173
          <item>
174
           <property name="text">
175
            <string>8</string>
176
           </property>
177
          </item>
178
          <item>
179
           <property name="text">
180
            <string>9</string>
181
           </property>
182
          </item>
183
          <item>
184
           <property name="text">
185
            <string>10</string>
186
           </property>
187
          </item>
188
          <item>
189
           <property name="text">
190
            <string>11</string>
191
           </property>
192
          </item>
193
          <item>
194
           <property name="text">
195
            <string>12</string>
196
           </property>
197
          </item>
198
          <item>
199
           <property name="text">
200
            <string>13</string>
201
           </property>
202
          </item>
203
         </widget>
204
        </item>
205
        <item row="0" column="3">
206
         <widget class="QLabel" name="label_5">
207
          <property name="text">
208
           <string>Text Color</string>
209
          </property>
210
         </widget>
211
        </item>
212
        <item row="0" column="4">
213
         <widget class="QPushButton" name="pushButtonCalloutTextColor">
214
          <property name="text">
215
           <string/>
216
          </property>
217
         </widget>
218
        </item>
219
        <item row="0" column="0">
220
         <widget class="QLabel" name="label_4">
221
          <property name="text">
222
           <string>Font Size</string>
223
          </property>
224
         </widget>
225
        </item>
226
        <item row="0" column="2">
227
         <widget class="QCheckBox" name="checkBoxCalloutBold">
228
          <property name="text">
229
           <string>Bold</string>
230
          </property>
231
         </widget>
232
        </item>
233
       </layout>
234
      </item>
235
     </layout>
236
    </widget>
237
   </item>
238
   <item row="0" column="0">
239
    <widget class="QGroupBox" name="groupBox_2">
240
     <property name="font">
241
      <font>
242
       <weight>75</weight>
243
       <bold>true</bold>
244
      </font>
245
     </property>
246
     <property name="title">
247
      <string>Text Style</string>
248
     </property>
249
     <layout class="QGridLayout" name="gridLayout_3">
250
      <item row="0" column="0">
251
       <layout class="QGridLayout" name="gridLayout_8">
252
        <item row="0" column="0">
253
         <widget class="QLabel" name="label">
254
          <property name="minimumSize">
255
           <size>
256
            <width>0</width>
257
            <height>0</height>
258
           </size>
259
          </property>
260
          <property name="maximumSize">
261
           <size>
262
            <width>16777215</width>
263
            <height>16777215</height>
264
           </size>
265
          </property>
266
          <property name="font">
267
           <font>
268
            <weight>50</weight>
269
            <bold>false</bold>
270
           </font>
271
          </property>
272
          <property name="text">
273
           <string>Font Size :</string>
274
          </property>
275
          <property name="alignment">
276
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
277
          </property>
278
         </widget>
279
        </item>
280
        <item row="0" column="4">
281
         <widget class="QPushButton" name="pushButton_TagFontColor">
282
          <property name="minimumSize">
283
           <size>
284
            <width>0</width>
285
            <height>0</height>
286
           </size>
287
          </property>
288
          <property name="maximumSize">
289
           <size>
290
            <width>16777215</width>
291
            <height>16777215</height>
292
           </size>
293
          </property>
294
          <property name="font">
295
           <font>
296
            <weight>50</weight>
297
            <bold>false</bold>
298
           </font>
299
          </property>
300
          <property name="text">
301
           <string/>
302
          </property>
303
         </widget>
304
        </item>
305
        <item row="0" column="1">
306
         <widget class="QComboBox" name="comboBox_TagFontSize">
307
          <property name="minimumSize">
308
           <size>
309
            <width>0</width>
310
            <height>0</height>
311
           </size>
312
          </property>
313
          <property name="maximumSize">
314
           <size>
315
            <width>16777215</width>
316
            <height>16777215</height>
317
           </size>
318
          </property>
319
          <item>
320
           <property name="text">
321
            <string>5</string>
322
           </property>
323
          </item>
324
          <item>
325
           <property name="text">
326
            <string>6</string>
327
           </property>
328
          </item>
329
          <item>
330
           <property name="text">
331
            <string>7</string>
332
           </property>
333
          </item>
334
          <item>
335
           <property name="text">
336
            <string>8</string>
337
           </property>
338
          </item>
339
          <item>
340
           <property name="text">
341
            <string>9</string>
342
           </property>
343
          </item>
344
          <item>
345
           <property name="text">
346
            <string>10</string>
347
           </property>
348
          </item>
349
          <item>
350
           <property name="text">
351
            <string>11</string>
352
           </property>
353
          </item>
354
          <item>
355
           <property name="text">
356
            <string>12</string>
357
           </property>
358
          </item>
359
          <item>
360
           <property name="text">
361
            <string>13</string>
362
           </property>
363
          </item>
364
         </widget>
365
        </item>
366
        <item row="0" column="3">
367
         <widget class="QLabel" name="label_3">
368
          <property name="font">
369
           <font>
370
            <weight>50</weight>
371
            <bold>false</bold>
372
           </font>
373
          </property>
374
          <property name="text">
375
           <string>Text Color :</string>
376
          </property>
377
         </widget>
378
        </item>
379
        <item row="0" column="2">
380
         <widget class="QCheckBox" name="checkBoxTextBold">
381
          <property name="text">
382
           <string>Bold</string>
383
          </property>
384
         </widget>
385
        </item>
386
       </layout>
387
      </item>
388
     </layout>
389
    </widget>
390
   </item>
391
  </layout>
392
 </widget>
393
 <tabstops>
394
  <tabstop>comboBox_TagFontSize</tabstop>
395
  <tabstop>pushButton_TagFontColor</tabstop>
396
  <tabstop>comboBoxCalloutFontSize</tabstop>
397
  <tabstop>pushButtonCalloutTextColor</tabstop>
398
  <tabstop>lineEdit_WorkSpace</tabstop>
399
  <tabstop>toolButton_WorkSpace</tabstop>
400
 </tabstops>
401
 <resources>
402
  <include location="../res/Resource.qrc"/>
403
 </resources>
404
 <connections>
405
  <connection>
406
   <sender>buttonBox</sender>
407
   <signal>accepted()</signal>
408
   <receiver>OptionsDialog</receiver>
409
   <slot>accept()</slot>
410
   <hints>
411
    <hint type="sourcelabel">
412
     <x>248</x>
413
     <y>254</y>
414
    </hint>
415
    <hint type="destinationlabel">
416
     <x>157</x>
417
     <y>274</y>
418
    </hint>
419
   </hints>
420
  </connection>
421
  <connection>
422
   <sender>buttonBox</sender>
423
   <signal>rejected()</signal>
424
   <receiver>OptionsDialog</receiver>
425
   <slot>reject()</slot>
426
   <hints>
427
    <hint type="sourcelabel">
428
     <x>316</x>
429
     <y>260</y>
430
    </hint>
431
    <hint type="destinationlabel">
432
     <x>286</x>
433
     <y>274</y>
434
    </hint>
435
   </hints>
436
  </connection>
437
 </connections>
438
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)