Add icons to the start page
[bertos.git] / wizard / start.ui
1 <ui version="4.0" >
2  <class>Form</class>
3  <widget class="QWidget" name="Form" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>640</width>
9     <height>480</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Form</string>
20   </property>
21   <widget class="QWidget" name="" >
22    <property name="geometry" >
23     <rect>
24      <x>150</x>
25      <y>140</y>
26      <width>361</width>
27      <height>171</height>
28     </rect>
29    </property>
30    <layout class="QVBoxLayout" name="verticalLayout" >
31     <item>
32      <layout class="QHBoxLayout" name="horizontalLayout" >
33       <item>
34        <widget class="QToolButton" name="newButton" >
35         <property name="sizePolicy" >
36          <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
37           <horstretch>0</horstretch>
38           <verstretch>0</verstretch>
39          </sizepolicy>
40         </property>
41         <property name="minimumSize" >
42          <size>
43           <width>64</width>
44           <height>64</height>
45          </size>
46         </property>
47         <property name="text" >
48          <string/>
49         </property>
50         <property name="icon" >
51          <iconset resource="bertos.qrc" >
52           <normaloff>:/images/images/new.png</normaloff>:/images/images/new.png</iconset>
53         </property>
54         <property name="iconSize" >
55          <size>
56           <width>64</width>
57           <height>64</height>
58          </size>
59         </property>
60        </widget>
61       </item>
62       <item>
63        <widget class="QLabel" name="newDescription" >
64         <property name="text" >
65          <string>Create a new bertos project</string>
66         </property>
67        </widget>
68       </item>
69      </layout>
70     </item>
71     <item>
72      <widget class="Line" name="line" >
73       <property name="orientation" >
74        <enum>Qt::Horizontal</enum>
75       </property>
76      </widget>
77     </item>
78     <item>
79      <layout class="QHBoxLayout" name="horizontalLayout_2" >
80       <item>
81        <widget class="QToolButton" name="editButton" >
82         <property name="sizePolicy" >
83          <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
84           <horstretch>0</horstretch>
85           <verstretch>0</verstretch>
86          </sizepolicy>
87         </property>
88         <property name="minimumSize" >
89          <size>
90           <width>64</width>
91           <height>64</height>
92          </size>
93         </property>
94         <property name="text" >
95          <string/>
96         </property>
97         <property name="icon" >
98          <iconset resource="bertos.qrc" >
99           <normaloff>:/images/images/open.png</normaloff>:/images/images/open.png</iconset>
100         </property>
101         <property name="iconSize" >
102          <size>
103           <width>64</width>
104           <height>64</height>
105          </size>
106         </property>
107        </widget>
108       </item>
109       <item>
110        <widget class="QLabel" name="editDescription" >
111         <property name="text" >
112          <string>Edit an existent bertos project</string>
113         </property>
114        </widget>
115       </item>
116      </layout>
117     </item>
118    </layout>
119   </widget>
120  </widget>
121  <resources>
122   <include location="bertos.qrc" />
123  </resources>
124  <connections/>
125 </ui>