Add ability conductor size less than 1, thank Timbul Widodo

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4605 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-08-05 12:15:59 +00:00
parent 49ec155fe1
commit 49fc5c61e3
3 changed files with 12 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="type">
<attribute name="title">
@@ -378,12 +378,18 @@
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="m_cond_size_sb">
<widget class="QDoubleSpinBox" name="m_cond_size_sb">
<property name="minimum">
<number>1</number>
<double>0.400000000000000</double>
</property>
<property name="maximum">
<number>10</number>
<double>10.000000000000000</double>
</property>
<property name="singleStep">
<double>0.200000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
</item>