increase precision of input sediment diameter

setup.py
Theophile Terraz 2024-05-16 18:06:53 +02:00
parent b784cab94b
commit c366a1a4e7
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<widget class="QWidget" name=""> <widget class="QWidget" name="layoutWidget">
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QLabel" name="label_d50"> <widget class="QLabel" name="label_d50">
@ -37,13 +37,13 @@
<locale language="English" country="Europe"/> <locale language="English" country="Europe"/>
</property> </property>
<property name="decimals"> <property name="decimals">
<number>4</number> <number>8</number>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name=""> <widget class="QWidget" name="layoutWidget">
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QLabel" name="label_sigma"> <widget class="QLabel" name="label_sigma">