Initial commit
[keepassx] / src / forms / CalendarDlg.ui
1 <ui version="4.0" >
2  <class>CalendarDialog</class>
3  <widget class="QDialog" name="CalendarDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>334</width>
9     <height>238</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Calendar</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="spacing" >
17     <number>6</number>
18    </property>
19    <item>
20     <widget class="QCalendarWidget" name="calendarWidget" />
21    </item>
22    <item>
23     <widget class="QDialogButtonBox" name="buttonBox" >
24      <property name="orientation" >
25       <enum>Qt::Horizontal</enum>
26      </property>
27      <property name="standardButtons" >
28       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
29      </property>
30     </widget>
31    </item>
32   </layout>
33  </widget>
34  <resources/>
35  <connections>
36   <connection>
37    <sender>buttonBox</sender>
38    <signal>accepted()</signal>
39    <receiver>CalendarDialog</receiver>
40    <slot>accept()</slot>
41    <hints>
42     <hint type="sourcelabel" >
43      <x>248</x>
44      <y>254</y>
45     </hint>
46     <hint type="destinationlabel" >
47      <x>157</x>
48      <y>274</y>
49     </hint>
50    </hints>
51   </connection>
52   <connection>
53    <sender>buttonBox</sender>
54    <signal>rejected()</signal>
55    <receiver>CalendarDialog</receiver>
56    <slot>reject()</slot>
57    <hints>
58     <hint type="sourcelabel" >
59      <x>316</x>
60      <y>260</y>
61     </hint>
62     <hint type="destinationlabel" >
63      <x>286</x>
64      <y>274</y>
65     </hint>
66    </hints>
67   </connection>
68  </connections>
69 </ui>