Typos.
[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>355</width>
9     <height>311</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout_2" >
16    <item>
17     <layout class="QVBoxLayout" name="verticalLayout" >
18      <item>
19       <layout class="QHBoxLayout" name="horizontalLayout" >
20        <item>
21         <widget class="QToolButton" name="newButton" >
22          <property name="minimumSize" >
23           <size>
24            <width>128</width>
25            <height>128</height>
26           </size>
27          </property>
28          <property name="maximumSize" >
29           <size>
30            <width>128</width>
31            <height>128</height>
32           </size>
33          </property>
34          <property name="text" >
35           <string/>
36          </property>
37          <property name="icon" >
38           <iconset resource="bertos.qrc" >
39            <normaloff>:/images/images/filenew.png</normaloff>:/images/images/filenew.png</iconset>
40          </property>
41          <property name="iconSize" >
42           <size>
43            <width>128</width>
44            <height>128</height>
45           </size>
46          </property>
47          <property name="checkable" >
48           <bool>true</bool>
49          </property>
50          <property name="checked" >
51           <bool>true</bool>
52          </property>
53         </widget>
54        </item>
55        <item>
56         <widget class="QLabel" name="newDescription" >
57          <property name="text" >
58           <string>Create a new bertos project</string>
59          </property>
60         </widget>
61        </item>
62       </layout>
63      </item>
64      <item>
65       <widget class="Line" name="line" >
66        <property name="orientation" >
67         <enum>Qt::Horizontal</enum>
68        </property>
69       </widget>
70      </item>
71      <item>
72       <layout class="QHBoxLayout" name="horizontalLayout_2" >
73        <item>
74         <widget class="QToolButton" name="editButton" >
75          <property name="minimumSize" >
76           <size>
77            <width>128</width>
78            <height>128</height>
79           </size>
80          </property>
81          <property name="maximumSize" >
82           <size>
83            <width>128</width>
84            <height>128</height>
85           </size>
86          </property>
87          <property name="text" >
88           <string/>
89          </property>
90          <property name="icon" >
91           <iconset resource="bertos.qrc" >
92            <normaloff>:/images/images/fileopen.png</normaloff>:/images/images/fileopen.png</iconset>
93          </property>
94          <property name="iconSize" >
95           <size>
96            <width>128</width>
97            <height>128</height>
98           </size>
99          </property>
100          <property name="checkable" >
101           <bool>true</bool>
102          </property>
103         </widget>
104        </item>
105        <item>
106         <widget class="QLabel" name="editDescription" >
107          <property name="text" >
108           <string>Edit an existent bertos project</string>
109          </property>
110         </widget>
111        </item>
112       </layout>
113      </item>
114     </layout>
115    </item>
116   </layout>
117  </widget>
118  <resources>
119   <include location="bertos.qrc" />
120  </resources>
121  <connections/>
122 </ui>