Minor fix for another change in Google's movie pages and a fix in
[movie-schedule] / src / ui / locationdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LocationDialog</class>
4  <widget class="QDialog" name="LocationDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>280</width>
10     <height>140</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Location</string>
21   </property>
22   <property name="modal">
23    <bool>true</bool>
24   </property>
25   <layout class="QVBoxLayout" name="verticalLayout">
26    <item>
27     <layout class="QGridLayout" name="gridLayout">
28      <property name="spacing">
29       <number>4</number>
30      </property>
31      <item row="0" column="0">
32       <widget class="QPushButton" name="GPS">
33        <property name="text">
34         <string>Search Near</string>
35        </property>
36        <property name="autoDefault">
37         <bool>false</bool>
38        </property>
39       </widget>
40      </item>
41      <item row="0" column="1">
42       <widget class="QPushButton" name="Location1">
43        <property name="text">
44         <string notr="true"/>
45        </property>
46        <property name="autoDefault">
47         <bool>false</bool>
48        </property>
49       </widget>
50      </item>
51      <item row="1" column="0">
52       <widget class="QPushButton" name="Location2">
53        <property name="text">
54         <string notr="true"/>
55        </property>
56        <property name="autoDefault">
57         <bool>false</bool>
58        </property>
59       </widget>
60      </item>
61      <item row="1" column="1">
62       <widget class="QPushButton" name="Location3">
63        <property name="text">
64         <string notr="true"/>
65        </property>
66        <property name="autoDefault">
67         <bool>false</bool>
68        </property>
69       </widget>
70      </item>
71      <item row="2" column="0">
72       <widget class="QPushButton" name="Location4">
73        <property name="text">
74         <string notr="true"/>
75        </property>
76        <property name="autoDefault">
77         <bool>false</bool>
78        </property>
79       </widget>
80      </item>
81      <item row="2" column="1">
82       <widget class="QPushButton" name="Location5">
83        <property name="text">
84         <string notr="true"/>
85        </property>
86        <property name="autoDefault">
87         <bool>false</bool>
88        </property>
89       </widget>
90      </item>
91     </layout>
92    </item>
93    <item>
94     <layout class="QHBoxLayout" name="_search_layout">
95      <item>
96       <layout class="QHBoxLayout" name="horizontalLayout">
97        <item>
98         <widget class="QLabel" name="CityLabel">
99          <property name="text">
100           <string>City</string>
101          </property>
102         </widget>
103        </item>
104        <item>
105         <widget class="QLineEdit" name="Location">
106          <property name="sizePolicy">
107           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
108            <horstretch>0</horstretch>
109            <verstretch>0</verstretch>
110           </sizepolicy>
111          </property>
112         </widget>
113        </item>
114       </layout>
115      </item>
116      <item>
117       <widget class="QDialogButtonBox" name="_button_box">
118        <property name="sizePolicy">
119         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
120          <horstretch>0</horstretch>
121          <verstretch>0</verstretch>
122         </sizepolicy>
123        </property>
124        <property name="orientation">
125         <enum>Qt::Vertical</enum>
126        </property>
127        <property name="standardButtons">
128         <set>QDialogButtonBox::Cancel</set>
129        </property>
130       </widget>
131      </item>
132      <item>
133       <widget class="QPushButton" name="Search">
134        <property name="text">
135         <string>Search</string>
136        </property>
137        <property name="default">
138         <bool>true</bool>
139        </property>
140       </widget>
141      </item>
142     </layout>
143    </item>
144   </layout>
145  </widget>
146  <resources/>
147  <connections/>
148 </ui>