@@ -1,47 +1,50 | |||||
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |
2 | <ui version="4.0"> |
|
2 | <ui version="4.0"> | |
3 | <class>VisualizationMultiZoneSelectionDialog</class> |
|
3 | <class>VisualizationMultiZoneSelectionDialog</class> | |
4 | <widget class="QDialog" name="VisualizationMultiZoneSelectionDialog"> |
|
4 | <widget class="QDialog" name="VisualizationMultiZoneSelectionDialog"> | |
5 | <property name="geometry"> |
|
5 | <property name="geometry"> | |
6 | <rect> |
|
6 | <rect> | |
7 | <x>0</x> |
|
7 | <x>0</x> | |
8 | <y>0</y> |
|
8 | <y>0</y> | |
9 |
<width> |
|
9 | <width>303</width> | |
10 |
<height>1 |
|
10 | <height>139</height> | |
11 | </rect> |
|
11 | </rect> | |
12 | </property> |
|
12 | </property> | |
13 | <property name="windowTitle"> |
|
13 | <property name="windowTitle"> | |
14 | <string>Select...</string> |
|
14 | <string>Select...</string> | |
15 | </property> |
|
15 | </property> | |
16 | <layout class="QVBoxLayout" name="verticalLayout"> |
|
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |
|
17 | <property name="spacing"> | |||
|
18 | <number>6</number> | |||
|
19 | </property> | |||
17 | <property name="leftMargin"> |
|
20 | <property name="leftMargin"> | |
18 | <number>0</number> |
|
21 | <number>0</number> | |
19 | </property> |
|
22 | </property> | |
20 | <property name="topMargin"> |
|
23 | <property name="topMargin"> | |
21 | <number>0</number> |
|
24 | <number>0</number> | |
22 | </property> |
|
25 | </property> | |
23 | <property name="rightMargin"> |
|
26 | <property name="rightMargin"> | |
24 | <number>0</number> |
|
27 | <number>0</number> | |
25 | </property> |
|
28 | </property> | |
26 | <property name="bottomMargin"> |
|
29 | <property name="bottomMargin"> | |
27 | <number>0</number> |
|
30 | <number>0</number> | |
28 | </property> |
|
31 | </property> | |
29 | <item> |
|
32 | <item> | |
30 | <widget class="QListWidget" name="listWidget"> |
|
33 | <widget class="QListWidget" name="listWidget"> | |
31 | <property name="selectionMode"> |
|
34 | <property name="selectionMode"> | |
32 | <enum>QAbstractItemView::ExtendedSelection</enum> |
|
35 | <enum>QAbstractItemView::ExtendedSelection</enum> | |
33 | </property> |
|
36 | </property> | |
34 | </widget> |
|
37 | </widget> | |
35 | </item> |
|
38 | </item> | |
36 | <item> |
|
39 | <item> | |
37 | <widget class="QDialogButtonBox" name="buttonBox"> |
|
40 | <widget class="QDialogButtonBox" name="buttonBox"> | |
38 | <property name="standardButtons"> |
|
41 | <property name="standardButtons"> | |
39 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
42 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | |
40 | </property> |
|
43 | </property> | |
41 | </widget> |
|
44 | </widget> | |
42 | </item> |
|
45 | </item> | |
43 | </layout> |
|
46 | </layout> | |
44 | </widget> |
|
47 | </widget> | |
45 | <resources/> |
|
48 | <resources/> | |
46 | <connections/> |
|
49 | <connections/> | |
47 | </ui> |
|
50 | </ui> |
General Comments 0
You need to be logged in to leave comments.
Login now