Ready to be packaged
[kitchenalert] / src / kitchenalertmainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>KitchenAlertMainWindow</class>
4  <widget class="QMainWindow" name="KitchenAlertMainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>718</width>
10     <height>385</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>KitchenAlert</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <widget class="QScrollArea" name="scrollArea">
18     <property name="geometry">
19      <rect>
20       <x>-350</x>
21       <y>0</y>
22       <width>1451</width>
23       <height>591</height>
24      </rect>
25     </property>
26     <property name="widgetResizable">
27      <bool>true</bool>
28     </property>
29     <widget class="QWidget" name="scrollAreaWidgetContents">
30      <property name="geometry">
31       <rect>
32        <x>0</x>
33        <y>0</y>
34        <width>1445</width>
35        <height>585</height>
36       </rect>
37      </property>
38      <widget class="QWidget" name="verticalLayoutWidget">
39       <property name="geometry">
40        <rect>
41         <x>350</x>
42         <y>0</y>
43         <width>711</width>
44         <height>381</height>
45        </rect>
46       </property>
47       <layout class="QVBoxLayout" name="verticalLayout">
48        <item>
49         <widget class="QTableView" name="ComingAlertsTableView"/>
50        </item>
51        <item>
52         <layout class="QHBoxLayout" name="horizontalLayout_2">
53          <item>
54           <widget class="QPushButton" name="SnoozeButton">
55            <property name="text">
56             <string>Snooze</string>
57            </property>
58           </widget>
59          </item>
60          <item>
61           <widget class="QPushButton" name="RestartButton">
62            <property name="text">
63             <string>Restart</string>
64            </property>
65           </widget>
66          </item>
67          <item>
68           <widget class="QPushButton" name="DoneButton">
69            <property name="text">
70             <string>Done</string>
71            </property>
72           </widget>
73          </item>
74         </layout>
75        </item>
76        <item>
77         <layout class="QHBoxLayout" name="horizontalLayout">
78          <item>
79           <spacer name="horizontalSpacer">
80            <property name="orientation">
81             <enum>Qt::Horizontal</enum>
82            </property>
83            <property name="sizeHint" stdset="0">
84             <size>
85              <width>40</width>
86              <height>20</height>
87             </size>
88            </property>
89           </spacer>
90          </item>
91          <item>
92           <widget class="QPushButton" name="CreateNewScheduleButton">
93            <property name="text">
94             <string>New timer schedule</string>
95            </property>
96           </widget>
97          </item>
98          <item>
99           <spacer name="horizontalSpacer_2">
100            <property name="orientation">
101             <enum>Qt::Horizontal</enum>
102            </property>
103            <property name="sizeHint" stdset="0">
104             <size>
105              <width>40</width>
106              <height>20</height>
107             </size>
108            </property>
109           </spacer>
110          </item>
111         </layout>
112        </item>
113       </layout>
114      </widget>
115     </widget>
116    </widget>
117   </widget>
118  </widget>
119  <layoutdefault spacing="6" margin="11"/>
120  <resources/>
121  <connections/>
122  <slots>
123   <slot>openTimerSchedule()</slot>
124  </slots>
125 </ui>