_cmp use name if order is the same.
[bertos.git] / wizard / ui / route_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">
17    <item>
18     <widget class="QRadioButton" name="baseButton">
19      <property name="text">
20       <string>Base</string>
21      </property>
22      <property name="checked">
23       <bool>true</bool>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <widget class="QRadioButton" name="advancedButton">
29      <property name="text">
30       <string>Advanced</string>
31      </property>
32     </widget>
33    </item>
34    <item>
35     <widget class="QGroupBox" name="advancedGroupBox">
36      <property name="enabled">
37       <bool>false</bool>
38      </property>
39      <property name="title">
40       <string>Advanced options</string>
41      </property>
42      <layout class="QVBoxLayout" name="verticalLayout_2">
43       <item>
44        <widget class="QCheckBox" name="emptyCheckBox">
45         <property name="text">
46          <string>Empty main.c</string>
47         </property>
48        </widget>
49       </item>
50      </layout>
51     </widget>
52    </item>
53   </layout>
54  </widget>
55  <resources/>
56  <connections>
57   <connection>
58    <sender>advancedButton</sender>
59    <signal>toggled(bool)</signal>
60    <receiver>advancedGroupBox</receiver>
61    <slot>setEnabled(bool)</slot>
62    <hints>
63     <hint type="sourcelabel">
64      <x>41</x>
65      <y>43</y>
66     </hint>
67     <hint type="destinationlabel">
68      <x>84</x>
69      <y>57</y>
70     </hint>
71    </hints>
72   </connection>
73  </connections>
74 </ui>