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