Improve Basic shapes Properties size function

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4294 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2015-12-30 13:47:21 +00:00
parent 313e4b9793
commit 917f6dadda
5 changed files with 45 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>195</width>
<width>242</width>
<height>183</height>
</rect>
</property>
@@ -54,6 +54,29 @@
</item>
</layout>
</item>
<item alignment="Qt::AlignLeft">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Epaisseur de trait</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="m_size_cb">
<property name="correctionMode">
<enum>QAbstractSpinBox::CorrectToNearestValue</enum>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>20</number>
</property>
<property name="value">
<number>1</number>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="m_lock_pos_cb">
<property name="text">
@@ -75,6 +98,9 @@
</spacer>
</item>
</layout>
<zorder>label_2</zorder>
<zorder>m_lock_pos_cb</zorder>
<zorder>m_size_cb</zorder>
</widget>
<resources/>
<connections/>