qt5
Last change
on this file since c15be10 was
c15be10,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
import schedule dialog
- changed to widget
- moved to 'conference' tab
|
-
Property mode set to
100644
|
File size:
2.0 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>82</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="QVBoxLayout" name="verticalLayout" > |
---|
24 | <item> |
---|
25 | <widget class="QProgressBar" name="progressBar" > |
---|
26 | <property name="value" > |
---|
27 | <number>0</number> |
---|
28 | </property> |
---|
29 | <property name="textVisible" > |
---|
30 | <bool>false</bool> |
---|
31 | </property> |
---|
32 | </widget> |
---|
33 | </item> |
---|
34 | <item> |
---|
35 | <layout class="QHBoxLayout" name="horizontalLayout_2" > |
---|
36 | <item> |
---|
37 | <widget class="QLabel" name="label" > |
---|
38 | <property name="text" > |
---|
39 | <string>Import schedule: </string> |
---|
40 | </property> |
---|
41 | </widget> |
---|
42 | </item> |
---|
43 | <item> |
---|
44 | <widget class="QPushButton" name="search" > |
---|
45 | <property name="text" > |
---|
46 | <string>Search</string> |
---|
47 | </property> |
---|
48 | </widget> |
---|
49 | </item> |
---|
50 | <item> |
---|
51 | <spacer name="horizontalSpacer_2" > |
---|
52 | <property name="orientation" > |
---|
53 | <enum>Qt::Horizontal</enum> |
---|
54 | </property> |
---|
55 | <property name="sizeHint" stdset="0" > |
---|
56 | <size> |
---|
57 | <width>40</width> |
---|
58 | <height>20</height> |
---|
59 | </size> |
---|
60 | </property> |
---|
61 | </spacer> |
---|
62 | </item> |
---|
63 | <item> |
---|
64 | <widget class="QPushButton" name="import" > |
---|
65 | <property name="text" > |
---|
66 | <string>Import</string> |
---|
67 | </property> |
---|
68 | </widget> |
---|
69 | </item> |
---|
70 | </layout> |
---|
71 | </item> |
---|
72 | </layout> |
---|
73 | </item> |
---|
74 | </layout> |
---|
75 | </widget> |
---|
76 | <resources/> |
---|
77 | <connections/> |
---|
78 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.