summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-19 19:42:31 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-19 19:42:31 -0500
commit81814bb24da516425d233fcbbd6e2726cd275e1b (patch)
tree74cbea832a60907cc09628d8d1f93f74d81be162
parent40bdd28cb169d0e1a70afe97c73c6c558d9d62bf (diff)
downloadsigen-81814bb24da516425d233fcbbd6e2726cd275e1b.tar.gz
sigen-81814bb24da516425d233fcbbd6e2726cd275e1b.tar.xz
sigen-81814bb24da516425d233fcbbd6e2726cd275e1b.zip
Fixed up CoinList widget
-rw-r--r--sigmodr/gui/coinlist.ui59
1 files changed, 34 insertions, 25 deletions
diff --git a/sigmodr/gui/coinlist.ui b/sigmodr/gui/coinlist.ui
index 338c7b42..47a526bb 100644
--- a/sigmodr/gui/coinlist.ui
+++ b/sigmodr/gui/coinlist.ui
@@ -1,12 +1,22 @@
<ui version="4.0" >
<class>formCoinList</class>
<widget class="QWidget" name="formCoinList" >
- <layout class="QVBoxLayout" >
- <item>
- <widget class="QGroupBox" name="boxName" >
- <property name="title" >
- <string comment="Lable for the name of the coin 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 coin 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 coin list (internal use only)</string>
</property>
@@ -16,34 +26,29 @@
<property name="whatsThis" >
<string>Name of the coin list (internal use only)</string>
</property>
- <layout class="QHBoxLayout" >
- <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" >
<widget class="QGroupBox" name="boxScript" >
<property name="title" >
<string>Script</string>
</property>
- <property name="toolTip" >
- <string>The script used to control how the coin list is handled</string>
- </property>
- <property name="statusTip" >
- <string>The script used to control how the coin list is handled</string>
- </property>
- <property name="whatsThis" >
- <string>The script used to control how the coin list is handled</string>
- </property>
<layout class="QHBoxLayout" >
<item>
- <widget class="Sigmodr::ScriptWidget" name="varScript" />
+ <widget class="Sigmodr::ScriptWidget" name="varScript" >
+ <property name="toolTip" >
+ <string>The script used to control how the coin list is handled</string>
+ </property>
+ <property name="statusTip" >
+ <string>The script used to control how the coin list is handled</string>
+ </property>
+ <property name="whatsThis" >
+ <string>The script used to control how the coin list is handled</string>
+ </property>
+ </widget>
</item>
</layout>
</widget>
@@ -62,6 +67,10 @@
<header>ScriptWidget.h</header>
</customwidget>
</customwidgets>
+ <tabstops>
+ <tabstop>varName</tabstop>
+ <tabstop>varScript</tabstop>
+ </tabstops>
<resources/>
<connections/>
</ui>