프로젝트

일반

사용자정보

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

hytos / DTI_PID / DTI_PID / UI / OcrResultDialog.ui @ d92b873c

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Dialog</class>
4
 <widget class="QDialog" name="Dialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>1080</width>
10
    <height>650</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>1080</width>
16
    <height>650</height>
17
   </size>
18
  </property>
19
  <property name="font">
20
   <font>
21
    <family>맑은 고딕</family>
22
    <weight>75</weight>
23
    <bold>true</bold>
24
   </font>
25
  </property>
26
  <property name="windowTitle">
27
   <string>OCR</string>
28
  </property>
29
  <layout class="QGridLayout" name="gridLayout_2">
30
   <item row="1" column="0">
31
    <widget class="QSplitter" name="splitter">
32
     <property name="orientation">
33
      <enum>Qt::Vertical</enum>
34
     </property>
35
     <widget class="QWidget" name="topWidget" native="true">
36
      <property name="minimumSize">
37
       <size>
38
        <width>0</width>
39
        <height>150</height>
40
       </size>
41
      </property>
42
      <layout class="QVBoxLayout" name="verticalLayout_2">
43
       <item>
44
        <layout class="QVBoxLayout" name="tVerticalLayout_2">
45
         <item>
46
          <layout class="QGridLayout" name="gridLayout">
47
           <item row="0" column="3">
48
            <widget class="QComboBox" name="comboBoxOCRData"/>
49
           </item>
50
           <item row="0" column="5">
51
            <widget class="QPushButton" name="clockPushButton_2">
52
             <property name="minimumSize">
53
              <size>
54
               <width>0</width>
55
               <height>60</height>
56
              </size>
57
             </property>
58
             <property name="maximumSize">
59
              <size>
60
               <width>60</width>
61
               <height>60</height>
62
              </size>
63
             </property>
64
             <property name="toolTip">
65
              <string>시계 방향 회전</string>
66
             </property>
67
             <property name="text">
68
              <string/>
69
             </property>
70
             <property name="icon">
71
              <iconset resource="../res/MainWindow.qrc">
72
               <normaloff>:/newPrefix/Rotate_Plus.png</normaloff>:/newPrefix/Rotate_Plus.png</iconset>
73
             </property>
74
             <property name="iconSize">
75
              <size>
76
               <width>32</width>
77
               <height>32</height>
78
              </size>
79
             </property>
80
            </widget>
81
           </item>
82
           <item row="0" column="6">
83
            <widget class="QPushButton" name="redetectPushButton">
84
             <property name="minimumSize">
85
              <size>
86
               <width>0</width>
87
               <height>60</height>
88
              </size>
89
             </property>
90
             <property name="maximumSize">
91
              <size>
92
               <width>60</width>
93
               <height>60</height>
94
              </size>
95
             </property>
96
             <property name="text">
97
              <string/>
98
             </property>
99
             <property name="icon">
100
              <iconset resource="../res/MainWindow.qrc">
101
               <normaloff>:/newPrefix/OCR.png</normaloff>:/newPrefix/OCR.png</iconset>
102
             </property>
103
             <property name="iconSize">
104
              <size>
105
               <width>32</width>
106
               <height>32</height>
107
              </size>
108
             </property>
109
            </widget>
110
           </item>
111
           <item row="0" column="4">
112
            <widget class="QPushButton" name="counterClockPushButton_2">
113
             <property name="minimumSize">
114
              <size>
115
               <width>0</width>
116
               <height>60</height>
117
              </size>
118
             </property>
119
             <property name="maximumSize">
120
              <size>
121
               <width>60</width>
122
               <height>60</height>
123
              </size>
124
             </property>
125
             <property name="toolTip">
126
              <string>반시계 방향 회전</string>
127
             </property>
128
             <property name="text">
129
              <string/>
130
             </property>
131
             <property name="icon">
132
              <iconset resource="../res/MainWindow.qrc">
133
               <normaloff>:/newPrefix/Rotate_Minus.png</normaloff>:/newPrefix/Rotate_Minus.png</iconset>
134
             </property>
135
             <property name="iconSize">
136
              <size>
137
               <width>32</width>
138
               <height>32</height>
139
              </size>
140
             </property>
141
            </widget>
142
           </item>
143
           <item row="0" column="0">
144
            <widget class="QLabel" name="targetTextLabel_2">
145
             <property name="minimumSize">
146
              <size>
147
               <width>0</width>
148
               <height>60</height>
149
              </size>
150
             </property>
151
             <property name="maximumSize">
152
              <size>
153
               <width>16777215</width>
154
               <height>60</height>
155
              </size>
156
             </property>
157
             <property name="font">
158
              <font>
159
               <weight>75</weight>
160
               <bold>true</bold>
161
              </font>
162
             </property>
163
             <property name="text">
164
              <string>Recognition Object</string>
165
             </property>
166
            </widget>
167
           </item>
168
           <item row="0" column="2">
169
            <widget class="QLabel" name="label">
170
             <property name="text">
171
              <string>OCR Source : </string>
172
             </property>
173
            </widget>
174
           </item>
175
           <item row="0" column="1">
176
            <spacer name="horizontalSpacer_2">
177
             <property name="orientation">
178
              <enum>Qt::Horizontal</enum>
179
             </property>
180
             <property name="sizeHint" stdset="0">
181
              <size>
182
               <width>40</width>
183
               <height>20</height>
184
              </size>
185
             </property>
186
            </spacer>
187
           </item>
188
          </layout>
189
         </item>
190
         <item>
191
          <layout class="QHBoxLayout" name="horizontalLayoutGraphicsView">
192
           <property name="sizeConstraint">
193
            <enum>QLayout::SetMaximumSize</enum>
194
           </property>
195
          </layout>
196
         </item>
197
        </layout>
198
       </item>
199
      </layout>
200
     </widget>
201
     <widget class="QWidget" name="bottomWidget" native="true">
202
      <property name="minimumSize">
203
       <size>
204
        <width>0</width>
205
        <height>150</height>
206
       </size>
207
      </property>
208
      <property name="maximumSize">
209
       <size>
210
        <width>16777215</width>
211
        <height>200</height>
212
       </size>
213
      </property>
214
      <layout class="QVBoxLayout" name="verticalLayout_4">
215
       <item>
216
        <layout class="QVBoxLayout" name="detectResultVerticalLayout_2">
217
         <property name="leftMargin">
218
          <number>8</number>
219
         </property>
220
         <property name="topMargin">
221
          <number>8</number>
222
         </property>
223
         <property name="rightMargin">
224
          <number>8</number>
225
         </property>
226
         <property name="bottomMargin">
227
          <number>8</number>
228
         </property>
229
         <item>
230
          <layout class="QGridLayout" name="gridLayout_3">
231
           <item row="0" column="0">
232
            <layout class="QHBoxLayout" name="horizontalLayout_3">
233
             <item>
234
              <widget class="QLabel" name="detectResultLabel_2">
235
               <property name="font">
236
                <font>
237
                 <weight>75</weight>
238
                 <bold>true</bold>
239
                </font>
240
               </property>
241
               <property name="text">
242
                <string>Recognition Result</string>
243
               </property>
244
              </widget>
245
             </item>
246
             <item>
247
              <widget class="QPushButton" name="pushButtonCopyHori">
248
               <property name="text">
249
                <string>Copy</string>
250
               </property>
251
              </widget>
252
             </item>
253
             <item>
254
              <spacer name="horizontalSpacer">
255
               <property name="orientation">
256
                <enum>Qt::Horizontal</enum>
257
               </property>
258
               <property name="sizeHint" stdset="0">
259
                <size>
260
                 <width>40</width>
261
                 <height>20</height>
262
                </size>
263
               </property>
264
              </spacer>
265
             </item>
266
             <item>
267
              <widget class="QCheckBox" name="checkBoxSeperate">
268
               <property name="text">
269
                <string>Seperate</string>
270
               </property>
271
               <property name="checked">
272
                <bool>true</bool>
273
               </property>
274
              </widget>
275
             </item>
276
            </layout>
277
           </item>
278
           <item row="1" column="0">
279
            <layout class="QHBoxLayout" name="horizontalLayoutTextEdit"/>
280
           </item>
281
          </layout>
282
         </item>
283
        </layout>
284
       </item>
285
      </layout>
286
     </widget>
287
    </widget>
288
   </item>
289
   <item row="3" column="0">
290
    <layout class="QHBoxLayout" name="horizontalLayout_2">
291
     <item>
292
      <widget class="QPushButton" name="pushButtonMakeTrainingImage">
293
       <property name="sizePolicy">
294
        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
295
         <horstretch>0</horstretch>
296
         <verstretch>0</verstretch>
297
        </sizepolicy>
298
       </property>
299
       <property name="text">
300
        <string>Save OCR Training Image</string>
301
       </property>
302
      </widget>
303
     </item>
304
     <item>
305
      <widget class="QDialogButtonBox" name="ocrDialogButtonBox">
306
       <property name="orientation">
307
        <enum>Qt::Horizontal</enum>
308
       </property>
309
       <property name="standardButtons">
310
        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
311
       </property>
312
      </widget>
313
     </item>
314
    </layout>
315
   </item>
316
  </layout>
317
 </widget>
318
 <resources>
319
  <include location="../res/MainWindow.qrc"/>
320
 </resources>
321
 <connections>
322
  <connection>
323
   <sender>ocrDialogButtonBox</sender>
324
   <signal>accepted()</signal>
325
   <receiver>Dialog</receiver>
326
   <slot>accept()</slot>
327
   <hints>
328
    <hint type="sourcelabel">
329
     <x>539</x>
330
     <y>629</y>
331
    </hint>
332
    <hint type="destinationlabel">
333
     <x>539</x>
334
     <y>324</y>
335
    </hint>
336
   </hints>
337
  </connection>
338
  <connection>
339
   <sender>ocrDialogButtonBox</sender>
340
   <signal>rejected()</signal>
341
   <receiver>Dialog</receiver>
342
   <slot>reject()</slot>
343
   <hints>
344
    <hint type="sourcelabel">
345
     <x>539</x>
346
     <y>629</y>
347
    </hint>
348
    <hint type="destinationlabel">
349
     <x>539</x>
350
     <y>324</y>
351
    </hint>
352
   </hints>
353
  </connection>
354
 </connections>
355
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)