Bump version to 0.9.0
[quandoparte] / application / settingsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SettingsDialog</class>
4  <widget class="QDialog" name="SettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>607</width>
10     <height>104</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <layout class="QVBoxLayout" name="verticalLayout">
19      <item>
20       <widget class="QCheckBox" name="showLastStationCheckBox">
21        <property name="text">
22         <string>Show Last Station on Startup</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QCheckBox" name="periodicUpdateCheckBox">
28        <property name="text">
29         <string>Update Display Periodically</string>
30        </property>
31       </widget>
32      </item>
33     </layout>
34    </item>
35    <item row="0" column="1">
36     <widget class="QDialogButtonBox" name="buttonBox">
37      <property name="orientation">
38       <enum>Qt::Vertical</enum>
39      </property>
40      <property name="standardButtons">
41       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
42      </property>
43     </widget>
44    </item>
45   </layout>
46  </widget>
47  <resources/>
48  <connections>
49   <connection>
50    <sender>buttonBox</sender>
51    <signal>accepted()</signal>
52    <receiver>SettingsDialog</receiver>
53    <slot>accept()</slot>
54    <hints>
55     <hint type="sourcelabel">
56      <x>248</x>
57      <y>254</y>
58     </hint>
59     <hint type="destinationlabel">
60      <x>157</x>
61      <y>274</y>
62     </hint>
63    </hints>
64   </connection>
65   <connection>
66    <sender>buttonBox</sender>
67    <signal>rejected()</signal>
68    <receiver>SettingsDialog</receiver>
69    <slot>reject()</slot>
70    <hints>
71     <hint type="sourcelabel">
72      <x>316</x>
73      <y>260</y>
74     </hint>
75     <hint type="destinationlabel">
76      <x>286</x>
77      <y>274</y>
78     </hint>
79    </hints>
80   </connection>
81  </connections>
82 </ui>