diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-19 02:13:50 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-19 02:13:50 -0400 |
| commit | e5d36f54f184dfc86e1878f9a6a28b9bef705507 (patch) | |
| tree | bb22540189732459bbed751df4cee7cae9b30782 /sigmodr/widgets/gui | |
| parent | 2e30fe48aa3ec24cb917e5aa4b1bf9b7c1891f3f (diff) | |
| download | sigen-e5d36f54f184dfc86e1878f9a6a28b9bef705507.tar.gz sigen-e5d36f54f184dfc86e1878f9a6a28b9bef705507.tar.xz sigen-e5d36f54f184dfc86e1878f9a6a28b9bef705507.zip | |
Fix connections and defaults
Diffstat (limited to 'sigmodr/widgets/gui')
| -rw-r--r-- | sigmodr/widgets/gui/mapeditor.ui | 94 |
1 files changed, 59 insertions, 35 deletions
diff --git a/sigmodr/widgets/gui/mapeditor.ui b/sigmodr/widgets/gui/mapeditor.ui index e63a54c0..015dea38 100644 --- a/sigmodr/widgets/gui/mapeditor.ui +++ b/sigmodr/widgets/gui/mapeditor.ui @@ -11,26 +11,26 @@ <item rowspan="6" row="0" column="0" colspan="3" > <widget class="QGraphicsView" name="varView" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> </widget> </item> <item row="0" column="3" > <widget class="KPushButton" name="buttonAdd" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> <property name="text" > <string>Add</string> @@ -40,13 +40,13 @@ <item row="1" column="3" > <widget class="KPushButton" name="buttonRemove" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> <property name="text" > <string>Remove</string> @@ -56,117 +56,141 @@ <item row="2" column="3" > <widget class="KPushButton" name="buttonTop" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> </widget> </item> <item row="3" column="3" > <widget class="KPushButton" name="buttonUp" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> </widget> </item> <item row="4" column="3" > <widget class="KPushButton" name="buttonDown" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> </widget> </item> <item row="5" column="3" > <widget class="KPushButton" name="buttonBottom" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> </widget> </item> <item row="6" column="0" > <widget class="QCheckBox" name="varShowEffects" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> <property name="text" > <string>Effects</string> </property> + <property name="checked" > + <bool>true</bool> + </property> + <property name="tristate" > + <bool>true</bool> + </property> </widget> </item> <item row="6" column="1" > <widget class="QCheckBox" name="varShowTiles" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> <property name="text" > <string>Tiles</string> </property> + <property name="checked" > + <bool>true</bool> + </property> + <property name="tristate" > + <bool>true</bool> + </property> </widget> </item> <item row="6" column="2" > <widget class="QCheckBox" name="varShowTrainers" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> <property name="text" > <string>Trainers</string> </property> + <property name="checked" > + <bool>true</bool> + </property> + <property name="tristate" > + <bool>true</bool> + </property> </widget> </item> <item row="6" column="3" > <widget class="QCheckBox" name="varShowWarps" > <property name="toolTip" > - <string></string> + <string/> </property> <property name="statusTip" > - <string></string> + <string/> </property> <property name="whatsThis" > - <string></string> + <string/> </property> <property name="text" > <string>Warps</string> </property> + <property name="checked" > + <bool>true</bool> + </property> + <property name="tristate" > + <bool>true</bool> + </property> </widget> </item> </layout> @@ -180,8 +204,8 @@ </customwidgets> <tabstops> <tabstop>varView</tabstop> - <tabstop>buttonAddTile</tabstop> - <tabstop>buttonRemoveTiles</tabstop> + <tabstop>buttonAdd</tabstop> + <tabstop>buttonRemove</tabstop> <tabstop>buttonTop</tabstop> <tabstop>buttonUp</tabstop> <tabstop>buttonDown</tabstop> |
