프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / DTI_PID / UI / Edit.ui @ 7dda9fab

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Form</class>
4
 <widget class="QWidget" name="Form">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>674</width>
10
    <height>84</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout">
17
   <property name="leftMargin">
18
    <number>0</number>
19
   </property>
20
   <property name="topMargin">
21
    <number>0</number>
22
   </property>
23
   <property name="rightMargin">
24
    <number>0</number>
25
   </property>
26
   <property name="bottomMargin">
27
    <number>0</number>
28
   </property>
29
   <property name="spacing">
30
    <number>0</number>
31
   </property>
32
   <item row="0" column="0">
33
    <layout class="QGridLayout" name="gridLayout_2">
34
     <property name="spacing">
35
      <number>0</number>
36
     </property>
37
     <item row="0" column="9">
38
      <widget class="QToolButton" name="toolButtonConnectLineToSymbol">
39
       <property name="text">
40
        <string>Connect
41
Symbols and Lines</string>
42
       </property>
43
       <property name="icon">
44
        <iconset resource="../res/MainWindow.qrc">
45
         <normaloff>:/newPrefix/connect_symbol_line.svg</normaloff>:/newPrefix/connect_symbol_line.svg</iconset>
46
       </property>
47
       <property name="iconSize">
48
        <size>
49
         <width>32</width>
50
         <height>32</height>
51
        </size>
52
       </property>
53
       <property name="toolButtonStyle">
54
        <enum>Qt::ToolButtonTextUnderIcon</enum>
55
       </property>
56
       <property name="autoRaise">
57
        <bool>true</bool>
58
       </property>
59
      </widget>
60
     </item>
61
     <item row="0" column="2">
62
      <widget class="QToolButton" name="toolButtonSymbolRecognition">
63
       <property name="text">
64
        <string>Recognize
65
Symbol</string>
66
       </property>
67
       <property name="icon">
68
        <iconset resource="../res/MainWindow.qrc">
69
         <normaloff>:/newPrefix/Recognition.svg</normaloff>:/newPrefix/Recognition.svg</iconset>
70
       </property>
71
       <property name="iconSize">
72
        <size>
73
         <width>32</width>
74
         <height>32</height>
75
        </size>
76
       </property>
77
       <property name="toolButtonStyle">
78
        <enum>Qt::ToolButtonTextUnderIcon</enum>
79
       </property>
80
       <property name="autoRaise">
81
        <bool>true</bool>
82
       </property>
83
      </widget>
84
     </item>
85
     <item row="0" column="6">
86
      <widget class="QToolButton" name="toolButtonOCRUnknown">
87
       <property name="text">
88
        <string>OCR Unknown Items</string>
89
       </property>
90
       <property name="icon">
91
        <iconset resource="../res/MainWindow.qrc">
92
         <normaloff>:/newPrefix/OCR.svg</normaloff>:/newPrefix/OCR.svg</iconset>
93
       </property>
94
       <property name="iconSize">
95
        <size>
96
         <width>32</width>
97
         <height>32</height>
98
        </size>
99
       </property>
100
       <property name="toolButtonStyle">
101
        <enum>Qt::ToolButtonTextUnderIcon</enum>
102
       </property>
103
       <property name="autoRaise">
104
        <bool>true</bool>
105
       </property>
106
      </widget>
107
     </item>
108
     <item row="0" column="5">
109
      <widget class="QToolButton" name="toolButtonTextDataList">
110
       <property name="text">
111
        <string>Text
112
Data List</string>
113
       </property>
114
       <property name="icon">
115
        <iconset resource="../res/MainWindow.qrc">
116
         <normaloff>:/newPrefix/text_list_32px.svg</normaloff>:/newPrefix/text_list_32px.svg</iconset>
117
       </property>
118
       <property name="iconSize">
119
        <size>
120
         <width>32</width>
121
         <height>32</height>
122
        </size>
123
       </property>
124
       <property name="toolButtonStyle">
125
        <enum>Qt::ToolButtonTextUnderIcon</enum>
126
       </property>
127
       <property name="autoRaise">
128
        <bool>true</bool>
129
       </property>
130
      </widget>
131
     </item>
132
     <item row="0" column="8">
133
      <widget class="QToolButton" name="toolButtonSymbolReplaceInsert">
134
       <property name="text">
135
        <string>Symbol
136
Replace/Insert</string>
137
       </property>
138
       <property name="icon">
139
        <iconset resource="../res/MainWindow.qrc">
140
         <normaloff>:/newPrefix/Reinforcement.svg</normaloff>:/newPrefix/Reinforcement.svg</iconset>
141
       </property>
142
       <property name="iconSize">
143
        <size>
144
         <width>32</width>
145
         <height>32</height>
146
        </size>
147
       </property>
148
       <property name="toolButtonStyle">
149
        <enum>Qt::ToolButtonTextUnderIcon</enum>
150
       </property>
151
       <property name="autoRaise">
152
        <bool>true</bool>
153
       </property>
154
      </widget>
155
     </item>
156
     <item row="0" column="0">
157
      <widget class="QToolButton" name="toolButtonFindReplaceText">
158
       <property name="text">
159
        <string>Text
160
Find/Replace
161
(Ctrl+F)</string>
162
       </property>
163
       <property name="icon">
164
        <iconset resource="../res/MainWindow.qrc">
165
         <normaloff>:/newPrefix/ReplaceText.svg</normaloff>:/newPrefix/ReplaceText.svg</iconset>
166
       </property>
167
       <property name="iconSize">
168
        <size>
169
         <width>32</width>
170
         <height>32</height>
171
        </size>
172
       </property>
173
       <property name="toolButtonStyle">
174
        <enum>Qt::ToolButtonTextUnderIcon</enum>
175
       </property>
176
       <property name="autoRaise">
177
        <bool>true</bool>
178
       </property>
179
      </widget>
180
     </item>
181
     <item row="0" column="3">
182
      <widget class="QToolButton" name="toolButtonLinkBatch">
183
       <property name="text">
184
        <string>Link Attribute
185
Batch</string>
186
       </property>
187
       <property name="icon">
188
        <iconset resource="../res/MainWindow.qrc">
189
         <normaloff>:/newPrefix/Connection.svg</normaloff>:/newPrefix/Connection.svg</iconset>
190
       </property>
191
       <property name="iconSize">
192
        <size>
193
         <width>32</width>
194
         <height>32</height>
195
        </size>
196
       </property>
197
       <property name="toolButtonStyle">
198
        <enum>Qt::ToolButtonTextUnderIcon</enum>
199
       </property>
200
       <property name="autoRaise">
201
        <bool>true</bool>
202
       </property>
203
      </widget>
204
     </item>
205
     <item row="0" column="1">
206
      <widget class="Line" name="line">
207
       <property name="orientation">
208
        <enum>Qt::Vertical</enum>
209
       </property>
210
      </widget>
211
     </item>
212
     <item row="0" column="4">
213
      <widget class="Line" name="line_2">
214
       <property name="orientation">
215
        <enum>Qt::Vertical</enum>
216
       </property>
217
      </widget>
218
     </item>
219
     <item row="0" column="7">
220
      <widget class="Line" name="line_3">
221
       <property name="orientation">
222
        <enum>Qt::Vertical</enum>
223
       </property>
224
      </widget>
225
     </item>
226
    </layout>
227
   </item>
228
  </layout>
229
 </widget>
230
 <resources>
231
  <include location="../res/MainWindow.qrc"/>
232
 </resources>
233
 <connections/>
234
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)