N9profile
[n9profile] / timedprofildialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TimedprofilDialog</class>
4  <widget class="QDialog" name="TimedprofilDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Set timed profile</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QPushButton" name="saveButton">
19      <property name="text">
20       <string>Save</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <layout class="QGridLayout" name="gridLayout"/>
26    </item>
27   </layout>
28  </widget>
29  <resources/>
30  <connections>
31   <connection>
32    <sender>saveButton</sender>
33    <signal>clicked()</signal>
34    <receiver>TimedprofilDialog</receiver>
35    <slot>accept()</slot>
36    <hints>
37     <hint type="sourcelabel">
38      <x>7</x>
39      <y>19</y>
40     </hint>
41     <hint type="destinationlabel">
42      <x>7</x>
43      <y>38</y>
44     </hint>
45    </hints>
46   </connection>
47  </connections>
48 </ui>