Fixed searchclients to handle new Google URLs correctly; added GUI
[movie-schedule] / src / ui / optionsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>OptionsDialog</class>
4  <widget class="QDialog" name="OptionsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>131</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Options</string>
15   </property>
16   <layout class="QHBoxLayout" name="_dialog_layout">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout">
19      <item>
20       <widget class="QMaemo5ValueButton" name="_rotation_combo_box">
21        <property name="text">
22         <string>Orientation</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <spacer name="verticalSpacer">
28        <property name="orientation">
29         <enum>Qt::Vertical</enum>
30        </property>
31        <property name="sizeHint" stdset="0">
32         <size>
33          <width>0</width>
34          <height>0</height>
35         </size>
36        </property>
37       </spacer>
38      </item>
39     </layout>
40    </item>
41    <item>
42     <widget class="QDialogButtonBox" name="_button_box">
43      <property name="orientation">
44       <enum>Qt::Vertical</enum>
45      </property>
46      <property name="standardButtons">
47       <set>QDialogButtonBox::Cancel</set>
48      </property>
49     </widget>
50    </item>
51    <item>
52     <widget class="QPushButton" name="_done_button">
53      <property name="text">
54       <string>Done</string>
55      </property>
56     </widget>
57    </item>
58   </layout>
59  </widget>
60  <customwidgets>
61   <customwidget>
62    <class>QMaemo5ValueButton</class>
63    <extends>QPushButton</extends>
64    <header location="global">QMaemo5ValueButton</header>
65   </customwidget>
66  </customwidgets>
67  <resources/>
68  <connections>
69   <connection>
70    <sender>_button_box</sender>
71    <signal>accepted()</signal>
72    <receiver>OptionsDialog</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>_button_box</sender>
87    <signal>rejected()</signal>
88    <receiver>OptionsDialog</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>