프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (5.34 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>800</width>
10
    <height>400</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>OCR</string>
15
  </property>
16
  <widget class="QDialogButtonBox" name="ocrDialogButtonBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>450</x>
20
     <y>370</y>
21
     <width>341</width>
22
     <height>32</height>
23
    </rect>
24
   </property>
25
   <property name="orientation">
26
    <enum>Qt::Horizontal</enum>
27
   </property>
28
   <property name="standardButtons">
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30
   </property>
31
  </widget>
32
  <widget class="QWidget" name="gridLayoutWidget">
33
   <property name="geometry">
34
    <rect>
35
     <x>10</x>
36
     <y>10</y>
37
     <width>781</width>
38
     <height>351</height>
39
    </rect>
40
   </property>
41
   <layout class="QGridLayout" name="gridLayout">
42
    <item row="1" column="0">
43
     <widget class="QWidget" name="widget_2" native="true">
44
      <widget class="QWidget" name="verticalLayoutWidget">
45
       <property name="geometry">
46
        <rect>
47
         <x>10</x>
48
         <y>10</y>
49
         <width>761</width>
50
         <height>151</height>
51
        </rect>
52
       </property>
53
       <layout class="QVBoxLayout" name="detectResultVerticalLayout">
54
        <item>
55
         <widget class="QLabel" name="detectResultLabel">
56
          <property name="font">
57
           <font>
58
            <weight>75</weight>
59
            <bold>true</bold>
60
           </font>
61
          </property>
62
          <property name="text">
63
           <string>검출 결과</string>
64
          </property>
65
         </widget>
66
        </item>
67
        <item>
68
         <widget class="QTextEdit" name="detectResultTextEdit"/>
69
        </item>
70
       </layout>
71
      </widget>
72
     </widget>
73
    </item>
74
    <item row="0" column="0">
75
     <widget class="QWidget" name="widget" native="true">
76
      <widget class="QWidget" name="verticalLayoutWidget_2">
77
       <property name="geometry">
78
        <rect>
79
         <x>0</x>
80
         <y>0</y>
81
         <width>781</width>
82
         <height>171</height>
83
        </rect>
84
       </property>
85
       <layout class="QVBoxLayout" name="tVerticalLayout">
86
        <item>
87
         <widget class="QWidget" name="targetToolsWidget" native="true">
88
          <widget class="QWidget" name="gridLayoutWidget_2">
89
           <property name="geometry">
90
            <rect>
91
             <x>10</x>
92
             <y>10</y>
93
             <width>761</width>
94
             <height>25</height>
95
            </rect>
96
           </property>
97
           <layout class="QGridLayout" name="gridLayout_2">
98
            <item row="0" column="2">
99
             <widget class="QPushButton" name="clockPushButton">
100
              <property name="text">
101
               <string>Clock</string>
102
              </property>
103
             </widget>
104
            </item>
105
            <item row="0" column="1">
106
             <widget class="QPushButton" name="counterClockPushButton">
107
              <property name="text">
108
               <string>CounterClock</string>
109
              </property>
110
             </widget>
111
            </item>
112
            <item row="0" column="3">
113
             <widget class="QPushButton" name="redetectPushButton">
114
              <property name="text">
115
               <string>Re-Detect</string>
116
              </property>
117
             </widget>
118
            </item>
119
            <item row="0" column="0">
120
             <widget class="QLabel" name="targetTextLabel">
121
              <property name="font">
122
               <font>
123
                <weight>75</weight>
124
                <bold>true</bold>
125
               </font>
126
              </property>
127
              <property name="text">
128
               <string>검출 대상</string>
129
              </property>
130
             </widget>
131
            </item>
132
           </layout>
133
          </widget>
134
          <widget class="QWidget" name="widget_3" native="true">
135
           <property name="geometry">
136
            <rect>
137
             <x>10</x>
138
             <y>40</y>
139
             <width>761</width>
140
             <height>121</height>
141
            </rect>
142
           </property>
143
           <widget class="QWidget" name="verticalLayoutWidget_3">
144
            <property name="geometry">
145
             <rect>
146
              <x>0</x>
147
              <y>0</y>
148
              <width>761</width>
149
              <height>121</height>
150
             </rect>
151
            </property>
152
            <layout class="QVBoxLayout" name="targetVerticalLayout"/>
153
           </widget>
154
          </widget>
155
         </widget>
156
        </item>
157
       </layout>
158
      </widget>
159
     </widget>
160
    </item>
161
   </layout>
162
  </widget>
163
 </widget>
164
 <resources/>
165
 <connections>
166
  <connection>
167
   <sender>ocrDialogButtonBox</sender>
168
   <signal>accepted()</signal>
169
   <receiver>Dialog</receiver>
170
   <slot>accept()</slot>
171
   <hints>
172
    <hint type="sourcelabel">
173
     <x>248</x>
174
     <y>254</y>
175
    </hint>
176
    <hint type="destinationlabel">
177
     <x>157</x>
178
     <y>274</y>
179
    </hint>
180
   </hints>
181
  </connection>
182
  <connection>
183
   <sender>ocrDialogButtonBox</sender>
184
   <signal>rejected()</signal>
185
   <receiver>Dialog</receiver>
186
   <slot>reject()</slot>
187
   <hints>
188
    <hint type="sourcelabel">
189
     <x>316</x>
190
     <y>260</y>
191
    </hint>
192
    <hint type="destinationlabel">
193
     <x>286</x>
194
     <y>274</y>
195
    </hint>
196
   </hints>
197
  </connection>
198
 </connections>
199
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)