cloud shapes added

This commit is contained in:
thepra
2017-09-09 23:24:04 +02:00
parent c2bc58b2d7
commit 6ffd2e7ecc
5 changed files with 83 additions and 1 deletions

View File

@ -413,6 +413,30 @@ border-color: rgb(255, 255, 255);</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCloud">
<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>Cloud</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnInverseCloud">
<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>Inverse Cloud</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>