data class
[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>BadgeWindow</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <widget class="QCalendarWidget" name="calendarWidget">
18     <property name="geometry">
19      <rect>
20       <x>0</x>
21       <y>0</y>
22       <width>601</width>
23       <height>331</height>
24      </rect>
25     </property>
26    </widget>
27   </widget>
28   <widget class="QMenuBar" name="menuBar">
29    <property name="geometry">
30     <rect>
31      <x>0</x>
32      <y>0</y>
33      <width>600</width>
34      <height>28</height>
35     </rect>
36    </property>
37   </widget>
38   <widget class="QToolBar" name="mainToolBar">
39    <attribute name="toolBarArea">
40     <enum>TopToolBarArea</enum>
41    </attribute>
42    <attribute name="toolBarBreak">
43     <bool>false</bool>
44    </attribute>
45   </widget>
46   <widget class="QStatusBar" name="statusBar"/>
47   <action name="actionSearch">
48    <property name="text">
49     <string>Search</string>
50    </property>
51   </action>
52   <action name="actionInfo">
53    <property name="text">
54     <string>Info</string>
55    </property>
56   </action>
57   <action name="actionClose">
58    <property name="text">
59     <string>Close</string>
60    </property>
61   </action>
62  </widget>
63  <layoutdefault spacing="6" margin="11"/>
64  <resources/>
65  <connections/>
66 </ui>