implementing InputField UseCase in Sketcher EditDatumDialog

This commit is contained in:
jriegel
2013-11-05 19:00:42 +01:00
parent a2342d296a
commit b0ad791daa
7 changed files with 118 additions and 36 deletions

View File

@@ -38,6 +38,13 @@
# pragma warning(disable : 4335) // disable MAC file format warning on VC
#endif
#ifndef DOUBLE_MAX
# define DOUBLE_MAX 1.7976931348623157E+308 /* max decimal value of a "double"*/
#endif
#ifndef DOUBLE_MIN
# define DOUBLE_MIN 2.2250738585072014E-308 /* min decimal value of a "double"*/
#endif
using namespace Base;
Quantity::Quantity()
@@ -119,12 +126,6 @@ double Quantity::getUserPrefered(QString &unitString)const
Quantity QuantResult;
#ifndef DOUBLE_MAX
# define DOUBLE_MAX 1.7976931348623157E+308 /* max decimal value of a "double"*/
#endif
#ifndef DOUBLE_MIN
# define DOUBLE_MIN 2.2250738585072014E-308 /* min decimal value of a "double"*/
#endif
// error func