Add functions for get the all the bertos modules and define lists
[bertos.git] / wizard / 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>559</width>
9     <height>412</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     <widget class="QListWidget" name="moduleList" >
24      <property name="sizePolicy" >
25       <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
26        <horstretch>0</horstretch>
27        <verstretch>0</verstretch>
28       </sizepolicy>
29      </property>
30      <property name="maximumSize" >
31       <size>
32        <width>120</width>
33        <height>16777215</height>
34       </size>
35      </property>
36     </widget>
37    </item>
38    <item>
39     <layout class="QVBoxLayout" name="verticalLayout" >
40      <item>
41       <widget class="Line" name="line" >
42        <property name="orientation" >
43         <enum>Qt::Vertical</enum>
44        </property>
45       </widget>
46      </item>
47     </layout>
48    </item>
49    <item>
50     <widget class="QTableWidget" name="propertyTable" >
51      <property name="editTriggers" >
52       <set>QAbstractItemView::NoEditTriggers</set>
53      </property>
54      <property name="selectionBehavior" >
55       <enum>QAbstractItemView::SelectRows</enum>
56      </property>
57      <property name="showGrid" >
58       <bool>false</bool>
59      </property>
60     </widget>
61    </item>
62   </layout>
63  </widget>
64  <resources/>
65  <connections/>
66 </ui>