Fresh start from released sources + some work done
[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>785</width>
10     <height>413</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>1447</width>
35        <height>587</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>791</width>
44         <height>411</height>
45        </rect>
46       </property>
47       <layout class="QVBoxLayout" name="verticalLayout">
48        <item>
49         <widget class="QTableView" name="ComingAlertsTableView"/>
50        </item>
51        <item>
52         <widget class="QLabel" name="debugLabel">
53          <property name="text">
54           <string/>
55          </property>
56         </widget>
57        </item>
58        <item>
59         <layout class="QHBoxLayout" name="horizontalLayout_2">
60          <item>
61           <widget class="QPushButton" name="SnoozeButton">
62            <property name="text">
63             <string>Snooze</string>
64            </property>
65           </widget>
66          </item>
67          <item>
68           <widget class="QPushButton" name="RestartButton">
69            <property name="text">
70             <string>Restart</string>
71            </property>
72           </widget>
73          </item>
74          <item>
75           <widget class="QPushButton" name="DoneButton">
76            <property name="text">
77             <string>Done</string>
78            </property>
79           </widget>
80          </item>
81         </layout>
82        </item>
83        <item>
84         <layout class="QHBoxLayout" name="horizontalLayout">
85          <item>
86           <spacer name="horizontalSpacer">
87            <property name="orientation">
88             <enum>Qt::Horizontal</enum>
89            </property>
90            <property name="sizeHint" stdset="0">
91             <size>
92              <width>40</width>
93              <height>20</height>
94             </size>
95            </property>
96           </spacer>
97          </item>
98          <item>
99           <widget class="QPushButton" name="CreateNewScheduleButton">
100            <property name="text">
101             <string>New timer</string>
102            </property>
103           </widget>
104          </item>
105          <item>
106           <spacer name="horizontalSpacer_2">
107            <property name="orientation">
108             <enum>Qt::Horizontal</enum>
109            </property>
110            <property name="sizeHint" stdset="0">
111             <size>
112              <width>40</width>
113              <height>20</height>
114             </size>
115            </property>
116           </spacer>
117          </item>
118         </layout>
119        </item>
120       </layout>
121      </widget>
122     </widget>
123    </widget>
124   </widget>
125  </widget>
126  <layoutdefault spacing="6" margin="11"/>
127  <resources/>
128  <connections/>
129  <slots>
130   <slot>openTimerSchedule()</slot>
131  </slots>
132 </ui>