summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/gui
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-29 17:50:17 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-29 17:50:17 -0400
commit970f25038ae28a08a3d5546262dc07b9edd0bd83 (patch)
tree013070e600460f9061e7e66c222ea491b9c6023c /sigmodr/widgets/gui
parentb40e8f8fbb047854d0d63699307609ba9ba06812 (diff)
downloadsigen-970f25038ae28a08a3d5546262dc07b9edd0bd83.tar.gz
sigen-970f25038ae28a08a3d5546262dc07b9edd0bd83.tar.xz
sigen-970f25038ae28a08a3d5546262dc07b9edd0bd83.zip
Fix the ui file for Map
Diffstat (limited to 'sigmodr/widgets/gui')
-rw-r--r--sigmodr/widgets/gui/map.ui12
1 files changed, 8 insertions, 4 deletions
diff --git a/sigmodr/widgets/gui/map.ui b/sigmodr/widgets/gui/map.ui
index ebfcf760..cd61d6ff 100644
--- a/sigmodr/widgets/gui/map.ui
+++ b/sigmodr/widgets/gui/map.ui
@@ -16,15 +16,18 @@
</widget>
</item>
<item row="0" column="1" >
- <widget class="KComboBox" name="varType" >
+ <widget class="KLineEdit" name="varName" >
<property name="toolTip" >
- <string>They type of map</string>
+ <string>The name of the map</string>
</property>
<property name="statusTip" >
- <string>They type of map</string>
+ <string>The name of the map</string>
</property>
<property name="whatsThis" >
- <string>They type of map</string>
+ <string>The name of the map</string>
+ </property>
+ <property name="showClearButton" stdset="0" >
+ <bool>true</bool>
</property>
</widget>
</item>
@@ -39,6 +42,7 @@
</layout>
</widget>
<customwidgets>
+ <customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header location="global" >KLineEdit</header>