7a81a5695f804fb96abc503df366592167cd0125
[family-shop-mgr] / code / family-shop-mgr / FamilyShoppingManagerStartView.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>familyShoppingManagerStartView</class>
4  <widget class="QWidget" name="familyShoppingManagerStartView">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>350</width>
10     <height>96</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Family Shopping Manager</string>
21   </property>
22   <property name="locale">
23    <locale language="English" country="UnitedStates"/>
24   </property>
25   <layout class="QVBoxLayout" name="verticalLayout">
26    <item>
27     <widget class="QLabel" name="startTitleLabel">
28      <property name="sizePolicy">
29       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
30        <horstretch>0</horstretch>
31        <verstretch>0</verstretch>
32       </sizepolicy>
33      </property>
34      <property name="minimumSize">
35       <size>
36        <width>291</width>
37        <height>30</height>
38       </size>
39      </property>
40      <property name="maximumSize">
41       <size>
42        <width>300</width>
43        <height>30</height>
44       </size>
45      </property>
46      <property name="locale">
47       <locale language="English" country="UnitedStates"/>
48      </property>
49      <property name="text">
50       <string>Choose the task you want to perform:</string>
51      </property>
52     </widget>
53    </item>
54    <item>
55     <layout class="QHBoxLayout" name="horizontalLayout">
56      <property name="spacing">
57       <number>-1</number>
58      </property>
59      <item>
60       <widget class="QPushButton" name="manageButton">
61        <property name="maximumSize">
62         <size>
63          <width>140</width>
64          <height>40</height>
65         </size>
66        </property>
67        <property name="locale">
68         <locale language="English" country="UnitedStates"/>
69        </property>
70        <property name="text">
71         <string>Manage the
72 shopping list</string>
73        </property>
74       </widget>
75      </item>
76      <item>
77       <widget class="QPushButton" name="goShoppingButton">
78        <property name="sizePolicy">
79         <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
80          <horstretch>0</horstretch>
81          <verstretch>0</verstretch>
82         </sizepolicy>
83        </property>
84        <property name="maximumSize">
85         <size>
86          <width>140</width>
87          <height>40</height>
88         </size>
89        </property>
90        <property name="locale">
91         <locale language="English" country="UnitedStates"/>
92        </property>
93        <property name="text">
94         <string>Go shopping!</string>
95        </property>
96       </widget>
97      </item>
98     </layout>
99    </item>
100   </layout>
101  </widget>
102  <layoutdefault spacing="6" margin="11"/>
103  <resources/>
104  <connections/>
105 </ui>