hytos / DTI_PID / DTI_PID / UI / DataTransfer.ui @ 9f428148
이력 | 보기 | 이력해설 | 다운로드 (4.42 KB)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<ui version="4.0"> |
3 |
<class>DataTransferDialog</class> |
4 |
<widget class="QDialog" name="DataTransferDialog"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>683</width> |
10 |
<height>385</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="windowTitle"> |
14 |
<string>Data Transfer</string> |
15 |
</property> |
16 |
<layout class="QGridLayout" name="gridLayout"> |
17 |
<item row="2" column="0"> |
18 |
<widget class="QDialogButtonBox" name="buttonBox"> |
19 |
<property name="orientation"> |
20 |
<enum>Qt::Horizontal</enum> |
21 |
</property> |
22 |
<property name="standardButtons"> |
23 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
24 |
</property> |
25 |
</widget> |
26 |
</item> |
27 |
<item row="0" column="0"> |
28 |
<widget class="QSplitter" name="splitter"> |
29 |
<property name="baseSize"> |
30 |
<size> |
31 |
<width>0</width> |
32 |
<height>0</height> |
33 |
</size> |
34 |
</property> |
35 |
<property name="orientation"> |
36 |
<enum>Qt::Horizontal</enum> |
37 |
</property> |
38 |
<widget class="QGroupBox" name="groupBox"> |
39 |
<property name="title"> |
40 |
<string>Drawings</string> |
41 |
</property> |
42 |
<layout class="QGridLayout" name="gridLayout_2"> |
43 |
<item row="0" column="0"> |
44 |
<widget class="QTreeWidget" name="treeWidgetDrawingList"> |
45 |
<property name="minimumSize"> |
46 |
<size> |
47 |
<width>100</width> |
48 |
<height>0</height> |
49 |
</size> |
50 |
</property> |
51 |
<property name="baseSize"> |
52 |
<size> |
53 |
<width>200</width> |
54 |
<height>0</height> |
55 |
</size> |
56 |
</property> |
57 |
<attribute name="headerVisible"> |
58 |
<bool>false</bool> |
59 |
</attribute> |
60 |
<column> |
61 |
<property name="text"> |
62 |
<string notr="true">1</string> |
63 |
</property> |
64 |
</column> |
65 |
</widget> |
66 |
</item> |
67 |
</layout> |
68 |
</widget> |
69 |
<widget class="QGroupBox" name="groupBox_2"> |
70 |
<property name="title"> |
71 |
<string>MSSQL</string> |
72 |
</property> |
73 |
<layout class="QGridLayout" name="gridLayout_3"> |
74 |
<item row="1" column="0"> |
75 |
<layout class="QFormLayout" name="formLayout"> |
76 |
<property name="formAlignment"> |
77 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
78 |
</property> |
79 |
<item row="0" column="0"> |
80 |
<widget class="QLabel" name="label"> |
81 |
<property name="text"> |
82 |
<string>Server</string> |
83 |
</property> |
84 |
</widget> |
85 |
</item> |
86 |
<item row="0" column="1"> |
87 |
<widget class="QLineEdit" name="lineEditServer"/> |
88 |
</item> |
89 |
<item row="1" column="0"> |
90 |
<widget class="QLabel" name="label_2"> |
91 |
<property name="text"> |
92 |
<string>User</string> |
93 |
</property> |
94 |
</widget> |
95 |
</item> |
96 |
<item row="1" column="1"> |
97 |
<widget class="QLineEdit" name="lineEditUser"/> |
98 |
</item> |
99 |
<item row="2" column="0"> |
100 |
<widget class="QLabel" name="label_3"> |
101 |
<property name="text"> |
102 |
<string>Password</string> |
103 |
</property> |
104 |
</widget> |
105 |
</item> |
106 |
<item row="2" column="1"> |
107 |
<widget class="QLineEdit" name="lineEditPassword"/> |
108 |
</item> |
109 |
</layout> |
110 |
</item> |
111 |
<item row="2" column="0"> |
112 |
<widget class="QPushButton" name="pushButtonTestConnection"> |
113 |
<property name="text"> |
114 |
<string>Test Connection</string> |
115 |
</property> |
116 |
</widget> |
117 |
</item> |
118 |
</layout> |
119 |
</widget> |
120 |
</widget> |
121 |
</item> |
122 |
<item row="1" column="0"> |
123 |
<widget class="QProgressBar" name="progressBarDataTransfer"> |
124 |
<property name="value"> |
125 |
<number>24</number> |
126 |
</property> |
127 |
</widget> |
128 |
</item> |
129 |
</layout> |
130 |
</widget> |
131 |
<resources/> |
132 |
<connections> |
133 |
<connection> |
134 |
<sender>buttonBox</sender> |
135 |
<signal>accepted()</signal> |
136 |
<receiver>DataTransferDialog</receiver> |
137 |
<slot>accept()</slot> |
138 |
<hints> |
139 |
<hint type="sourcelabel"> |
140 |
<x>248</x> |
141 |
<y>254</y> |
142 |
</hint> |
143 |
<hint type="destinationlabel"> |
144 |
<x>157</x> |
145 |
<y>274</y> |
146 |
</hint> |
147 |
</hints> |
148 |
</connection> |
149 |
<connection> |
150 |
<sender>buttonBox</sender> |
151 |
<signal>rejected()</signal> |
152 |
<receiver>DataTransferDialog</receiver> |
153 |
<slot>reject()</slot> |
154 |
<hints> |
155 |
<hint type="sourcelabel"> |
156 |
<x>316</x> |
157 |
<y>260</y> |
158 |
</hint> |
159 |
<hint type="destinationlabel"> |
160 |
<x>286</x> |
161 |
<y>274</y> |
162 |
</hint> |
163 |
</hints> |
164 |
</connection> |
165 |
</connections> |
166 |
</ui> |