diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-20 18:18:59 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-20 18:18:59 -0500 |
| commit | 055f2859edc968e4d9c024cef04c5156ffae27a8 (patch) | |
| tree | 13b372d2826ab807c1dc2fd75b554bb22e0953f0 | |
| parent | d6c6021f8d6f5191218af8c248990d16510139b1 (diff) | |
Cleaned up MapWildList widget
| -rw-r--r-- | sigmodr/gui/mapwildlist.ui | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/sigmodr/gui/mapwildlist.ui b/sigmodr/gui/mapwildlist.ui index 0df4d711..09514365 100644 --- a/sigmodr/gui/mapwildlist.ui +++ b/sigmodr/gui/mapwildlist.ui @@ -1,12 +1,22 @@ <ui version="4.0" > <class>formMapWildList</class> <widget class="QWidget" name="formMapWildList" > - <layout class="QVBoxLayout" > - <item> - <widget class="QGroupBox" name="boxName" > - <property name="title" > - <string comment="Label for the name of the wild list" >Name</string> + <layout class="QGridLayout" > + <item row="0" column="0" > + <widget class="QLabel" name="labelName" > + <property name="text" > + <string comment="Label for the name of the list" >Name:</string> </property> + <property name="alignment" > + <set>Qt::AlignRight|Qt::AlignVCenter</set> + </property> + <property name="buddy" > + <cstring>varName</cstring> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="KLineEdit" name="varName" > <property name="toolTip" > <string>Name of the list (internal use only)</string> </property> @@ -16,18 +26,12 @@ <property name="whatsThis" > <string>Name of the list (internal use only)</string> </property> - <layout class="QVBoxLayout" > - <item> - <widget class="KLineEdit" name="varName" > - <property name="showClearButton" stdset="0" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> + <property name="showClearButton" stdset="0" > + <bool>true</bool> + </property> </widget> </item> - <item> + <item row="1" column="0" colspan="2" > <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> @@ -49,6 +53,9 @@ <header location="global" >KLineEdit</header> </customwidget> </customwidgets> + <tabstops> + <tabstop>varName</tabstop> + </tabstops> <resources/> <connections/> </ui> |
