diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-29 22:10:01 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-29 22:10:01 -0400 |
| commit | 428c5f4e7a8dacac6393d3ae0669b2556cd9362f (patch) | |
| tree | 34a508e8f196fdcdecdd6608552e5ac6b8ca0acf | |
| parent | 58deb5cda212e8a0649f43efafa0b73652930ed7 (diff) | |
Add a widget to the editor for changing the grid size
| -rw-r--r-- | sigmodr/widgets/gui/mapeditor.ui | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/sigmodr/widgets/gui/mapeditor.ui b/sigmodr/widgets/gui/mapeditor.ui index 311c52e9..a2ee40f5 100644 --- a/sigmodr/widgets/gui/mapeditor.ui +++ b/sigmodr/widgets/gui/mapeditor.ui @@ -8,7 +8,7 @@ </sizepolicy> </property> <layout class="QGridLayout" name="gridLayout" > - <item rowspan="8" row="0" column="0" colspan="3" > + <item rowspan="9" row="0" column="0" colspan="3" > <widget class="QGraphicsView" name="varView" > <property name="toolTip" > <string/> @@ -54,6 +54,22 @@ </widget> </item> <item row="2" column="3" > + <widget class="KIntNumInput" name="varGridSize" > + <property name="toolTip" > + <string/> + </property> + <property name="statusTip" > + <string/> + </property> + <property name="whatsThis" > + <string/> + </property> + <property name="minimum" > + <number>0</number> + </property> + </widget> + </item> + <item row="3" column="3" > <widget class="KPushButton" name="buttonAdd" > <property name="toolTip" > <string/> @@ -69,7 +85,7 @@ </property> </widget> </item> - <item row="3" column="3" > + <item row="4" column="3" > <widget class="KPushButton" name="buttonRemove" > <property name="toolTip" > <string/> @@ -85,7 +101,7 @@ </property> </widget> </item> - <item row="4" column="3" > + <item row="5" column="3" > <widget class="KPushButton" name="buttonTop" > <property name="toolTip" > <string/> @@ -98,7 +114,7 @@ </property> </widget> </item> - <item row="5" column="3" > + <item row="6" column="3" > <widget class="KPushButton" name="buttonUp" > <property name="toolTip" > <string/> @@ -111,7 +127,7 @@ </property> </widget> </item> - <item row="6" column="3" > + <item row="7" column="3" > <widget class="KPushButton" name="buttonDown" > <property name="toolTip" > <string/> @@ -124,7 +140,7 @@ </property> </widget> </item> - <item row="7" column="3" > + <item row="8" column="3" > <widget class="KPushButton" name="buttonBottom" > <property name="toolTip" > <string/> @@ -137,7 +153,7 @@ </property> </widget> </item> - <item row="8" column="0" > + <item row="9" column="0" > <widget class="QCheckBox" name="varShowEffects" > <property name="toolTip" > <string/> @@ -159,7 +175,7 @@ </property> </widget> </item> - <item row="8" column="1" > + <item row="9" column="1" > <widget class="QCheckBox" name="varShowTiles" > <property name="toolTip" > <string/> @@ -181,7 +197,7 @@ </property> </widget> </item> - <item row="8" column="2" > + <item row="9" column="2" > <widget class="QCheckBox" name="varShowTrainers" > <property name="toolTip" > <string/> @@ -203,7 +219,7 @@ </property> </widget> </item> - <item row="8" column="3" > + <item row="9" column="3" > <widget class="QCheckBox" name="varShowWarps" > <property name="toolTip" > <string/> |
