hytos / DTI_PID / DTI_PID / UI / RotateSymbol.ui @ 15fc16c4
이력 | 보기 | 이력해설 | 다운로드 (4.7 KB)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<ui version="4.0"> |
3 |
<class>RotateSymbolDialog</class> |
4 |
<widget class="QDialog" name="RotateSymbolDialog"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>350</width> |
10 |
<height>167</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="minimumSize"> |
14 |
<size> |
15 |
<width>350</width> |
16 |
<height>0</height> |
17 |
</size> |
18 |
</property> |
19 |
<property name="maximumSize"> |
20 |
<size> |
21 |
<width>350</width> |
22 |
<height>350</height> |
23 |
</size> |
24 |
</property> |
25 |
<property name="font"> |
26 |
<font> |
27 |
<family>맑은 고딕</family> |
28 |
<weight>75</weight> |
29 |
<bold>true</bold> |
30 |
</font> |
31 |
</property> |
32 |
<property name="windowTitle"> |
33 |
<string>Symbol Position</string> |
34 |
</property> |
35 |
<layout class="QVBoxLayout" name="verticalLayout"> |
36 |
<item> |
37 |
<layout class="QFormLayout" name="formLayout"> |
38 |
<item row="0" column="0"> |
39 |
<widget class="QLabel" name="label"> |
40 |
<property name="font"> |
41 |
<font> |
42 |
<family>맑은 고딕</family> |
43 |
<pointsize>10</pointsize> |
44 |
<weight>75</weight> |
45 |
<bold>true</bold> |
46 |
</font> |
47 |
</property> |
48 |
<property name="text"> |
49 |
<string>Degree : </string> |
50 |
</property> |
51 |
</widget> |
52 |
</item> |
53 |
<item row="0" column="1"> |
54 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
55 |
<item> |
56 |
<widget class="QDoubleSpinBox" name="doubleSpinBox"> |
57 |
<property name="decimals"> |
58 |
<number>1</number> |
59 |
</property> |
60 |
<property name="minimum"> |
61 |
<double>0.000000000000000</double> |
62 |
</property> |
63 |
<property name="maximum"> |
64 |
<double>359.000000000000000</double> |
65 |
</property> |
66 |
</widget> |
67 |
</item> |
68 |
</layout> |
69 |
</item> |
70 |
<item row="1" column="0"> |
71 |
<widget class="QLabel" name="Origin_X"> |
72 |
<property name="text"> |
73 |
<string>Origin_X</string> |
74 |
</property> |
75 |
</widget> |
76 |
</item> |
77 |
<item row="2" column="0"> |
78 |
<widget class="QLabel" name="label_2"> |
79 |
<property name="text"> |
80 |
<string>Origin_Y</string> |
81 |
</property> |
82 |
</widget> |
83 |
</item> |
84 |
<item row="1" column="1"> |
85 |
<widget class="QDoubleSpinBox" name="doubleSpinBoxX"> |
86 |
<property name="decimals"> |
87 |
<number>1</number> |
88 |
</property> |
89 |
<property name="maximum"> |
90 |
<double>99999999.000000000000000</double> |
91 |
</property> |
92 |
</widget> |
93 |
</item> |
94 |
<item row="2" column="1"> |
95 |
<widget class="QDoubleSpinBox" name="doubleSpinBoxY"> |
96 |
<property name="decimals"> |
97 |
<number>1</number> |
98 |
</property> |
99 |
<property name="maximum"> |
100 |
<double>99999999.000000000000000</double> |
101 |
</property> |
102 |
</widget> |
103 |
</item> |
104 |
<item row="3" column="0"> |
105 |
<widget class="QLabel" name="label_3"> |
106 |
<property name="text"> |
107 |
<string>Z_Value</string> |
108 |
</property> |
109 |
</widget> |
110 |
</item> |
111 |
<item row="3" column="1"> |
112 |
<widget class="QSpinBox" name="spinBoxZValue"> |
113 |
<property name="minimum"> |
114 |
<number>1</number> |
115 |
</property> |
116 |
<property name="maximum"> |
117 |
<number>250</number> |
118 |
</property> |
119 |
</widget> |
120 |
</item> |
121 |
</layout> |
122 |
</item> |
123 |
<item> |
124 |
<widget class="QLabel" name="errorLabel"> |
125 |
<property name="maximumSize"> |
126 |
<size> |
127 |
<width>16777215</width> |
128 |
<height>0</height> |
129 |
</size> |
130 |
</property> |
131 |
<property name="styleSheet"> |
132 |
<string notr="true"/> |
133 |
</property> |
134 |
<property name="text"> |
135 |
<string/> |
136 |
</property> |
137 |
<property name="alignment"> |
138 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
139 |
</property> |
140 |
</widget> |
141 |
</item> |
142 |
<item> |
143 |
<widget class="QDialogButtonBox" name="buttonBox"> |
144 |
<property name="font"> |
145 |
<font> |
146 |
<family>맑은 고딕</family> |
147 |
<weight>75</weight> |
148 |
<bold>true</bold> |
149 |
</font> |
150 |
</property> |
151 |
<property name="standardButtons"> |
152 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
153 |
</property> |
154 |
</widget> |
155 |
</item> |
156 |
</layout> |
157 |
</widget> |
158 |
<resources/> |
159 |
<connections> |
160 |
<connection> |
161 |
<sender>buttonBox</sender> |
162 |
<signal>rejected()</signal> |
163 |
<receiver>RotateSymbolDialog</receiver> |
164 |
<slot>reject()</slot> |
165 |
<hints> |
166 |
<hint type="sourcelabel"> |
167 |
<x>299</x> |
168 |
<y>79</y> |
169 |
</hint> |
170 |
<hint type="destinationlabel"> |
171 |
<x>299</x> |
172 |
<y>49</y> |
173 |
</hint> |
174 |
</hints> |
175 |
</connection> |
176 |
<connection> |
177 |
<sender>buttonBox</sender> |
178 |
<signal>accepted()</signal> |
179 |
<receiver>RotateSymbolDialog</receiver> |
180 |
<slot>accept()</slot> |
181 |
<hints> |
182 |
<hint type="sourcelabel"> |
183 |
<x>299</x> |
184 |
<y>79</y> |
185 |
</hint> |
186 |
<hint type="destinationlabel"> |
187 |
<x>299</x> |
188 |
<y>49</y> |
189 |
</hint> |
190 |
</hints> |
191 |
</connection> |
192 |
</connections> |
193 |
</ui> |