1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>ImportScheduleWidget</class> |
---|
4 | <widget class="QWidget" name="ImportScheduleWidget"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>699</width> |
---|
10 | <height>79</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="sizePolicy"> |
---|
14 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
---|
15 | <horstretch>0</horstretch> |
---|
16 | <verstretch>0</verstretch> |
---|
17 | </sizepolicy> |
---|
18 | </property> |
---|
19 | <property name="windowTitle"> |
---|
20 | <string>Import schedule</string> |
---|
21 | </property> |
---|
22 | <layout class="QGridLayout" name="gridLayout"> |
---|
23 | <item row="0" column="0"> |
---|
24 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
25 | <item> |
---|
26 | <widget class="QLabel" name="importScheduleLabel"> |
---|
27 | <property name="sizePolicy"> |
---|
28 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
---|
29 | <horstretch>0</horstretch> |
---|
30 | <verstretch>0</verstretch> |
---|
31 | </sizepolicy> |
---|
32 | </property> |
---|
33 | <property name="text"> |
---|
34 | <string>Import schedule: </string> |
---|
35 | </property> |
---|
36 | </widget> |
---|
37 | </item> |
---|
38 | <item> |
---|
39 | <widget class="QGroupBox" name="importAction"> |
---|
40 | <property name="title"> |
---|
41 | <string/> |
---|
42 | </property> |
---|
43 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
44 | <item> |
---|
45 | <widget class="QRadioButton" name="update"> |
---|
46 | <property name="text"> |
---|
47 | <string>Update</string> |
---|
48 | </property> |
---|
49 | <property name="checked"> |
---|
50 | <bool>true</bool> |
---|
51 | </property> |
---|
52 | </widget> |
---|
53 | </item> |
---|
54 | <item> |
---|
55 | <widget class="QRadioButton" name="replace"> |
---|
56 | <property name="text"> |
---|
57 | <string>Replace</string> |
---|
58 | </property> |
---|
59 | </widget> |
---|
60 | </item> |
---|
61 | </layout> |
---|
62 | </widget> |
---|
63 | </item> |
---|
64 | <item> |
---|
65 | <widget class="QPushButton" name="online"> |
---|
66 | <property name="text"> |
---|
67 | <string>Online</string> |
---|
68 | </property> |
---|
69 | </widget> |
---|
70 | </item> |
---|
71 | <item> |
---|
72 | <widget class="QPushButton" name="browse"> |
---|
73 | <property name="sizePolicy"> |
---|
74 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
75 | <horstretch>0</horstretch> |
---|
76 | <verstretch>0</verstretch> |
---|
77 | </sizepolicy> |
---|
78 | </property> |
---|
79 | <property name="text"> |
---|
80 | <string>Browse</string> |
---|
81 | </property> |
---|
82 | </widget> |
---|
83 | </item> |
---|
84 | <item> |
---|
85 | <widget class="QPushButton" name="cancel"> |
---|
86 | <property name="text"> |
---|
87 | <string>Cancel</string> |
---|
88 | </property> |
---|
89 | </widget> |
---|
90 | </item> |
---|
91 | <item> |
---|
92 | <widget class="QProgressBar" name="progressBar"> |
---|
93 | <property name="sizePolicy"> |
---|
94 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
---|
95 | <horstretch>0</horstretch> |
---|
96 | <verstretch>10</verstretch> |
---|
97 | </sizepolicy> |
---|
98 | </property> |
---|
99 | <property name="value"> |
---|
100 | <number>0</number> |
---|
101 | </property> |
---|
102 | <property name="textVisible"> |
---|
103 | <bool>false</bool> |
---|
104 | </property> |
---|
105 | </widget> |
---|
106 | </item> |
---|
107 | </layout> |
---|
108 | </item> |
---|
109 | </layout> |
---|
110 | </widget> |
---|
111 | <resources> |
---|
112 | <include location="../icons.qrc"/> |
---|
113 | </resources> |
---|
114 | <connections/> |
---|
115 | </ui> |
---|