Connected PC GUI to model
[family-shop-mgr] / code / family-shop-mgr / GUI / FamilyShopManagerPC.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Unai IRIGOYEN</author>
4  <class>FamilyShopManagerPC</class>
5  <widget class="QMainWindow" name="FamilyShopManagerPC">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>600</width>
11     <height>400</height>
12    </rect>
13   </property>
14   <property name="windowTitle">
15    <string>Family shopping manager</string>
16   </property>
17   <property name="locale">
18    <locale language="English" country="UnitedStates"/>
19   </property>
20   <widget class="QWidget" name="centralWidget">
21    <layout class="QVBoxLayout" name="verticalLayout">
22     <item>
23      <widget class="QScrollArea" name="scrollArea">
24       <property name="widgetResizable">
25        <bool>true</bool>
26       </property>
27       <widget class="QWidget" name="scrollAreaWidgetContents">
28        <property name="geometry">
29         <rect>
30          <x>0</x>
31          <y>0</y>
32          <width>586</width>
33          <height>327</height>
34         </rect>
35        </property>
36        <layout class="QVBoxLayout" name="verticalLayout_2">
37         <item>
38          <widget class="QTreeView" name="listTreeView"/>
39         </item>
40        </layout>
41       </widget>
42      </widget>
43     </item>
44    </layout>
45   </widget>
46   <widget class="QMenuBar" name="menuBar">
47    <property name="geometry">
48     <rect>
49      <x>0</x>
50      <y>0</y>
51      <width>600</width>
52      <height>18</height>
53     </rect>
54    </property>
55   </widget>
56   <widget class="QToolBar" name="mainToolBar">
57    <attribute name="toolBarArea">
58     <enum>TopToolBarArea</enum>
59    </attribute>
60    <attribute name="toolBarBreak">
61     <bool>false</bool>
62    </attribute>
63    <addaction name="actionEdit_shopping_list"/>
64    <addaction name="actionGo_shopping"/>
65    <addaction name="actionAdd_category"/>
66    <addaction name="actionAdd_item"/>
67    <addaction name="actionRemove"/>
68   </widget>
69   <widget class="QStatusBar" name="statusBar"/>
70   <action name="actionEdit_shopping_list">
71    <property name="text">
72     <string>Edit shopping list</string>
73    </property>
74   </action>
75   <action name="actionGo_shopping">
76    <property name="text">
77     <string>Go shopping!</string>
78    </property>
79   </action>
80   <action name="actionAdd_category">
81    <property name="text">
82     <string>Add category</string>
83    </property>
84   </action>
85   <action name="actionAdd_item">
86    <property name="text">
87     <string>Add item</string>
88    </property>
89   </action>
90   <action name="actionRemove">
91    <property name="text">
92     <string>Remove</string>
93    </property>
94   </action>
95  </widget>
96  <layoutdefault spacing="6" margin="11"/>
97  <resources/>
98  <connections/>
99 </ui>