|
@@ -6,53 +6,75 @@ |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>162</width> |
|
|
<height>193</height> |
|
|
<width>219</width> |
|
|
<height>236</height> |
|
|
</rect> |
|
|
</property> |
|
|
<property name="windowTitle"> |
|
|
<string>Form</string> |
|
|
</property> |
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
<layout class="QGridLayout" name="gridLayout_2"> |
|
|
<item row="0" column="0"> |
|
|
<widget class="QComboBox" name="mShapeComboBox"/> |
|
|
</item> |
|
|
<item row="1" column="0"> |
|
|
<widget class="QPushButton" name="mOutlineColorButton"> |
|
|
<property name="text"> |
|
|
<string>Shape outline color...</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="2" column="0"> |
|
|
<widget class="QDoubleSpinBox" name="mOutlineWidthSpinBox"> |
|
|
<property name="prefix"> |
|
|
<string>Outline width </string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="3" column="0"> |
|
|
<widget class="QCheckBox" name="mTransparentCheckBox"> |
|
|
<property name="text"> |
|
|
<string>Transparent fill</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="4" column="0"> |
|
|
<widget class="QPushButton" name="mFillColorButton"> |
|
|
<property name="text"> |
|
|
<string>Shape fill Color...</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="5" column="0"> |
|
|
<widget class="QSpinBox" name="mRotationSpinBox"> |
|
|
<property name="prefix"> |
|
|
<string comment="Rotation" extracomment="Rotation">Rotation </string> |
|
|
</property> |
|
|
<property name="maximum"> |
|
|
<number>359</number> |
|
|
<widget class="QToolBox" name="toolBox"> |
|
|
<property name="currentIndex"> |
|
|
<number>0</number> |
|
|
</property> |
|
|
<widget class="QWidget" name="Shape"> |
|
|
<property name="geometry"> |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>201</width> |
|
|
<height>192</height> |
|
|
</rect> |
|
|
</property> |
|
|
<attribute name="label"> |
|
|
<string>Shape</string> |
|
|
</attribute> |
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
<item row="0" column="0"> |
|
|
<widget class="QComboBox" name="mShapeComboBox"/> |
|
|
</item> |
|
|
<item row="1" column="0"> |
|
|
<widget class="QPushButton" name="mOutlineColorButton"> |
|
|
<property name="text"> |
|
|
<string>Shape outline color...</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="2" column="0"> |
|
|
<widget class="QDoubleSpinBox" name="mOutlineWidthSpinBox"> |
|
|
<property name="prefix"> |
|
|
<string>Outline width </string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="3" column="0"> |
|
|
<widget class="QCheckBox" name="mTransparentCheckBox"> |
|
|
<property name="text"> |
|
|
<string>Transparent fill</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="4" column="0"> |
|
|
<widget class="QPushButton" name="mFillColorButton"> |
|
|
<property name="text"> |
|
|
<string>Shape fill Color...</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="5" column="0"> |
|
|
<widget class="QSpinBox" name="mRotationSpinBox"> |
|
|
<property name="prefix"> |
|
|
<string comment="Rotation" extracomment="Rotation">Rotation </string> |
|
|
</property> |
|
|
<property name="maximum"> |
|
|
<number>359</number> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|