Rewrite the BModulePage class
[bertos.git] / wizard / module_select.ui
index a6400fee855cd8472312f65fc3daa97e41d22a03..d9b8486ea85eefb70fd3922496be5fe6d5300a93 100644 (file)
   </property>
   <layout class="QHBoxLayout" name="horizontalLayout" >
    <item>
-    <widget class="QListWidget" name="moduleList" >
-     <property name="sizePolicy" >
-      <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
-       <horstretch>0</horstretch>
-       <verstretch>0</verstretch>
-      </sizepolicy>
-     </property>
+    <widget class="QTableWidget" name="moduleTable" >
      <property name="maximumSize" >
       <size>
-       <width>120</width>
+       <width>150</width>
        <height>16777215</height>
       </size>
      </property>
+     <property name="editTriggers" >
+      <set>QAbstractItemView::NoEditTriggers</set>
+     </property>
+     <property name="selectionMode" >
+      <enum>QAbstractItemView::SingleSelection</enum>
+     </property>
+     <property name="selectionBehavior" >
+      <enum>QAbstractItemView::SelectRows</enum>
+     </property>
+     <property name="showGrid" >
+      <bool>false</bool>
+     </property>
     </widget>
    </item>
    <item>