Minor fix for another change in Google's movie pages and a fix in
[movie-schedule] / src / ui / contextdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ContextDialog</class>
4  <widget class="QDialog" name="ContextDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>339</width>
10     <height>105</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Actions</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,0,0">
17    <property name="leftMargin">
18     <number>16</number>
19    </property>
20    <property name="topMargin">
21     <number>8</number>
22    </property>
23    <property name="rightMargin">
24     <number>16</number>
25    </property>
26    <property name="bottomMargin">
27     <number>8</number>
28    </property>
29    <property name="spacing">
30     <number>4</number>
31    </property>
32    <item row="0" column="0">
33     <widget class="QPushButton" name="add_to_calendar">
34      <property name="text">
35       <string>Add to Calendar</string>
36      </property>
37     </widget>
38    </item>
39    <item row="4" column="0">
40     <widget class="QPushButton" name="call_theater_by_phone">
41      <property name="text">
42       <string>Call Theater By Phone</string>
43      </property>
44     </widget>
45    </item>
46    <item row="0" column="1">
47     <widget class="QPushButton" name="find_route_to_theater">
48      <property name="text">
49       <string>Find Route to Theater</string>
50      </property>
51     </widget>
52    </item>
53    <item row="4" column="1">
54     <widget class="QPushButton" name="search_movie_in_web">
55      <property name="text">
56       <string>Search Movie in Web</string>
57      </property>
58     </widget>
59    </item>
60    <item row="6" column="0">
61     <widget class="QPushButton" name="search_theater_in_web">
62      <property name="text">
63       <string>Search Theater in Web</string>
64      </property>
65     </widget>
66    </item>
67   </layout>
68  </widget>
69  <resources/>
70  <connections/>
71 </ui>