Compare commits

...

2 commits

Author SHA1 Message Date
5b02f7dabe push to new version 0.9.3 2018-08-10 11:46:07 +02:00
d1ac4f07c4 allow negative prices (for refunds) 2018-08-10 11:45:16 +02:00
2 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.8)
project(kima2 VERSION 0.9.2)
project(kima2 VERSION 0.9.3)
set(CMAKE_MODULE_PATH "${CMAKE_HOME_DIRECTORY}/cmake" ${CMAKE_MODULE_PATH})

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>