diff options
Diffstat (limited to 'src/components/life.ui')
| -rw-r--r-- | src/components/life.ui | 57 |
1 files changed, 54 insertions, 3 deletions
diff --git a/src/components/life.ui b/src/components/life.ui index 88f8eca..2341c19 100644 --- a/src/components/life.ui +++ b/src/components/life.ui @@ -39,7 +39,7 @@ <number>30</number> </property> <property name="value"> - <number>15</number> + <number>5</number> </property> </widget> </item> @@ -94,6 +94,13 @@ </widget> </item> <item> + <widget class="QCheckBox" name="checkBox_customImg"> + <property name="text"> + <string>Custom Image</string> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer_5"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -111,7 +118,36 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout_8"> <item> - <widget class="QLabel" name="label_15"> + <widget class="QLabel" name="label_image"> + <property name="text"> + <string>Image</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_image"/> + </item> + <item> + <widget class="QPushButton" name="pushButton_pickImage"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_color"> <property name="text"> <string>Color</string> </property> @@ -169,7 +205,7 @@ </spacer> </item> <item> - <widget class="QLabel" name="label_16"> + <widget class="QLabel" name="label_shape"> <property name="text"> <string>Shape</string> </property> @@ -184,6 +220,11 @@ </item> <item> <property name="text"> + <string>Ellipse</string> + </property> + </item> + <item> + <property name="text"> <string>Circle</string> </property> </item> @@ -197,6 +238,16 @@ <string>Pac-Man</string> </property> </item> + <item> + <property name="text"> + <string>Duck</string> + </property> + </item> + <item> + <property name="text"> + <string>Peace</string> + </property> + </item> </widget> </item> <item> |
