start PropertyQuantity and InputField

This commit is contained in:
jriegel
2013-09-22 21:23:25 +02:00
parent 3ee7b20927
commit 4732a800e9
9 changed files with 203 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ FeatureTest::FeatureTest()
ADD_PROPERTY_TYPE(TypeAll ,(4711),group,(App::PropertyType) (Prop_Output|Prop_ReadOnly |Prop_Hidden ),
"An example property which has the types 'Output', 'ReadOnly' and 'Hidden'");
ADD_PROPERTY(Quantity,(1.0));
}
FeatureTest::~FeatureTest()