allow negative prices (for refunds)

This commit is contained in:
Martin Brodbeck 2018-08-10 11:45:16 +02:00
parent 0b6b14f0f5
commit d1ac4f07c4
1 changed files with 5 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>171</width> <width>201</width>
<height>71</height> <height>127</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -28,6 +28,9 @@
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<widget class="QDoubleSpinBox" name="priceSpinBox"> <widget class="QDoubleSpinBox" name="priceSpinBox">
<property name="minimum">
<double>-999.990000000000009</double>
</property>
<property name="maximum"> <property name="maximum">
<double>999.990000000000009</double> <double>999.990000000000009</double>
</property> </property>