프로젝트

일반

사용자정보

통계
| 개정판:

hytos / HYTOS / HYTOS / UI / GeometryData_Help.ui @ 2f9c43ee

이력 | 보기 | 이력해설 | 다운로드 (7.67 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>390</width>
10
    <height>474</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>Geometry Data Help</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
  <widget class="QDialogButtonBox" name="buttonBox">
26
   <property name="geometry">
27
    <rect>
28
     <x>224</x>
29
     <y>440</y>
30
     <width>156</width>
31
     <height>23</height>
32
    </rect>
33
   </property>
34
   <property name="orientation">
35
    <enum>Qt::Horizontal</enum>
36
   </property>
37
   <property name="standardButtons">
38
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
39
   </property>
40
  </widget>
41
  <widget class="QGroupBox" name="groupBox">
42
   <property name="geometry">
43
    <rect>
44
     <x>12</x>
45
     <y>16</y>
46
     <width>365</width>
47
     <height>413</height>
48
    </rect>
49
   </property>
50
   <property name="font">
51
    <font>
52
     <family>맑은 고딕</family>
53
     <weight>75</weight>
54
     <bold>true</bold>
55
    </font>
56
   </property>
57
   <property name="title">
58
    <string>What is Angle ?</string>
59
   </property>
60
   <layout class="QGridLayout" name="gridLayout">
61
    <item row="0" column="0">
62
     <widget class="QTabWidget" name="tabWidget">
63
      <property name="font">
64
       <font>
65
        <weight>50</weight>
66
        <bold>false</bold>
67
       </font>
68
      </property>
69
      <property name="currentIndex">
70
       <number>0</number>
71
      </property>
72
      <widget class="QWidget" name="tab">
73
       <attribute name="title">
74
        <string>Pipe</string>
75
       </attribute>
76
       <widget class="QLabel" name="label">
77
        <property name="geometry">
78
         <rect>
79
          <x>16</x>
80
          <y>16</y>
81
          <width>129</width>
82
          <height>16</height>
83
         </rect>
84
        </property>
85
        <property name="text">
86
         <string>- Pipe의 경우 - </string>
87
        </property>
88
       </widget>
89
       <widget class="QLabel" name="label_2">
90
        <property name="geometry">
91
         <rect>
92
          <x>16</x>
93
          <y>36</y>
94
          <width>153</width>
95
          <height>16</height>
96
         </rect>
97
        </property>
98
        <property name="text">
99
         <string>(1) 수직상향(↑)이면 : 90</string>
100
        </property>
101
       </widget>
102
       <widget class="QLabel" name="label_3">
103
        <property name="geometry">
104
         <rect>
105
          <x>16</x>
106
          <y>56</y>
107
          <width>153</width>
108
          <height>16</height>
109
         </rect>
110
        </property>
111
        <property name="text">
112
         <string>(2) 수직하향(↓)이면 : -90</string>
113
        </property>
114
       </widget>
115
       <widget class="QLabel" name="label_4">
116
        <property name="geometry">
117
         <rect>
118
          <x>16</x>
119
          <y>76</y>
120
          <width>153</width>
121
          <height>16</height>
122
         </rect>
123
        </property>
124
        <property name="text">
125
         <string>(3) 수평(→)이면       : 0</string>
126
        </property>
127
       </widget>
128
       <widget class="QLabel" name="label_5">
129
        <property name="geometry">
130
         <rect>
131
          <x>16</x>
132
          <y>100</y>
133
          <width>309</width>
134
          <height>241</height>
135
         </rect>
136
        </property>
137
        <property name="text">
138
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/Geometry_Data_Pipe.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
139
        </property>
140
        <property name="alignment">
141
         <set>Qt::AlignCenter</set>
142
        </property>
143
       </widget>
144
      </widget>
145
      <widget class="QWidget" name="tab_2">
146
       <attribute name="title">
147
        <string>Bend</string>
148
       </attribute>
149
       <widget class="QLabel" name="label_6">
150
        <property name="geometry">
151
         <rect>
152
          <x>16</x>
153
          <y>16</y>
154
          <width>121</width>
155
          <height>16</height>
156
         </rect>
157
        </property>
158
        <property name="text">
159
         <string>- Bend의 경우 -</string>
160
        </property>
161
       </widget>
162
       <widget class="QLabel" name="label_7">
163
        <property name="geometry">
164
         <rect>
165
          <x>16</x>
166
          <y>36</y>
167
          <width>181</width>
168
          <height>16</height>
169
         </rect>
170
        </property>
171
        <property name="text">
172
         <string>: 구부러진 각도 만큼의 θ</string>
173
        </property>
174
       </widget>
175
       <widget class="QLabel" name="label_8">
176
        <property name="geometry">
177
         <rect>
178
          <x>16</x>
179
          <y>100</y>
180
          <width>309</width>
181
          <height>241</height>
182
         </rect>
183
        </property>
184
        <property name="text">
185
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/Geometry_Data_Bend.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
186
        </property>
187
        <property name="alignment">
188
         <set>Qt::AlignCenter</set>
189
        </property>
190
       </widget>
191
      </widget>
192
      <widget class="QWidget" name="tab_3">
193
       <attribute name="title">
194
        <string>Reducer / Expander</string>
195
       </attribute>
196
       <widget class="QLabel" name="label_9">
197
        <property name="geometry">
198
         <rect>
199
          <x>16</x>
200
          <y>56</y>
201
          <width>245</width>
202
          <height>16</height>
203
         </rect>
204
        </property>
205
        <property name="text">
206
         <string>(2-Phase에서 기본값 : 90 deg)</string>
207
        </property>
208
       </widget>
209
       <widget class="QLabel" name="label_10">
210
        <property name="geometry">
211
         <rect>
212
          <x>16</x>
213
          <y>36</y>
214
          <width>257</width>
215
          <height>16</height>
216
         </rect>
217
        </property>
218
        <property name="text">
219
         <string>: 좁아지는 / 넓어지는 각도만큼의 θ</string>
220
        </property>
221
       </widget>
222
       <widget class="QLabel" name="label_11">
223
        <property name="geometry">
224
         <rect>
225
          <x>16</x>
226
          <y>16</y>
227
          <width>129</width>
228
          <height>16</height>
229
         </rect>
230
        </property>
231
        <property name="text">
232
         <string>- Reducer / Expander - </string>
233
        </property>
234
       </widget>
235
       <widget class="QLabel" name="label_12">
236
        <property name="geometry">
237
         <rect>
238
          <x>16</x>
239
          <y>100</y>
240
          <width>309</width>
241
          <height>241</height>
242
         </rect>
243
        </property>
244
        <property name="text">
245
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/Geometry_Data_RE.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
246
        </property>
247
       </widget>
248
      </widget>
249
     </widget>
250
    </item>
251
   </layout>
252
  </widget>
253
 </widget>
254
 <resources>
255
  <include location="../res/Resource.qrc"/>
256
 </resources>
257
 <connections>
258
  <connection>
259
   <sender>buttonBox</sender>
260
   <signal>accepted()</signal>
261
   <receiver>Dialog</receiver>
262
   <slot>accept()</slot>
263
   <hints>
264
    <hint type="sourcelabel">
265
     <x>248</x>
266
     <y>254</y>
267
    </hint>
268
    <hint type="destinationlabel">
269
     <x>157</x>
270
     <y>274</y>
271
    </hint>
272
   </hints>
273
  </connection>
274
  <connection>
275
   <sender>buttonBox</sender>
276
   <signal>rejected()</signal>
277
   <receiver>Dialog</receiver>
278
   <slot>reject()</slot>
279
   <hints>
280
    <hint type="sourcelabel">
281
     <x>316</x>
282
     <y>260</y>
283
    </hint>
284
    <hint type="destinationlabel">
285
     <x>286</x>
286
     <y>274</y>
287
    </hint>
288
   </hints>
289
  </connection>
290
 </connections>
291
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)