qt5
Last change
on this file since b86d4aa was
b86d4aa,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
reimplemented 'import schedule'
|
-
Property mode set to
100644
|
File size:
1.8 KB
|
Line | |
---|
1 | <ui version="4.0" > |
---|
2 | <class>ImportScheduleWidget</class> |
---|
3 | <widget class="QWidget" name="ImportScheduleWidget" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>379</width> |
---|
9 | <height>48</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="sizePolicy" > |
---|
13 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" > |
---|
14 | <horstretch>0</horstretch> |
---|
15 | <verstretch>0</verstretch> |
---|
16 | </sizepolicy> |
---|
17 | </property> |
---|
18 | <property name="windowTitle" > |
---|
19 | <string>Import schedule</string> |
---|
20 | </property> |
---|
21 | <layout class="QGridLayout" name="gridLayout" > |
---|
22 | <item row="0" column="0" > |
---|
23 | <layout class="QHBoxLayout" name="horizontalLayout_2" > |
---|
24 | <item> |
---|
25 | <widget class="QLabel" name="importScheduleLabel" > |
---|
26 | <property name="sizePolicy" > |
---|
27 | <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" > |
---|
28 | <horstretch>0</horstretch> |
---|
29 | <verstretch>0</verstretch> |
---|
30 | </sizepolicy> |
---|
31 | </property> |
---|
32 | <property name="text" > |
---|
33 | <string>Import schedule: </string> |
---|
34 | </property> |
---|
35 | </widget> |
---|
36 | </item> |
---|
37 | <item> |
---|
38 | <widget class="QPushButton" name="browse" > |
---|
39 | <property name="sizePolicy" > |
---|
40 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
---|
41 | <horstretch>0</horstretch> |
---|
42 | <verstretch>0</verstretch> |
---|
43 | </sizepolicy> |
---|
44 | </property> |
---|
45 | <property name="text" > |
---|
46 | <string>Browse</string> |
---|
47 | </property> |
---|
48 | </widget> |
---|
49 | </item> |
---|
50 | <item> |
---|
51 | <widget class="QProgressBar" name="progressBar" > |
---|
52 | <property name="value" > |
---|
53 | <number>0</number> |
---|
54 | </property> |
---|
55 | <property name="textVisible" > |
---|
56 | <bool>false</bool> |
---|
57 | </property> |
---|
58 | </widget> |
---|
59 | </item> |
---|
60 | </layout> |
---|
61 | </item> |
---|
62 | </layout> |
---|
63 | </widget> |
---|
64 | <resources/> |
---|
65 | <connections/> |
---|
66 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.