1 | <ui version="4.0" > |
---|
2 | <class>TabContainer</class> |
---|
3 | <widget class="QWidget" name="TabContainer" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>568</width> |
---|
9 | <height>292</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>Form</string> |
---|
14 | </property> |
---|
15 | <layout class="QGridLayout" name="gridLayout" > |
---|
16 | <item row="0" column="0" > |
---|
17 | <widget class="QToolButton" name="searchAgainButton" > |
---|
18 | <property name="enabled" > |
---|
19 | <bool>true</bool> |
---|
20 | </property> |
---|
21 | <property name="sizePolicy" > |
---|
22 | <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
---|
23 | <horstretch>0</horstretch> |
---|
24 | <verstretch>0</verstretch> |
---|
25 | </sizepolicy> |
---|
26 | </property> |
---|
27 | <property name="toolTip" > |
---|
28 | <string>Search again</string> |
---|
29 | </property> |
---|
30 | <property name="text" > |
---|
31 | <string>S</string> |
---|
32 | </property> |
---|
33 | <property name="icon" > |
---|
34 | <iconset resource="../icons.qrc" > |
---|
35 | <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset> |
---|
36 | </property> |
---|
37 | <property name="iconSize" > |
---|
38 | <size> |
---|
39 | <width>24</width> |
---|
40 | <height>24</height> |
---|
41 | </size> |
---|
42 | </property> |
---|
43 | <property name="toolButtonStyle" > |
---|
44 | <enum>Qt::ToolButtonIconOnly</enum> |
---|
45 | </property> |
---|
46 | </widget> |
---|
47 | </item> |
---|
48 | <item rowspan="2" row="0" column="1" > |
---|
49 | <widget class="TreeView" name="treeView" /> |
---|
50 | </item> |
---|
51 | <item row="1" column="0" > |
---|
52 | <widget class="DayNavigatorWidget" native="1" name="dayNavigator" > |
---|
53 | <property name="sizePolicy" > |
---|
54 | <sizepolicy vsizetype="Expanding" hsizetype="Minimum" > |
---|
55 | <horstretch>0</horstretch> |
---|
56 | <verstretch>0</verstretch> |
---|
57 | </sizepolicy> |
---|
58 | </property> |
---|
59 | </widget> |
---|
60 | </item> |
---|
61 | </layout> |
---|
62 | </widget> |
---|
63 | <customwidgets> |
---|
64 | <customwidget> |
---|
65 | <class>DayNavigatorWidget</class> |
---|
66 | <extends>QWidget</extends> |
---|
67 | <header>daynavigatorwidget.h</header> |
---|
68 | <container>1</container> |
---|
69 | </customwidget> |
---|
70 | <customwidget> |
---|
71 | <class>TreeView</class> |
---|
72 | <extends>QTreeView</extends> |
---|
73 | <header>../mvc/treeview.h</header> |
---|
74 | </customwidget> |
---|
75 | </customwidgets> |
---|
76 | <resources> |
---|
77 | <include location="../icons.qrc" /> |
---|
78 | </resources> |
---|
79 | <connections/> |
---|
80 | </ui> |
---|