hytos / HYTOS / HYTOS / UI / dlgConnectAttr.ui @ 29485992
이력 | 보기 | 이력해설 | 다운로드 (3.01 KB)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<ui version="4.0"> |
3 |
<class>ConnectAttr</class> |
4 |
<widget class="QDialog" name="ConnectAttr"> |
5 |
<property name="windowModality"> |
6 |
<enum>Qt::WindowModal</enum> |
7 |
</property> |
8 |
<property name="geometry"> |
9 |
<rect> |
10 |
<x>0</x> |
11 |
<y>0</y> |
12 |
<width>845</width> |
13 |
<height>453</height> |
14 |
</rect> |
15 |
</property> |
16 |
<property name="font"> |
17 |
<font> |
18 |
<family>맑은 고딕</family> |
19 |
</font> |
20 |
</property> |
21 |
<property name="windowTitle"> |
22 |
<string>Connect Attribute</string> |
23 |
</property> |
24 |
<layout class="QGridLayout" name="gridLayout"> |
25 |
<item row="3" column="0"> |
26 |
<widget class="QListWidget" name="listWidget"/> |
27 |
</item> |
28 |
<item row="6" column="0"> |
29 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
30 |
<item> |
31 |
<widget class="QProgressBar" name="progressBar"> |
32 |
<property name="value"> |
33 |
<number>0</number> |
34 |
</property> |
35 |
</widget> |
36 |
</item> |
37 |
<item alignment="Qt::AlignRight"> |
38 |
<widget class="QDialogButtonBox" name="buttonBox"> |
39 |
<property name="enabled"> |
40 |
<bool>false</bool> |
41 |
</property> |
42 |
<property name="sizePolicy"> |
43 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
44 |
<horstretch>0</horstretch> |
45 |
<verstretch>0</verstretch> |
46 |
</sizepolicy> |
47 |
</property> |
48 |
<property name="orientation"> |
49 |
<enum>Qt::Horizontal</enum> |
50 |
</property> |
51 |
<property name="standardButtons"> |
52 |
<set>QDialogButtonBox::Close</set> |
53 |
</property> |
54 |
</widget> |
55 |
</item> |
56 |
</layout> |
57 |
</item> |
58 |
<item row="2" column="0"> |
59 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
60 |
<item> |
61 |
<widget class="QCheckBox" name="checkBoxUpdateLineType"> |
62 |
<property name="text"> |
63 |
<string>Update Line Type</string> |
64 |
</property> |
65 |
</widget> |
66 |
</item> |
67 |
<item> |
68 |
<spacer name="horizontalSpacer"> |
69 |
<property name="orientation"> |
70 |
<enum>Qt::Horizontal</enum> |
71 |
</property> |
72 |
<property name="sizeHint" stdset="0"> |
73 |
<size> |
74 |
<width>40</width> |
75 |
<height>20</height> |
76 |
</size> |
77 |
</property> |
78 |
</spacer> |
79 |
</item> |
80 |
<item> |
81 |
<widget class="QPushButton" name="pushButtonStart"> |
82 |
<property name="sizePolicy"> |
83 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
84 |
<horstretch>0</horstretch> |
85 |
<verstretch>0</verstretch> |
86 |
</sizepolicy> |
87 |
</property> |
88 |
<property name="text"> |
89 |
<string>Start</string> |
90 |
</property> |
91 |
</widget> |
92 |
</item> |
93 |
</layout> |
94 |
</item> |
95 |
</layout> |
96 |
</widget> |
97 |
<tabstops> |
98 |
<tabstop>pushButtonStart</tabstop> |
99 |
<tabstop>listWidget</tabstop> |
100 |
</tabstops> |
101 |
<resources/> |
102 |
<connections> |
103 |
<connection> |
104 |
<sender>buttonBox</sender> |
105 |
<signal>clicked(QAbstractButton*)</signal> |
106 |
<receiver>ConnectAttr</receiver> |
107 |
<slot>accept()</slot> |
108 |
<hints> |
109 |
<hint type="sourcelabel"> |
110 |
<x>248</x> |
111 |
<y>254</y> |
112 |
</hint> |
113 |
<hint type="destinationlabel"> |
114 |
<x>157</x> |
115 |
<y>274</y> |
116 |
</hint> |
117 |
</hints> |
118 |
</connection> |
119 |
</connections> |
120 |
</ui> |