-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
uploaddialog.ui
81 lines (81 loc) · 1.98 KB
/
uploaddialog.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<ui version="4.0" >
<class>UploadDialog</class>
<widget class="QDialog" name="UploadDialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>382</width>
<height>342</height>
</rect>
</property>
<property name="windowTitle" >
<string>Upload</string>
</property>
<layout class="QVBoxLayout" >
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QComboBox" name="profileCombobox" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="modifyProfileButton" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTreeView" name="projectTree" />
</item>
<item>
<widget class="QCheckBox" name="markUploadedCheckBox" >
<property name="text" >
<string>Mark as uploaded, but do not upload</string>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>UploadDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>279</x>
<y>318</y>
</hint>
<hint type="destinationlabel" >
<x>327</x>
<y>282</y>
</hint>
</hints>
</connection>
</connections>
</ui>