Skip to content
Snippets Groups Projects
Commit d02fb9b2 authored by Patrick Schmidt's avatar Patrick Schmidt
Browse files

Increased precision of double spin boxes.

parent fe4c7de5
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,9 @@ These vertices can usually be removed without destroying the features of the mes ...@@ -51,6 +51,9 @@ These vertices can usually be removed without destroying the features of the mes
<property name="suffix"> <property name="suffix">
<string>°</string> <string>°</string>
</property> </property>
<property name="decimals">
<number>4</number>
</property>
<property name="maximum"> <property name="maximum">
<double>180.000000000000000</double> <double>180.000000000000000</double>
</property> </property>
...@@ -179,7 +182,7 @@ These vertices can usually be removed without destroying the features of the mes ...@@ -179,7 +182,7 @@ These vertices can usually be removed without destroying the features of the mes
<string>Edge length</string> <string>Edge length</string>
</property> </property>
<property name="decimals"> <property name="decimals">
<number>4</number> <number>10</number>
</property> </property>
<property name="maximum"> <property name="maximum">
<double>999999999.000000000000000</double> <double>999999999.000000000000000</double>
...@@ -263,6 +266,9 @@ These vertices can usually be removed without destroying the features of the mes ...@@ -263,6 +266,9 @@ These vertices can usually be removed without destroying the features of the mes
<property name="suffix"> <property name="suffix">
<string>°</string> <string>°</string>
</property> </property>
<property name="decimals">
<number>4</number>
</property>
<property name="maximum"> <property name="maximum">
<double>180.000000000000000</double> <double>180.000000000000000</double>
</property> </property>
...@@ -352,6 +358,9 @@ There is no automatic algorithm to fix these foldovers here. So you will have to ...@@ -352,6 +358,9 @@ There is no automatic algorithm to fix these foldovers here. So you will have to
<property name="suffix"> <property name="suffix">
<string>°</string> <string>°</string>
</property> </property>
<property name="decimals">
<number>4</number>
</property>
<property name="maximum"> <property name="maximum">
<double>180.000000000000000</double> <double>180.000000000000000</double>
</property> </property>
...@@ -409,7 +418,7 @@ There is no automatic algorithm to fix these foldovers here. So you will have to ...@@ -409,7 +418,7 @@ There is no automatic algorithm to fix these foldovers here. So you will have to
</sizepolicy> </sizepolicy>
</property> </property>
<property name="decimals"> <property name="decimals">
<number>4</number> <number>6</number>
</property> </property>
<property name="maximum"> <property name="maximum">
<double>999999999.000000000000000</double> <double>999999999.000000000000000</double>
...@@ -559,7 +568,7 @@ There is no automatic algorithm to fix these foldovers here. So you will have to ...@@ -559,7 +568,7 @@ There is no automatic algorithm to fix these foldovers here. So you will have to
</sizepolicy> </sizepolicy>
</property> </property>
<property name="decimals"> <property name="decimals">
<number>6</number> <number>10</number>
</property> </property>
<property name="minimum"> <property name="minimum">
<double>0.000000000000000</double> <double>0.000000000000000</double>
...@@ -615,7 +624,7 @@ There is no automatic algorithm to fix these foldovers here. So you will have to ...@@ -615,7 +624,7 @@ There is no automatic algorithm to fix these foldovers here. So you will have to
</sizepolicy> </sizepolicy>
</property> </property>
<property name="decimals"> <property name="decimals">
<number>6</number> <number>10</number>
</property> </property>
<property name="minimum"> <property name="minimum">
<double>0.000010000000000</double> <double>0.000010000000000</double>
...@@ -641,6 +650,12 @@ There is no automatic algorithm to fix these foldovers here. So you will have to ...@@ -641,6 +650,12 @@ There is no automatic algorithm to fix these foldovers here. So you will have to
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer> </spacer>
</item> </item>
</layout> </layout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment