Remove custom/predefined choice from the folder page and add a new page.
[bertos.git] / wizard / ui / project_type_select.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>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Project type</string>
21      </property>
22      <layout class="QVBoxLayout" name="verticalLayout">
23       <item>
24        <widget class="QRadioButton" name="predefinedButton">
25         <property name="text">
26          <string>Predefined board</string>
27         </property>
28         <property name="checked">
29          <bool>true</bool>
30         </property>
31        </widget>
32       </item>
33       <item>
34        <widget class="QRadioButton" name="customButton">
35         <property name="text">
36          <string>Custom board</string>
37         </property>
38        </widget>
39       </item>
40      </layout>
41     </widget>
42    </item>
43   </layout>
44  </widget>
45  <resources/>
46  <connections/>
47 </ui>