Use fixed size for the Wizard dialog.
[bertos.git] / wizard / ui / bertos_versions.ui
index 7336a614308aca771d6e66b129d425832a350e0b..59a103737712c6d024fa4729ac679aef0f479363 100644 (file)
@@ -1,7 +1,8 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
  <class>Form</class>
- <widget class="QWidget" name="Form" >
-  <property name="geometry" >
+ <widget class="QWidget" name="Form">
+  <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <height>371</height>
    </rect>
   </property>
-  <property name="sizePolicy" >
-   <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
+  <property name="sizePolicy">
+   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
-  <property name="windowTitle" >
+  <property name="windowTitle">
    <string>Form</string>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_2" >
+  <layout class="QVBoxLayout" name="verticalLayout_2">
    <item>
-    <layout class="QVBoxLayout" name="verticalLayout" >
+    <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0">
      <item>
-      <widget class="QListWidget" name="versionList" />
+      <widget class="QListWidget" name="versionList">
+       <property name="minimumSize">
+        <size>
+         <width>300</width>
+         <height>100</height>
+        </size>
+       </property>
+      </widget>
      </item>
      <item>
-      <layout class="QHBoxLayout" name="horizontalLayout" >
+      <layout class="QHBoxLayout" name="horizontalLayout">
        <item>
-        <widget class="QToolButton" name="addButton" >
-         <property name="minimumSize" >
+        <widget class="QToolButton" name="addButton">
+         <property name="minimumSize">
           <size>
            <width>26</width>
            <height>26</height>
           </size>
          </property>
-         <property name="maximumSize" >
+         <property name="maximumSize">
           <size>
            <width>26</width>
            <height>26</height>
           </size>
          </property>
-         <property name="text" >
+         <property name="text">
           <string>+</string>
          </property>
-         <property name="icon" >
-          <iconset resource="bertos.qrc" >
+         <property name="icon">
+          <iconset resource="../bertos.qrc">
            <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
          </property>
-         <property name="iconSize" >
+         <property name="iconSize">
           <size>
            <width>16</width>
            <height>16</height>
         </widget>
        </item>
        <item>
-        <widget class="QToolButton" name="removeButton" >
-         <property name="minimumSize" >
+        <widget class="QToolButton" name="removeButton">
+         <property name="minimumSize">
           <size>
            <width>26</width>
            <height>26</height>
           </size>
          </property>
-         <property name="maximumSize" >
+         <property name="maximumSize">
           <size>
            <width>26</width>
            <height>26</height>
           </size>
          </property>
-         <property name="text" >
+         <property name="text">
           <string>-</string>
          </property>
-         <property name="icon" >
-          <iconset resource="bertos.qrc" >
+         <property name="icon">
+          <iconset resource="../bertos.qrc">
            <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
          </property>
-         <property name="iconSize" >
+         <property name="iconSize">
           <size>
            <width>16</width>
            <height>16</height>
         </widget>
        </item>
        <item>
-        <spacer name="horizontalSpacer" >
-         <property name="orientation" >
+        <spacer name="horizontalSpacer">
+         <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
-         <property name="sizeHint" stdset="0" >
+         <property name="sizeHint" stdset="0">
           <size>
            <width>40</width>
            <height>20</height>
         </spacer>
        </item>
        <item>
-        <widget class="QToolButton" name="updateButton" >
-         <property name="minimumSize" >
+        <widget class="QToolButton" name="updateButton">
+         <property name="minimumSize">
           <size>
            <width>0</width>
            <height>26</height>
           </size>
          </property>
-         <property name="maximumSize" >
+         <property name="maximumSize">
           <size>
            <width>16777215</width>
            <height>26</height>
           </size>
          </property>
-         <property name="text" >
+         <property name="text">
           <string>Update</string>
          </property>
         </widget>
   </layout>
  </widget>
  <resources>
-  <include location="bertos.qrc" />
+  <include location="../bertos.qrc"/>
  </resources>
  <connections/>
 </ui>