Author: kris
Date: 2007-07-19 04:58:15 +0100 (Thu, 19 Jul 2007)
New Revision: 523
Modified:
pcbsd/trunk/XGUISource/xgui.ui
Log:
Updated XGUI to place driver combobox on the same screen
Modified: pcbsd/trunk/XGUISource/xgui.ui
===================================================================
--- pcbsd/trunk/XGUISource/xgui.ui 2007-07-19 01:23:13 UTC (rev 522)
+++ pcbsd/trunk/XGUISource/xgui.ui 2007-07-19 03:58:15 UTC (rev 523)
@@ -8,8 +8,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>600</width>
- <height>450</height>
+ <width>652</width>
+ <height>482</height>
</rect>
</property>
<property name="sizePolicy">
@@ -22,8 +22,8 @@
</property>
<property name="minimumSize">
<size>
- <width>600</width>
- <height>450</height>
+ <width>646</width>
+ <height>482</height>
</size>
</property>
<property name="caption">
@@ -327,101 +327,54 @@
</widget>
</hbox>
</widget>
- </grid>
- </widget>
- </grid>
- </widget>
- <widget class="QWidget">
- <property name="name">
- <cstring>tab</cstring>
- </property>
- <attribute name="title">
- <string>Advanced</string>
- </attribute>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <spacer row="1" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>spacer11</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>400</width>
- <height>160</height>
- </size>
- </property>
- </spacer>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>layout7</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QLabel">
+ <widget class="QLayoutWidget" row="4" column="0">
<property name="name">
- <cstring>textLabel1_3</cstring>
+ <cstring>layout7_2</cstring>
</property>
- <property name="text">
- <string>Video Driver</string>
- </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel1_3</cstring>
+ </property>
+ <property name="text">
+ <string>Video Driver</string>
+ </property>
+ </widget>
+ <widget class="QComboBox">
+ <property name="name">
+ <cstring>comboDriver</cstring>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>pixmapLabel1_2_5</cstring>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>32</width>
+ <height>32</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>32</width>
+ <height>32</height>
+ </size>
+ </property>
+ <property name="pixmap">
+ <pixmap>image4</pixmap>
+ </property>
+ <property name="scaledContents">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </hbox>
</widget>
- <widget class="QComboBox">
- <property name="name">
- <cstring>comboDriver</cstring>
- </property>
- </widget>
- <widget class="QLabel">
- <property name="name">
- <cstring>pixmapLabel1_2_5</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>32</width>
- <height>32</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>32</width>
- <height>32</height>
- </size>
- </property>
- <property name="pixmap">
- <pixmap>image4</pixmap>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- </hbox>
+ </grid>
</widget>
- <spacer row="0" column="1">
- <property name="name">
- <cstring>spacer10</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>151</width>
- <height>21</height>
- </size>
- </property>
- </spacer>
</grid>
</widget>
</widget>