README
[n9profile] / calendarsetprofiledialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CalendarSetProfileDialog</class>
4  <widget class="QDialog" name="CalendarSetProfileDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>250</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Edit profile rulez</string>
15   </property>
16   <widget class="QPushButton" name="saveButton">
17    <property name="geometry">
18     <rect>
19      <x>0</x>
20      <y>130</y>
21      <width>201</width>
22      <height>71</height>
23     </rect>
24    </property>
25    <property name="font">
26     <font>
27      <pointsize>17</pointsize>
28     </font>
29    </property>
30    <property name="text">
31     <string>Save</string>
32    </property>
33   </widget>
34   <widget class="QSpinBox" name="PriorityspinBox">
35    <property name="geometry">
36     <rect>
37      <x>200</x>
38      <y>120</y>
39      <width>401</width>
40      <height>91</height>
41     </rect>
42    </property>
43    <property name="font">
44     <font>
45      <pointsize>22</pointsize>
46     </font>
47    </property>
48    <property name="maximum">
49     <number>10</number>
50    </property>
51   </widget>
52   <widget class="QLineEdit" name="lineEdit">
53    <property name="geometry">
54     <rect>
55      <x>0</x>
56      <y>10</y>
57      <width>791</width>
58      <height>101</height>
59     </rect>
60    </property>
61    <property name="font">
62     <font>
63      <pointsize>22</pointsize>
64     </font>
65    </property>
66    <property name="text">
67     <string/>
68    </property>
69   </widget>
70   <widget class="QLabel" name="label">
71    <property name="geometry">
72     <rect>
73      <x>610</x>
74      <y>140</y>
75      <width>191</width>
76      <height>41</height>
77     </rect>
78    </property>
79    <property name="font">
80     <font>
81      <pointsize>22</pointsize>
82     </font>
83    </property>
84    <property name="text">
85     <string>TextLabel</string>
86    </property>
87   </widget>
88  </widget>
89  <resources/>
90  <connections>
91   <connection>
92    <sender>saveButton</sender>
93    <signal>clicked()</signal>
94    <receiver>CalendarSetProfileDialog</receiver>
95    <slot>accept()</slot>
96    <hints>
97     <hint type="sourcelabel">
98      <x>71</x>
99      <y>151</y>
100     </hint>
101     <hint type="destinationlabel">
102      <x>333</x>
103      <y>120</y>
104     </hint>
105    </hints>
106   </connection>
107  </connections>
108 </ui>