Add fletcher-32 checksum algorithm and test.
[bertos.git] / wizard / ui / start.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Form</class>
4  <widget class="QWidget" name="Form">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>358</width>
10     <height>311</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_4">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout_3">
19      <item>
20       <layout class="QHBoxLayout" name="horizontalLayout">
21        <item>
22         <widget class="QToolButton" name="newButton">
23          <property name="minimumSize">
24           <size>
25            <width>128</width>
26            <height>128</height>
27           </size>
28          </property>
29          <property name="maximumSize">
30           <size>
31            <width>128</width>
32            <height>128</height>
33           </size>
34          </property>
35          <property name="text">
36           <string/>
37          </property>
38          <property name="icon">
39           <iconset resource="../bertos.qrc">
40            <normaloff>:/images/filenew.png</normaloff>:/images/filenew.png</iconset>
41          </property>
42          <property name="iconSize">
43           <size>
44            <width>128</width>
45            <height>128</height>
46           </size>
47          </property>
48          <property name="checkable">
49           <bool>false</bool>
50          </property>
51          <property name="checked">
52           <bool>false</bool>
53          </property>
54         </widget>
55        </item>
56        <item>
57         <layout class="QVBoxLayout" name="verticalLayout">
58          <item>
59           <widget class="QLabel" name="newAction">
60            <property name="text">
61             <string>Create a new BeRTOS project</string>
62            </property>
63           </widget>
64          </item>
65         </layout>
66        </item>
67       </layout>
68      </item>
69      <item>
70       <widget class="Line" name="line">
71        <property name="orientation">
72         <enum>Qt::Horizontal</enum>
73        </property>
74       </widget>
75      </item>
76      <item>
77       <layout class="QHBoxLayout" name="horizontalLayout_2">
78        <item>
79         <widget class="QToolButton" name="editButton">
80          <property name="minimumSize">
81           <size>
82            <width>128</width>
83            <height>128</height>
84           </size>
85          </property>
86          <property name="maximumSize">
87           <size>
88            <width>128</width>
89            <height>128</height>
90           </size>
91          </property>
92          <property name="text">
93           <string/>
94          </property>
95          <property name="icon">
96           <iconset resource="../bertos.qrc">
97            <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
98          </property>
99          <property name="iconSize">
100           <size>
101            <width>128</width>
102            <height>128</height>
103           </size>
104          </property>
105          <property name="checkable">
106           <bool>false</bool>
107          </property>
108         </widget>
109        </item>
110        <item>
111         <layout class="QVBoxLayout" name="verticalLayout_2">
112          <item>
113           <widget class="QLabel" name="editAction">
114            <property name="text">
115             <string>Edit an existent BeRTOS project</string>
116            </property>
117           </widget>
118          </item>
119         </layout>
120        </item>
121       </layout>
122      </item>
123     </layout>
124    </item>
125   </layout>
126  </widget>
127  <resources>
128   <include location="../bertos.qrc"/>
129  </resources>
130  <connections/>
131 </ui>