프로젝트

일반

사용자정보

통계
| 개정판:

hytos / HYTOS / HYTOS / UI / MainWindow.ui @ c8ef167e

이력 | 보기 | 이력해설 | 다운로드 (19.7 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>MainWindow</class>
4
 <widget class="QMainWindow" name="MainWindow">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>905</width>
10
    <height>780</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
    <weight>50</weight>
17
    <bold>false</bold>
18
   </font>
19
  </property>
20
  <property name="windowTitle">
21
   <string notr="true"/>
22
  </property>
23
  <property name="windowIcon">
24
   <iconset resource="../res/Resource.qrc">
25
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
26
  </property>
27
  <widget class="QWidget" name="centralwidget">
28
   <layout class="QGridLayout" name="gridLayout">
29
    <item row="0" column="0">
30
     <layout class="QVBoxLayout" name="verticalLayout">
31
      <property name="sizeConstraint">
32
       <enum>QLayout::SetMaximumSize</enum>
33
      </property>
34
     </layout>
35
    </item>
36
   </layout>
37
  </widget>
38
  <widget class="QStatusBar" name="statusbar"/>
39
  <widget class="QDockWidget" name="dockWidgetSymbolExplorer">
40
   <property name="minimumSize">
41
    <size>
42
     <width>200</width>
43
     <height>200</height>
44
    </size>
45
   </property>
46
   <property name="windowTitle">
47
    <string>Symbol Explorer</string>
48
   </property>
49
   <attribute name="dockWidgetArea">
50
    <number>1</number>
51
   </attribute>
52
   <widget class="QWidget" name="dockWidgetContents">
53
    <layout class="QGridLayout" name="gridLayout_2">
54
     <item row="2" column="0">
55
      <layout class="QVBoxLayout" name="verticalLayoutSymbolList"/>
56
     </item>
57
    </layout>
58
   </widget>
59
  </widget>
60
  <widget class="QDockWidget" name="dockWidgetDrawingExplorer">
61
   <property name="minimumSize">
62
    <size>
63
     <width>300</width>
64
     <height>328</height>
65
    </size>
66
   </property>
67
   <property name="windowTitle">
68
    <string>Drawing Explorer</string>
69
   </property>
70
   <attribute name="dockWidgetArea">
71
    <number>1</number>
72
   </attribute>
73
   <widget class="QWidget" name="dockWidgetContents_2">
74
    <layout class="QGridLayout" name="gridLayout_4">
75
     <item row="0" column="0">
76
      <layout class="QVBoxLayout" name="verticalLayoutDrawingList">
77
       <item>
78
        <widget class="QTreeWidget" name="treeWidgetDrawingList">
79
         <property name="editTriggers">
80
          <set>QAbstractItemView::NoEditTriggers</set>
81
         </property>
82
         <property name="sortingEnabled">
83
          <bool>true</bool>
84
         </property>
85
         <property name="columnCount">
86
          <number>2</number>
87
         </property>
88
         <attribute name="headerVisible">
89
          <bool>false</bool>
90
         </attribute>
91
         <column>
92
          <property name="text">
93
           <string notr="true">1</string>
94
          </property>
95
         </column>
96
         <column>
97
          <property name="text">
98
           <string notr="true">2</string>
99
          </property>
100
         </column>
101
        </widget>
102
       </item>
103
      </layout>
104
     </item>
105
    </layout>
106
   </widget>
107
  </widget>
108
  <widget class="QDockWidget" name="dockWidgetHMBList">
109
   <property name="features">
110
    <set>QDockWidget::AllDockWidgetFeatures</set>
111
   </property>
112
   <property name="allowedAreas">
113
    <set>Qt::AllDockWidgetAreas</set>
114
   </property>
115
   <property name="windowTitle">
116
    <string>Calculation</string>
117
   </property>
118
   <attribute name="dockWidgetArea">
119
    <number>8</number>
120
   </attribute>
121
   <widget class="QWidget" name="dockWidgetContents_3">
122
    <layout class="QGridLayout" name="gridLayout_3">
123
     <item row="0" column="0">
124
      <widget class="QTabWidget" name="tabWidget">
125
       <property name="tabPosition">
126
        <enum>QTabWidget::South</enum>
127
       </property>
128
       <property name="tabShape">
129
        <enum>QTabWidget::Rounded</enum>
130
       </property>
131
       <property name="currentIndex">
132
        <number>0</number>
133
       </property>
134
       <widget class="QWidget" name="tabStreamData">
135
        <attribute name="title">
136
         <string>Stream Data</string>
137
        </attribute>
138
        <layout class="QGridLayout" name="gridLayout_5">
139
         <item row="0" column="0">
140
          <widget class="QTableWidget" name="tableWidgetHMB"/>
141
         </item>
142
        </layout>
143
       </widget>
144
       <widget class="QWidget" name="tabLoop">
145
        <attribute name="title">
146
         <string>Loop</string>
147
        </attribute>
148
        <layout class="QGridLayout" name="gridLayout_6">
149
         <item row="0" column="0">
150
          <widget class="QTableWidget" name="tableWidgetLoop">
151
           <property name="frameShape">
152
            <enum>QFrame::StyledPanel</enum>
153
           </property>
154
           <property name="sizeAdjustPolicy">
155
            <enum>QAbstractScrollArea::AdjustIgnored</enum>
156
           </property>
157
           <attribute name="horizontalHeaderVisible">
158
            <bool>false</bool>
159
           </attribute>
160
           <attribute name="verticalHeaderVisible">
161
            <bool>false</bool>
162
           </attribute>
163
          </widget>
164
         </item>
165
        </layout>
166
       </widget>
167
       <widget class="QWidget" name="tabLogs">
168
        <attribute name="title">
169
         <string>Logs</string>
170
        </attribute>
171
        <layout class="QHBoxLayout" name="horizontalLayout">
172
         <item>
173
          <layout class="QVBoxLayout" name="verticalLayout_2">
174
           <item>
175
            <widget class="QToolButton" name="toolButton_ClearLog">
176
             <property name="toolTip">
177
              <string>Clear logs</string>
178
             </property>
179
             <property name="text">
180
              <string/>
181
             </property>
182
             <property name="icon">
183
              <iconset resource="../res/Resource.qrc">
184
               <normaloff>:/images/Clear_Log.png</normaloff>:/images/Clear_Log.png</iconset>
185
             </property>
186
            </widget>
187
           </item>
188
           <item>
189
            <spacer name="verticalSpacer">
190
             <property name="orientation">
191
              <enum>Qt::Vertical</enum>
192
             </property>
193
             <property name="sizeHint" stdset="0">
194
              <size>
195
               <width>20</width>
196
               <height>40</height>
197
              </size>
198
             </property>
199
            </spacer>
200
           </item>
201
          </layout>
202
         </item>
203
         <item>
204
          <widget class="QListWidget" name="listWidgetLogs"/>
205
         </item>
206
        </layout>
207
       </widget>
208
      </widget>
209
     </item>
210
    </layout>
211
   </widget>
212
  </widget>
213
  <widget class="QToolBar" name="toolBar">
214
   <property name="font">
215
    <font>
216
     <family>맑은 고딕</family>
217
     <weight>50</weight>
218
     <bold>false</bold>
219
    </font>
220
   </property>
221
   <property name="windowTitle">
222
    <string>Main Toolbar</string>
223
   </property>
224
   <property name="iconSize">
225
    <size>
226
     <width>32</width>
227
     <height>32</height>
228
    </size>
229
   </property>
230
   <attribute name="toolBarArea">
231
    <enum>TopToolBarArea</enum>
232
   </attribute>
233
   <attribute name="toolBarBreak">
234
    <bool>false</bool>
235
   </attribute>
236
   <addaction name="actionNew"/>
237
   <addaction name="actionOpen"/>
238
   <addaction name="actionSave"/>
239
   <addaction name="separator"/>
240
   <addaction name="actionLine"/>
241
   <addaction name="actionInitialize"/>
242
   <addaction name="separator"/>
243
   <addaction name="actionCalculation"/>
244
   <addaction name="actionGenerateReport"/>
245
   <addaction name="separator"/>
246
   <addaction name="actionZoom"/>
247
   <addaction name="actionFitWindow"/>
248
  </widget>
249
  <widget class="QDockWidget" name="dockWidget">
250
   <property name="windowTitle">
251
    <string>Output Explorer</string>
252
   </property>
253
   <attribute name="dockWidgetArea">
254
    <number>2</number>
255
   </attribute>
256
   <widget class="QWidget" name="dockWidgetContents_4">
257
    <layout class="QGridLayout" name="gridLayout_7">
258
     <item row="0" column="0">
259
      <layout class="QVBoxLayout" name="verticalLayout_3">
260
       <item>
261
        <widget class="QTableWidget" name="tableWidgetDeviation">
262
         <property name="minimumSize">
263
          <size>
264
           <width>0</width>
265
           <height>150</height>
266
          </size>
267
         </property>
268
         <property name="maximumSize">
269
          <size>
270
           <width>16777215</width>
271
           <height>150</height>
272
          </size>
273
         </property>
274
        </widget>
275
       </item>
276
       <item>
277
        <widget class="QTableWidget" name="tableWidgetOutput"/>
278
       </item>
279
      </layout>
280
     </item>
281
    </layout>
282
   </widget>
283
  </widget>
284
  <widget class="QMenuBar" name="menubar">
285
   <property name="geometry">
286
    <rect>
287
     <x>0</x>
288
     <y>0</y>
289
     <width>905</width>
290
     <height>21</height>
291
    </rect>
292
   </property>
293
   <widget class="QMenu" name="menu">
294
    <property name="title">
295
     <string>File</string>
296
    </property>
297
    <widget class="QMenu" name="menuTheme">
298
     <property name="title">
299
      <string>Theme</string>
300
     </property>
301
    </widget>
302
    <widget class="QMenu" name="menuLanguage">
303
     <property name="title">
304
      <string>Language</string>
305
     </property>
306
    </widget>
307
    <addaction name="actionNew"/>
308
    <addaction name="actionOpen"/>
309
    <addaction name="actionSave"/>
310
    <addaction name="separator"/>
311
    <addaction name="actionConfiguration"/>
312
    <addaction name="separator"/>
313
    <addaction name="menuTheme"/>
314
    <addaction name="menuLanguage"/>
315
    <addaction name="separator"/>
316
    <addaction name="actionClose"/>
317
   </widget>
318
   <widget class="QMenu" name="menu_3">
319
    <property name="title">
320
     <string>View</string>
321
    </property>
322
    <addaction name="actionZoom"/>
323
    <addaction name="actionFitWindow"/>
324
    <addaction name="separator"/>
325
    <addaction name="actionViewConnector"/>
326
   </widget>
327
   <widget class="QMenu" name="menuTool">
328
    <property name="title">
329
     <string>Tools</string>
330
    </property>
331
    <addaction name="actionLine"/>
332
    <addaction name="actionInitialize"/>
333
    <addaction name="separator"/>
334
    <addaction name="actionOptions"/>
335
    <addaction name="separator"/>
336
   </widget>
337
   <widget class="QMenu" name="menuHelp">
338
    <property name="title">
339
     <string>Help</string>
340
    </property>
341
    <addaction name="actionHelp"/>
342
    <addaction name="separator"/>
343
    <addaction name="actionAbout"/>
344
   </widget>
345
   <addaction name="menu"/>
346
   <addaction name="menu_3"/>
347
   <addaction name="menuTool"/>
348
   <addaction name="menuHelp"/>
349
  </widget>
350
  <action name="actionClose">
351
   <property name="icon">
352
    <iconset resource="../res/Resource.qrc">
353
     <normaloff>:/images/Exit.png</normaloff>:/images/Exit.png</iconset>
354
   </property>
355
   <property name="text">
356
    <string>Exit</string>
357
   </property>
358
   <property name="toolTip">
359
    <string>Exit</string>
360
   </property>
361
   <property name="font">
362
    <font>
363
     <family>맑은 고딕</family>
364
    </font>
365
   </property>
366
   <property name="shortcut">
367
    <string/>
368
   </property>
369
  </action>
370
  <action name="actionLine">
371
   <property name="checkable">
372
    <bool>true</bool>
373
   </property>
374
   <property name="icon">
375
    <iconset resource="../res/Resource.qrc">
376
     <normaloff>:/images/Stream_Line.png</normaloff>:/images/Stream_Line.png</iconset>
377
   </property>
378
   <property name="text">
379
    <string>Stream Line</string>
380
   </property>
381
   <property name="toolTip">
382
    <string>Stream Line</string>
383
   </property>
384
   <property name="font">
385
    <font>
386
     <family>맑은 고딕</family>
387
     <weight>50</weight>
388
     <bold>false</bold>
389
    </font>
390
   </property>
391
  </action>
392
  <action name="actionConfiguration">
393
   <property name="icon">
394
    <iconset resource="../res/Resource.qrc">
395
     <normaloff>:/images/Configuration.png</normaloff>:/images/Configuration.png</iconset>
396
   </property>
397
   <property name="text">
398
    <string>Configuration...</string>
399
   </property>
400
   <property name="font">
401
    <font>
402
     <family>맑은 고딕</family>
403
     <weight>50</weight>
404
     <bold>false</bold>
405
    </font>
406
   </property>
407
  </action>
408
  <action name="actionArea">
409
   <property name="icon">
410
    <iconset>
411
     <normaloff>:/newPrefix/setting.png</normaloff>:/newPrefix/setting.png</iconset>
412
   </property>
413
   <property name="text">
414
    <string>Setup Area</string>
415
   </property>
416
   <property name="font">
417
    <font>
418
     <family>맑은 고딕</family>
419
     <weight>75</weight>
420
     <bold>true</bold>
421
    </font>
422
   </property>
423
  </action>
424
  <action name="actionGenerateReport">
425
   <property name="icon">
426
    <iconset resource="../res/Resource.qrc">
427
     <normaloff>:/images/Report.png</normaloff>:/images/Report.png</iconset>
428
   </property>
429
   <property name="text">
430
    <string>Report</string>
431
   </property>
432
   <property name="toolTip">
433
    <string>Report</string>
434
   </property>
435
   <property name="font">
436
    <font>
437
     <family>맑은 고딕</family>
438
     <weight>75</weight>
439
     <bold>true</bold>
440
    </font>
441
   </property>
442
   <property name="shortcut">
443
    <string>Ctrl+Shift+R</string>
444
   </property>
445
  </action>
446
  <action name="actionInitialize">
447
   <property name="icon">
448
    <iconset resource="../res/Resource.qrc">
449
     <normaloff>:/images/Reset.png</normaloff>:/images/Reset.png</iconset>
450
   </property>
451
   <property name="text">
452
    <string>Clear Screen</string>
453
   </property>
454
   <property name="toolTip">
455
    <string>Clear Screen</string>
456
   </property>
457
   <property name="font">
458
    <font>
459
     <family>맑은 고딕</family>
460
    </font>
461
   </property>
462
  </action>
463
  <action name="actionImage_Drawing">
464
   <property name="checkable">
465
    <bool>true</bool>
466
   </property>
467
   <property name="checked">
468
    <bool>true</bool>
469
   </property>
470
   <property name="text">
471
    <string>Image Drawing (1)</string>
472
   </property>
473
   <property name="font">
474
    <font>
475
     <family>맑은 고딕</family>
476
    </font>
477
   </property>
478
  </action>
479
  <action name="actionZoom">
480
   <property name="checkable">
481
    <bool>true</bool>
482
   </property>
483
   <property name="icon">
484
    <iconset resource="../res/Resource.qrc">
485
     <normaloff>:/images/ZoomIn.png</normaloff>:/images/ZoomIn.png</iconset>
486
   </property>
487
   <property name="text">
488
    <string>Zoom Area</string>
489
   </property>
490
   <property name="toolTip">
491
    <string>Zoom Area</string>
492
   </property>
493
   <property name="font">
494
    <font>
495
     <family>맑은 고딕</family>
496
     <weight>50</weight>
497
     <bold>false</bold>
498
    </font>
499
   </property>
500
  </action>
501
  <action name="actionFitWindow">
502
   <property name="icon">
503
    <iconset resource="../res/Resource.qrc">
504
     <normaloff>:/images/FullExtent.png</normaloff>:/images/FullExtent.png</iconset>
505
   </property>
506
   <property name="text">
507
    <string>Fit</string>
508
   </property>
509
   <property name="iconText">
510
    <string>Fit</string>
511
   </property>
512
   <property name="toolTip">
513
    <string>Fit</string>
514
   </property>
515
   <property name="font">
516
    <font>
517
     <family>맑은 고딕</family>
518
     <weight>50</weight>
519
     <bold>false</bold>
520
    </font>
521
   </property>
522
  </action>
523
  <action name="actionSave">
524
   <property name="icon">
525
    <iconset resource="../res/Resource.qrc">
526
     <normaloff>:/images/Save.png</normaloff>:/images/Save.png</iconset>
527
   </property>
528
   <property name="text">
529
    <string>Save</string>
530
   </property>
531
   <property name="toolTip">
532
    <string>Save</string>
533
   </property>
534
   <property name="font">
535
    <font>
536
     <family>맑은 고딕</family>
537
    </font>
538
   </property>
539
   <property name="shortcut">
540
    <string>Ctrl+S</string>
541
   </property>
542
  </action>
543
  <action name="actionViewConnector">
544
   <property name="checkable">
545
    <bool>true</bool>
546
   </property>
547
   <property name="icon">
548
    <iconset>
549
     <normaloff>:/newPrefix/Rotate_Minus.png</normaloff>:/newPrefix/Rotate_Minus.png</iconset>
550
   </property>
551
   <property name="text">
552
    <string>View Connector</string>
553
   </property>
554
   <property name="toolTip">
555
    <string>View Connector(Alt + C)</string>
556
   </property>
557
   <property name="shortcut">
558
    <string>Alt+C</string>
559
   </property>
560
  </action>
561
  <action name="actioncoffee">
562
   <property name="text">
563
    <string>coffee</string>
564
   </property>
565
  </action>
566
  <action name="actionEnglish">
567
   <property name="text">
568
    <string>English</string>
569
   </property>
570
  </action>
571
  <action name="actionViewInconsistency">
572
   <property name="checkable">
573
    <bool>true</bool>
574
   </property>
575
   <property name="checked">
576
    <bool>true</bool>
577
   </property>
578
   <property name="text">
579
    <string>Inconsistency (6)</string>
580
   </property>
581
  </action>
582
  <action name="actionText_Data_List">
583
   <property name="text">
584
    <string>Text Data List</string>
585
   </property>
586
  </action>
587
  <action name="actionNew">
588
   <property name="icon">
589
    <iconset resource="../res/Resource.qrc">
590
     <normaloff>:/images/New.png</normaloff>:/images/New.png</iconset>
591
   </property>
592
   <property name="text">
593
    <string>New...</string>
594
   </property>
595
   <property name="iconText">
596
    <string>New</string>
597
   </property>
598
   <property name="toolTip">
599
    <string>New</string>
600
   </property>
601
   <property name="font">
602
    <font>
603
     <family>맑은 고딕</family>
604
    </font>
605
   </property>
606
   <property name="shortcut">
607
    <string>Ctrl+N</string>
608
   </property>
609
  </action>
610
  <action name="actionCreate_Symbol">
611
   <property name="text">
612
    <string>Symbol Editor</string>
613
   </property>
614
  </action>
615
  <action name="actionCreate_Stream">
616
   <property name="text">
617
    <string>Create Stream</string>
618
   </property>
619
  </action>
620
  <action name="actionOptions">
621
   <property name="icon">
622
    <iconset resource="../res/Resource.qrc">
623
     <normaloff>:/images/Option.png</normaloff>:/images/Option.png</iconset>
624
   </property>
625
   <property name="text">
626
    <string>Options...</string>
627
   </property>
628
   <property name="font">
629
    <font>
630
     <family>맑은 고딕</family>
631
    </font>
632
   </property>
633
  </action>
634
  <action name="actionCalculation">
635
   <property name="icon">
636
    <iconset resource="../res/Resource.qrc">
637
     <normaloff>:/images/Calculation.png</normaloff>:/images/Calculation.png</iconset>
638
   </property>
639
   <property name="text">
640
    <string/>
641
   </property>
642
   <property name="toolTip">
643
    <string>Calculation</string>
644
   </property>
645
   <property name="font">
646
    <font>
647
     <family>맑은 고딕</family>
648
     <weight>50</weight>
649
     <bold>false</bold>
650
    </font>
651
   </property>
652
  </action>
653
  <action name="actionOpen">
654
   <property name="icon">
655
    <iconset resource="../res/Resource.qrc">
656
     <normaloff>:/images/Open.png</normaloff>:/images/Open.png</iconset>
657
   </property>
658
   <property name="text">
659
    <string>Open..</string>
660
   </property>
661
   <property name="iconText">
662
    <string>Open..</string>
663
   </property>
664
   <property name="toolTip">
665
    <string>Open</string>
666
   </property>
667
   <property name="font">
668
    <font>
669
     <family>맑은 고딕</family>
670
    </font>
671
   </property>
672
   <property name="shortcut">
673
    <string>Ctrl+O</string>
674
   </property>
675
  </action>
676
  <action name="actionSymbolEditor">
677
   <property name="icon">
678
    <iconset resource="../res/Resource.qrc">
679
     <normaloff>:/images/Symbol_Editor.png</normaloff>:/images/Symbol_Editor.png</iconset>
680
   </property>
681
   <property name="text">
682
    <string>Symbol Editor</string>
683
   </property>
684
   <property name="font">
685
    <font>
686
     <family>맑은 고딕</family>
687
    </font>
688
   </property>
689
  </action>
690
  <action name="actionSymbolEditor_2">
691
   <property name="text">
692
    <string>Symbol Editor</string>
693
   </property>
694
  </action>
695
  <action name="actionSymbol_Editor">
696
   <property name="icon">
697
    <iconset resource="../res/Resource.qrc">
698
     <normaloff>:/images/Symbol_Editor.png</normaloff>:/images/Symbol_Editor.png</iconset>
699
   </property>
700
   <property name="text">
701
    <string>Symbol Editor</string>
702
   </property>
703
   <property name="font">
704
    <font>
705
     <family>맑은 고딕</family>
706
    </font>
707
   </property>
708
  </action>
709
  <action name="actionAbout">
710
   <property name="text">
711
    <string>About</string>
712
   </property>
713
  </action>
714
  <action name="actionHelp">
715
   <property name="text">
716
    <string>Help</string>
717
   </property>
718
   <property name="toolTip">
719
    <string>Help</string>
720
   </property>
721
   <property name="shortcut">
722
    <string>F1</string>
723
   </property>
724
  </action>
725
 </widget>
726
 <resources>
727
  <include location="../res/Resource.qrc"/>
728
 </resources>
729
 <connections/>
730
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)