Added periodic check feature.
[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>609</width>
10     <height>106</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QDialogButtonBox" name="buttonBox">
17    <property name="geometry">
18     <rect>
19      <x>461</x>
20      <y>6</y>
21      <width>142</width>
22      <height>94</height>
23     </rect>
24    </property>
25    <property name="orientation">
26     <enum>Qt::Vertical</enum>
27    </property>
28    <property name="standardButtons">
29     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30    </property>
31   </widget>
32   <widget class="QWidget" name="">
33    <property name="geometry">
34     <rect>
35      <x>8</x>
36      <y>8</y>
37      <width>445</width>
38      <height>86</height>
39     </rect>
40    </property>
41    <layout class="QVBoxLayout" name="verticalLayout">
42     <item>
43      <widget class="QCheckBox" name="showLastStationCheckBox">
44       <property name="text">
45        <string>Show Last Station on Startup</string>
46       </property>
47      </widget>
48     </item>
49     <item>
50      <widget class="QCheckBox" name="periodicUpdateCheckBox">
51       <property name="text">
52        <string>Update Display Periodically</string>
53       </property>
54      </widget>
55     </item>
56    </layout>
57   </widget>
58  </widget>
59  <resources/>
60  <connections>
61   <connection>
62    <sender>buttonBox</sender>
63    <signal>accepted()</signal>
64    <receiver>SettingsDialog</receiver>
65    <slot>accept()</slot>
66    <hints>
67     <hint type="sourcelabel">
68      <x>248</x>
69      <y>254</y>
70     </hint>
71     <hint type="destinationlabel">
72      <x>157</x>
73      <y>274</y>
74     </hint>
75    </hints>
76   </connection>
77   <connection>
78    <sender>buttonBox</sender>
79    <signal>rejected()</signal>
80    <receiver>SettingsDialog</receiver>
81    <slot>reject()</slot>
82    <hints>
83     <hint type="sourcelabel">
84      <x>316</x>
85      <y>260</y>
86     </hint>
87     <hint type="destinationlabel">
88      <x>286</x>
89      <y>274</y>
90     </hint>
91    </hints>
92   </connection>
93  </connections>
94 </ui>