-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelocator_dialog_base.ui
101 lines (101 loc) · 2.11 KB
/
relocator_dialog_base.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>relocatorDialogBase</class>
<widget class="QDialog" name="relocatorDialogBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>386</width>
<height>131</height>
</rect>
</property>
<property name="windowTitle">
<string>relocator</string>
</property>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>300</x>
<y>70</y>
<width>71</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton">
<property name="geometry">
<rect>
<x>250</x>
<y>10</y>
<width>116</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>create ZIP</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>148</width>
<height>27</height>
</rect>
</property>
<property name="font">
<font>
<family>Ubuntu</family>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>Output project folder:</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>220</x>
<y>100</y>
<width>71</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QLineEdit" name="relocate_path">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>361</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="okButton">
<property name="geometry">
<rect>
<x>300</x>
<y>100</y>
<width>71</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>