Sat, 03 Aug 2013 04:32:13 +0300
finalized downloading
426 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> | |
3 | <class>DownloadFrom</class> | |
4 | <widget class="QDialog" name="DownloadFrom"> | |
5 | <property name="geometry"> | |
6 | <rect> | |
7 | <x>0</x> | |
8 | <y>0</y> | |
427
d308149fbc90
now actually downloads parts
Santeri Piippo <crimsondusk64@gmail.com>
parents:
426
diff
changeset
|
9 | <width>546</width> |
d308149fbc90
now actually downloads parts
Santeri Piippo <crimsondusk64@gmail.com>
parents:
426
diff
changeset
|
10 | <height>405</height> |
426 | 11 | </rect> |
12 | </property> | |
13 | <property name="windowTitle"> | |
14 | <string>Download from LDraw.org</string> | |
15 | </property> | |
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |
17 | <item> | |
18 | <widget class="QLabel" name="label"> | |
19 | <property name="font"> | |
20 | <font> | |
21 | <pointsize>11</pointsize> | |
22 | <weight>75</weight> | |
23 | <bold>true</bold> | |
24 | </font> | |
25 | </property> | |
26 | <property name="text"> | |
27 | <string>Download from LDraw.org</string> | |
28 | </property> | |
29 | <property name="alignment"> | |
30 | <set>Qt::AlignCenter</set> | |
31 | </property> | |
32 | </widget> | |
33 | </item> | |
34 | <item> | |
35 | <layout class="QFormLayout" name="formLayout"> | |
36 | <property name="fieldGrowthPolicy"> | |
37 | <enum>QFormLayout::ExpandingFieldsGrow</enum> | |
38 | </property> | |
39 | <item row="0" column="0"> | |
40 | <widget class="QLabel" name="label_2"> | |
41 | <property name="text"> | |
42 | <string>Source:</string> | |
43 | </property> | |
44 | </widget> | |
45 | </item> | |
46 | <item row="0" column="1"> | |
47 | <widget class="QComboBox" name="source"> | |
48 | <property name="sizePolicy"> | |
49 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> | |
50 | <horstretch>0</horstretch> | |
51 | <verstretch>0</verstretch> | |
52 | </sizepolicy> | |
53 | </property> | |
54 | <item> | |
55 | <property name="text"> | |
56 | <string>Parts tracker</string> | |
57 | </property> | |
58 | </item> | |
59 | <item> | |
60 | <property name="text"> | |
61 | <string>Custom URL</string> | |
62 | </property> | |
63 | </item> | |
64 | </widget> | |
65 | </item> | |
66 | <item row="1" column="0"> | |
67 | <widget class="QLabel" name="fileNameLabel"> | |
68 | <property name="text"> | |
69 | <string>File name:</string> | |
70 | </property> | |
71 | </widget> | |
72 | </item> | |
73 | <item row="1" column="1"> | |
74 | <widget class="QLineEdit" name="fname"/> | |
75 | </item> | |
76 | </layout> | |
77 | </item> | |
78 | <item> | |
79 | <widget class="QTableWidget" name="progress"> | |
80 | <property name="enabled"> | |
81 | <bool>false</bool> | |
82 | </property> | |
83 | <property name="editTriggers"> | |
84 | <set>QAbstractItemView::NoEditTriggers</set> | |
85 | </property> | |
86 | <property name="cornerButtonEnabled"> | |
87 | <bool>false</bool> | |
88 | </property> | |
89 | <attribute name="horizontalHeaderCascadingSectionResizes"> | |
90 | <bool>false</bool> | |
91 | </attribute> | |
92 | <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> | |
93 | <bool>true</bool> | |
94 | </attribute> | |
95 | <attribute name="horizontalHeaderStretchLastSection"> | |
96 | <bool>true</bool> | |
97 | </attribute> | |
98 | <attribute name="verticalHeaderVisible"> | |
99 | <bool>false</bool> | |
100 | </attribute> | |
101 | <attribute name="verticalHeaderCascadingSectionResizes"> | |
102 | <bool>false</bool> | |
103 | </attribute> | |
104 | <attribute name="verticalHeaderStretchLastSection"> | |
105 | <bool>false</bool> | |
106 | </attribute> | |
107 | <column> | |
108 | <property name="text"> | |
109 | <string>URL</string> | |
110 | </property> | |
111 | <property name="font"> | |
112 | <font> | |
113 | <weight>50</weight> | |
114 | <bold>false</bold> | |
115 | </font> | |
116 | </property> | |
117 | </column> | |
118 | <column> | |
119 | <property name="text"> | |
120 | <string>Status</string> | |
121 | </property> | |
122 | </column> | |
123 | </widget> | |
124 | </item> | |
125 | <item> | |
126 | <widget class="QDialogButtonBox" name="buttonBox"> | |
127 | <property name="orientation"> | |
128 | <enum>Qt::Horizontal</enum> | |
129 | </property> | |
130 | <property name="standardButtons"> | |
432
ef382b98a8af
finalized downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents:
428
diff
changeset
|
131 | <set>QDialogButtonBox::Abort|QDialogButtonBox::Close</set> |
426 | 132 | </property> |
133 | </widget> | |
134 | </item> | |
135 | </layout> | |
136 | </widget> | |
137 | <resources/> | |
138 | <connections> | |
139 | <connection> | |
140 | <sender>buttonBox</sender> | |
141 | <signal>rejected()</signal> | |
142 | <receiver>DownloadFrom</receiver> | |
143 | <slot>reject()</slot> | |
144 | <hints> | |
145 | <hint type="sourcelabel"> | |
146 | <x>322</x> | |
147 | <y>312</y> | |
148 | </hint> | |
149 | <hint type="destinationlabel"> | |
150 | <x>286</x> | |
151 | <y>274</y> | |
152 | </hint> | |
153 | </hints> | |
154 | </connection> | |
155 | </connections> | |
156 | </ui> |