more shapes

This commit is contained in:
thepra
2017-09-09 22:28:27 +02:00
parent c152ff4dec
commit 3b0554cb87
5 changed files with 195 additions and 8 deletions

View File

@ -365,6 +365,54 @@ border-color: rgb(255, 255, 255);</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCircle">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Circle</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnEllipse">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Ellipse</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnFancy">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Fancy</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnStarfish">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Starfish</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
@ -388,6 +436,12 @@ border-color: rgb(255, 255, 255);</string>
</item>
<item>
<widget class="QDoubleSpinBox" name="scaleInput">
<property name="maximumSize">
<size>
<width>61</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(36, 35, 35);</string>
@ -396,7 +450,7 @@ background-color: rgb(36, 35, 35);</string>
<number>1</number>
</property>
<property name="maximum">
<double>100.000000000000000</double>
<double>150.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
@ -428,6 +482,24 @@ background-color: rgb(36, 35, 35);</string>
</item>
<item>
<widget class="QDoubleSpinBox" name="intervalInput">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>61</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>61</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(36, 35, 35);</string>
@ -465,6 +537,12 @@ background-color: rgb(36, 35, 35);</string>
</item>
<item>
<widget class="QSpinBox" name="stepInput">
<property name="maximumSize">
<size>
<width>61</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(36, 35, 35);</string>