diff options
| author | tassaron | 2017-08-10 21:57:06 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-10 21:57:06 -0400 |
| commit | c3f128806b45c427058448e6f2ff799de16da418 (patch) | |
| tree | 37cc8ccaf9d544d67aa5a2f35bb75536a1a1305d /src/components/life.ui | |
| parent | bdb006f25d2237ad69ee88d7f054cefaa0c5a3d8 (diff) | |
Life comp shift buttons and Show Grid option
Diffstat (limited to 'src/components/life.ui')
| -rw-r--r-- | src/components/life.ui | 49 |
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> |
