1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Otter::ReloadTimeDialog</class>
4 <widget class="QDialog" name="Otter::ReloadTimeDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>316</width>
10    <height>81</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Automatic Page Reload</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QHBoxLayout" name="horizontalLayout">
19     <item>
20      <widget class="QSpinBox" name="minutesSpinBox">
21       <property name="maximum">
22        <number>99999</number>
23       </property>
24      </widget>
25     </item>
26     <item>
27      <widget class="QLabel" name="minutesLabel">
28       <property name="text">
29        <string>minutes</string>
30       </property>
31       <property name="buddy">
32        <cstring>minutesSpinBox</cstring>
33       </property>
34      </widget>
35     </item>
36     <item>
37      <widget class="QSpinBox" name="secondsSpinBox">
38       <property name="maximum">
39        <number>99999</number>
40       </property>
41      </widget>
42     </item>
43     <item>
44      <widget class="QLabel" name="secondsLabel">
45       <property name="text">
46        <string>seconds</string>
47       </property>
48       <property name="buddy">
49        <cstring>secondsSpinBox</cstring>
50       </property>
51      </widget>
52     </item>
53    </layout>
54   </item>
55   <item>
56    <widget class="QDialogButtonBox" name="buttonBox">
57     <property name="orientation">
58      <enum>Qt::Horizontal</enum>
59     </property>
60     <property name="standardButtons">
61      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
62     </property>
63    </widget>
64   </item>
65  </layout>
66 </widget>
67 <resources/>
68 <connections>
69  <connection>
70   <sender>buttonBox</sender>
71   <signal>accepted()</signal>
72   <receiver>Otter::ReloadTimeDialog</receiver>
73   <slot>accept()</slot>
74   <hints>
75    <hint type="sourcelabel">
76     <x>248</x>
77     <y>254</y>
78    </hint>
79    <hint type="destinationlabel">
80     <x>157</x>
81     <y>274</y>
82    </hint>
83   </hints>
84  </connection>
85  <connection>
86   <sender>buttonBox</sender>
87   <signal>rejected()</signal>
88   <receiver>Otter::ReloadTimeDialog</receiver>
89   <slot>reject()</slot>
90   <hints>
91    <hint type="sourcelabel">
92     <x>316</x>
93     <y>260</y>
94    </hint>
95    <hint type="destinationlabel">
96     <x>286</x>
97     <y>274</y>
98    </hint>
99   </hints>
100  </connection>
101 </connections>
102</ui>
103