Add the CreateProject page
[bertos.git] / wizard / ui / project_creation.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>402</width>
9     <height>336</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <widget class="QTreeWidget" name="summaryTree" >
18      <column>
19       <property name="text" >
20        <string>1</string>
21       </property>
22      </column>
23     </widget>
24    </item>
25    <item>
26     <layout class="QHBoxLayout" name="horizontalLayout" >
27      <item>
28       <spacer name="horizontalSpacer" >
29        <property name="orientation" >
30         <enum>Qt::Horizontal</enum>
31        </property>
32        <property name="sizeHint" stdset="0" >
33         <size>
34          <width>40</width>
35          <height>20</height>
36         </size>
37        </property>
38       </spacer>
39      </item>
40      <item>
41       <widget class="QToolButton" name="createButton" >
42        <property name="text" >
43         <string>Create</string>
44        </property>
45       </widget>
46      </item>
47     </layout>
48    </item>
49    <item>
50     <layout class="QHBoxLayout" name="horizontalLayout_2" >
51      <item>
52       <spacer name="horizontalSpacer_2" >
53        <property name="orientation" >
54         <enum>Qt::Horizontal</enum>
55        </property>
56        <property name="sizeHint" stdset="0" >
57         <size>
58          <width>40</width>
59          <height>20</height>
60         </size>
61        </property>
62       </spacer>
63      </item>
64      <item>
65       <widget class="QLabel" name="spinnerLabel" >
66        <property name="text" >
67         <string/>
68        </property>
69       </widget>
70      </item>
71      <item>
72       <spacer name="horizontalSpacer_3" >
73        <property name="orientation" >
74         <enum>Qt::Horizontal</enum>
75        </property>
76        <property name="sizeHint" stdset="0" >
77         <size>
78          <width>40</width>
79          <height>20</height>
80         </size>
81        </property>
82       </spacer>
83      </item>
84     </layout>
85    </item>
86    <item>
87     <layout class="QHBoxLayout" name="horizontalLayout_3" >
88      <item>
89       <widget class="QLabel" name="iconLabel" >
90        <property name="text" >
91         <string/>
92        </property>
93        <property name="pixmap" >
94         <pixmap resource="../bertos.qrc" >:/images/ok.png</pixmap>
95        </property>
96       </widget>
97      </item>
98      <item>
99       <widget class="QLabel" name="textLabel" >
100        <property name="text" >
101         <string>The project has been created correctly</string>
102        </property>
103       </widget>
104      </item>
105     </layout>
106    </item>
107   </layout>
108  </widget>
109  <resources>
110   <include location="../bertos.qrc" />
111  </resources>
112  <connections/>
113 </ui>