Initial commit: added current sources
[kitchenalert] / src / choosetimersequencedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ChooseTimerSequenceDialog</class>
4  <widget class="QDialog" name="ChooseTimerSequenceDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>560</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Choose a saved dialog</string>
15   </property>
16   <widget class="QWidget" name="verticalLayoutWidget">
17    <property name="geometry">
18     <rect>
19      <x>10</x>
20      <y>140</y>
21      <width>531</width>
22      <height>151</height>
23     </rect>
24    </property>
25    <layout class="QVBoxLayout" name="verticalLayout">
26     <item>
27      <widget class="QListView" name="listView">
28       <property name="locale">
29        <locale language="Finnish" country="Finland"/>
30       </property>
31       <property name="showDropIndicator" stdset="0">
32        <bool>false</bool>
33       </property>
34      </widget>
35     </item>
36     <item>
37      <layout class="QHBoxLayout" name="horizontalLayout">
38       <item>
39        <widget class="QPushButton" name="UseButton">
40         <property name="text">
41          <string>Use</string>
42         </property>
43        </widget>
44       </item>
45       <item>
46        <widget class="QPushButton" name="EditButton">
47         <property name="text">
48          <string>Use as template / Edit</string>
49         </property>
50        </widget>
51       </item>
52       <item>
53        <widget class="QPushButton" name="RemoveButton">
54         <property name="text">
55          <string>Delete</string>
56         </property>
57        </widget>
58       </item>
59      </layout>
60     </item>
61    </layout>
62   </widget>
63  </widget>
64  <resources/>
65  <connections>
66   <connection>
67    <sender>UseButton</sender>
68    <signal>pressed()</signal>
69    <receiver>ChooseTimerSequenceDialog</receiver>
70    <slot>accept()</slot>
71    <hints>
72     <hint type="sourcelabel">
73      <x>101</x>
74      <y>274</y>
75     </hint>
76     <hint type="destinationlabel">
77      <x>137</x>
78      <y>71</y>
79     </hint>
80    </hints>
81   </connection>
82   <connection>
83    <sender>EditButton</sender>
84    <signal>pressed()</signal>
85    <receiver>ChooseTimerSequenceDialog</receiver>
86    <slot>accept()</slot>
87    <hints>
88     <hint type="sourcelabel">
89      <x>305</x>
90      <y>277</y>
91     </hint>
92     <hint type="destinationlabel">
93      <x>304</x>
94      <y>77</y>
95     </hint>
96    </hints>
97   </connection>
98  </connections>
99 </ui>