Add the folder selection wizard 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>358</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_4" >
16    <item>
17     <layout class="QVBoxLayout" name="verticalLayout_3" >
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/filenew.png</normaloff>:/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>false</bool>
52          </property>
53         </widget>
54        </item>
55        <item>
56         <layout class="QVBoxLayout" name="verticalLayout" >
57          <item>
58           <widget class="QLabel" name="newAction" >
59            <property name="text" >
60             <string>Create a new bertos project</string>
61            </property>
62           </widget>
63          </item>
64          <item>
65           <widget class="QLabel" name="newDescription" >
66            <property name="text" >
67             <string/>
68            </property>
69           </widget>
70          </item>
71         </layout>
72        </item>
73       </layout>
74      </item>
75      <item>
76       <widget class="Line" name="line" >
77        <property name="orientation" >
78         <enum>Qt::Horizontal</enum>
79        </property>
80       </widget>
81      </item>
82      <item>
83       <layout class="QHBoxLayout" name="horizontalLayout_2" >
84        <item>
85         <widget class="QToolButton" name="editButton" >
86          <property name="minimumSize" >
87           <size>
88            <width>128</width>
89            <height>128</height>
90           </size>
91          </property>
92          <property name="maximumSize" >
93           <size>
94            <width>128</width>
95            <height>128</height>
96           </size>
97          </property>
98          <property name="text" >
99           <string/>
100          </property>
101          <property name="icon" >
102           <iconset resource="bertos.qrc" >
103            <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
104          </property>
105          <property name="iconSize" >
106           <size>
107            <width>128</width>
108            <height>128</height>
109           </size>
110          </property>
111          <property name="checkable" >
112           <bool>true</bool>
113          </property>
114         </widget>
115        </item>
116        <item>
117         <layout class="QVBoxLayout" name="verticalLayout_2" >
118          <item>
119           <widget class="QLabel" name="editAction" >
120            <property name="text" >
121             <string>Edit an existent bertos project</string>
122            </property>
123           </widget>
124          </item>
125          <item>
126           <widget class="QLabel" name="editDescription" >
127            <property name="text" >
128             <string/>
129            </property>
130           </widget>
131          </item>
132         </layout>
133        </item>
134       </layout>
135      </item>
136     </layout>
137    </item>
138   </layout>
139  </widget>
140  <resources>
141   <include location="bertos.qrc" />
142  </resources>
143  <connections/>
144 </ui>