Add the automaticFix checkbox (default checked)
[bertos.git] / wizard / ui / module_select.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>466</width>
9     <height>366</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Form</string>
20   </property>
21   <layout class="QHBoxLayout" name="horizontalLayout" >
22    <item>
23     <layout class="QVBoxLayout" name="verticalLayout_3" >
24      <item>
25       <widget class="QCheckBox" name="automaticFix" >
26        <property name="minimumSize" >
27         <size>
28          <width>150</width>
29          <height>0</height>
30         </size>
31        </property>
32        <property name="maximumSize" >
33         <size>
34          <width>150</width>
35          <height>16777215</height>
36         </size>
37        </property>
38        <property name="text" >
39         <string>Correct conflicts
40 automatically</string>
41        </property>
42        <property name="checked" >
43         <bool>true</bool>
44        </property>
45       </widget>
46      </item>
47      <item>
48       <widget class="QTableWidget" name="moduleTable" >
49        <property name="minimumSize" >
50         <size>
51          <width>150</width>
52          <height>0</height>
53         </size>
54        </property>
55        <property name="maximumSize" >
56         <size>
57          <width>150</width>
58          <height>16777215</height>
59         </size>
60        </property>
61        <property name="editTriggers" >
62         <set>QAbstractItemView::NoEditTriggers</set>
63        </property>
64        <property name="selectionMode" >
65         <enum>QAbstractItemView::SingleSelection</enum>
66        </property>
67        <property name="selectionBehavior" >
68         <enum>QAbstractItemView::SelectRows</enum>
69        </property>
70        <property name="showGrid" >
71         <bool>false</bool>
72        </property>
73       </widget>
74      </item>
75     </layout>
76    </item>
77    <item>
78     <layout class="QVBoxLayout" name="verticalLayout" >
79      <item>
80       <widget class="Line" name="line" >
81        <property name="orientation" >
82         <enum>Qt::Vertical</enum>
83        </property>
84       </widget>
85      </item>
86     </layout>
87    </item>
88    <item>
89     <layout class="QVBoxLayout" name="verticalLayout_2" >
90      <item>
91       <widget class="QLabel" name="moduleLabel" >
92        <property name="text" >
93         <string/>
94        </property>
95       </widget>
96      </item>
97      <item>
98       <widget class="QTableWidget" name="propertyTable" >
99        <property name="editTriggers" >
100         <set>QAbstractItemView::NoEditTriggers</set>
101        </property>
102        <property name="selectionMode" >
103         <enum>QAbstractItemView::SingleSelection</enum>
104        </property>
105        <property name="selectionBehavior" >
106         <enum>QAbstractItemView::SelectRows</enum>
107        </property>
108        <property name="showGrid" >
109         <bool>false</bool>
110        </property>
111       </widget>
112      </item>
113     </layout>
114    </item>
115   </layout>
116  </widget>
117  <resources/>
118  <connections/>
119 </ui>