NFC support
[badge] / badgewindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BadgeWindow</class>
4  <widget class="QMainWindow" name="BadgeWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>600</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Badge</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <item row="0" column="0">
19      <widget class="QCalendarWidget" name="calendarWidget"/>
20     </item>
21    </layout>
22   </widget>
23   <widget class="QMenuBar" name="menuBar">
24    <property name="geometry">
25     <rect>
26      <x>0</x>
27      <y>0</y>
28      <width>600</width>
29      <height>25</height>
30     </rect>
31    </property>
32   </widget>
33   <widget class="QToolBar" name="mainToolBar">
34    <attribute name="toolBarArea">
35     <enum>TopToolBarArea</enum>
36    </attribute>
37    <attribute name="toolBarBreak">
38     <bool>false</bool>
39    </attribute>
40   </widget>
41   <widget class="QStatusBar" name="statusBar"/>
42   <action name="actionSearch">
43    <property name="text">
44     <string>Search</string>
45    </property>
46   </action>
47   <action name="actionInfo">
48    <property name="text">
49     <string>Info</string>
50    </property>
51   </action>
52   <action name="actionClose">
53    <property name="text">
54     <string>Close</string>
55    </property>
56   </action>
57  </widget>
58  <layoutdefault spacing="6" margin="11"/>
59  <resources/>
60  <connections>
61   <connection>
62    <sender>calendarWidget</sender>
63    <signal>clicked(QDate)</signal>
64    <receiver>BadgeWindow</receiver>
65    <slot>selectedDay(QDate)</slot>
66    <hints>
67     <hint type="sourcelabel">
68      <x>199</x>
69      <y>351</y>
70     </hint>
71     <hint type="destinationlabel">
72      <x>30</x>
73      <y>403</y>
74     </hint>
75    </hints>
76   </connection>
77  </connections>
78  <slots>
79   <slot>selectedDay(QDate)</slot>
80  </slots>
81 </ui>