diff options
Diffstat (limited to 'src/avp/components/life.ui')
| -rw-r--r-- | src/avp/components/life.ui | 82 |
1 files changed, 59 insertions, 23 deletions
diff --git a/src/avp/components/life.ui b/src/avp/components/life.ui index 30cf9d0..a0c8999 100644 --- a/src/avp/components/life.ui +++ b/src/avp/components/life.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>586</width> - <height>197</height> + <height>206</height> </rect> </property> <property name="windowTitle"> @@ -29,24 +29,27 @@ </item> <item> <widget class="QSpinBox" name="spinBox_tickRate"> + <property name="toolTip"> + <string>increase number for slower animation</string> + </property> <property name="suffix"> <string> frames per tick</string> </property> <property name="minimum"> - <number>1</number> + <number>10</number> </property> <property name="maximum"> - <number>30</number> + <number>240</number> </property> <property name="value"> - <number>5</number> + <number>60</number> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> @@ -103,7 +106,7 @@ <item> <spacer name="horizontalSpacer_5"> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> @@ -194,7 +197,7 @@ <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> @@ -258,7 +261,7 @@ <item> <spacer name="horizontalSpacer_8"> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> @@ -273,10 +276,23 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> + <widget class="QCheckBox" name="checkBox_kaleidoscope"> + <property name="text"> + <string>Kaleidoscope</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> <widget class="QCheckBox" name="checkBox_shadow"> <property name="text"> <string>Shadow</string> </property> + <property name="checked"> + <bool>true</bool> + </property> </widget> </item> <item> @@ -289,7 +305,7 @@ <item> <spacer name="horizontalSpacer_6"> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> @@ -309,7 +325,7 @@ <string>Up</string> </property> <property name="arrowType"> - <enum>Qt::UpArrow</enum> + <enum>Qt::ArrowType::UpArrow</enum> </property> </widget> </item> @@ -319,7 +335,7 @@ <string>Down</string> </property> <property name="arrowType"> - <enum>Qt::DownArrow</enum> + <enum>Qt::ArrowType::DownArrow</enum> </property> </widget> </item> @@ -329,7 +345,7 @@ <string>Left</string> </property> <property name="arrowType"> - <enum>Qt::LeftArrow</enum> + <enum>Qt::ArrowType::LeftArrow</enum> </property> </widget> </item> @@ -339,14 +355,14 @@ <string>Right</string> </property> <property name="arrowType"> - <enum>Qt::RightArrow</enum> + <enum>Qt::ArrowType::RightArrow</enum> </property> </widget> </item> <item> <spacer name="horizontalSpacer_9"> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> @@ -356,6 +372,23 @@ </property> </spacer> </item> + <item> + <widget class="QLabel" name="label_sensitivity"> + <property name="text"> + <string>Audio Sensitivity</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="spinBox_sensitivity"> + <property name="maximum"> + <number>40</number> + </property> + <property name="value"> + <number>20</number> + </property> + </widget> + </item> </layout> </item> </layout> @@ -364,19 +397,22 @@ <widget class="QTextBrowser" name="textBrowser"> <property name="html"> <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Click the preview window to place a cell. Right-click to remove.</span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- A cell with less than 2 neighbours will die from underpopulation</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- A cell with more than 3 neighbours will die from overpopulation.</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- An empty space surrounded by 3 live cells will cause reproduction.</p></body></html></string> +hr { height: 1px; border-width: 0; } +li.unchecked::marker { content: "\2610"; } +li.checked::marker { content: "\2612"; } +</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt; font-weight:600;">Click the preview window to place a cell. Right-click to remove.</span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;">- A cell with less than 2 neighbours will die from underpopulation</span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;">- A cell with more than 3 neighbours will die from overpopulation.</span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;">- An empty space surrounded by 3 live cells will cause reproduction.</span></p></body></html></string> </property> <property name="tabStopDistance"> - <number>80</number> + <double>80.000000000000000</double> </property> <property name="textInteractionFlags"> - <set>Qt::NoTextInteraction</set> + <set>Qt::TextInteractionFlag::NoTextInteraction</set> </property> <property name="openLinks"> <bool>false</bool> @@ -388,7 +424,7 @@ p, li { white-space: pre-wrap; } <item> <spacer name="verticalSpacer"> <property name="orientation"> - <enum>Qt::Vertical</enum> + <enum>Qt::Orientation::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> |
