ProjectDjangoTagsMenu/TimezoneSelectionDialog.ui

changeset 11
7e3e1ee102c5
equal deleted inserted replaced
10:ef5694c0bf3a 11:7e3e1ee102c5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TimezoneSelectionDialog</class>
4 <widget class="QDialog" name="TimezoneSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>394</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Select Time Zone</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0">
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>Region:</string>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="1">
30 <widget class="QComboBox" name="regionCombo">
31 <property name="toolTip">
32 <string>Select the time zone region</string>
33 </property>
34 </widget>
35 </item>
36 <item row="1" column="0">
37 <widget class="QLabel" name="label_2">
38 <property name="text">
39 <string>City:</string>
40 </property>
41 <property name="alignment">
42 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="1">
47 <widget class="QListWidget" name="cityList">
48 <property name="toolTip">
49 <string>Select the time zone city</string>
50 </property>
51 <property name="alternatingRowColors">
52 <bool>true</bool>
53 </property>
54 </widget>
55 </item>
56 </layout>
57 </item>
58 <item>
59 <widget class="QDialogButtonBox" name="buttonBox">
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="standardButtons">
64 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 <tabstops>
71 <tabstop>regionCombo</tabstop>
72 <tabstop>cityList</tabstop>
73 <tabstop>buttonBox</tabstop>
74 </tabstops>
75 <resources/>
76 <connections>
77 <connection>
78 <sender>buttonBox</sender>
79 <signal>accepted()</signal>
80 <receiver>TimezoneSelectionDialog</receiver>
81 <slot>accept()</slot>
82 <hints>
83 <hint type="sourcelabel">
84 <x>248</x>
85 <y>254</y>
86 </hint>
87 <hint type="destinationlabel">
88 <x>157</x>
89 <y>274</y>
90 </hint>
91 </hints>
92 </connection>
93 <connection>
94 <sender>buttonBox</sender>
95 <signal>rejected()</signal>
96 <receiver>TimezoneSelectionDialog</receiver>
97 <slot>reject()</slot>
98 <hints>
99 <hint type="sourcelabel">
100 <x>316</x>
101 <y>260</y>
102 </hint>
103 <hint type="destinationlabel">
104 <x>286</x>
105 <y>274</y>
106 </hint>
107 </hints>
108 </connection>
109 </connections>
110 </ui>

eric ide

mercurial