download
[badge] / dialogcalendar.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DialogCalendar</class>
4  <widget class="QDialog" name="DialogCalendar">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>305</width>
10     <height>181</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QCalendarWidget" name="calendarWidget"/>
19    </item>
20   </layout>
21  </widget>
22  <resources/>
23  <connections>
24   <connection>
25    <sender>calendarWidget</sender>
26    <signal>clicked(QDate)</signal>
27    <receiver>DialogCalendar</receiver>
28    <slot>accept()</slot>
29    <hints>
30     <hint type="sourcelabel">
31      <x>220</x>
32      <y>69</y>
33     </hint>
34     <hint type="destinationlabel">
35      <x>299</x>
36      <y>117</y>
37     </hint>
38    </hints>
39   </connection>
40  </connections>
41 </ui>