aboutsummaryrefslogtreecommitdiff
path: root/src/components/life.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/life.ui')
-rw-r--r--src/components/life.ui49
1 files changed, 48 insertions, 1 deletions
diff --git a/src/components/life.ui b/src/components/life.ui
index 3b393dd..85b2926 100644
--- a/src/components/life.ui
+++ b/src/components/life.ui
@@ -83,7 +83,7 @@
<item>
<widget class="QSpinBox" name="spinBox_scale">
<property name="minimum">
- <number>24</number>
+ <number>22</number>
</property>
<property name="maximum">
<number>128</number>
@@ -280,6 +280,13 @@
</widget>
</item>
<item>
+ <widget class="QCheckBox" name="checkBox_showGrid">
+ <property name="text">
+ <string>Show Grid</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -297,6 +304,46 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
+ <widget class="QToolButton" name="toolButton_up">
+ <property name="text">
+ <string>Up</string>
+ </property>
+ <property name="arrowType">
+ <enum>Qt::UpArrow</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="toolButton_down">
+ <property name="text">
+ <string>Down</string>
+ </property>
+ <property name="arrowType">
+ <enum>Qt::DownArrow</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="toolButton_left">
+ <property name="text">
+ <string>Left</string>
+ </property>
+ <property name="arrowType">
+ <enum>Qt::LeftArrow</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="toolButton_right">
+ <property name="text">
+ <string>Right</string>
+ </property>
+ <property name="arrowType">
+ <enum>Qt::RightArrow</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="horizontalSpacer_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>