+ use Quantity type as QVariant, add quantity property to InputField and implement a PySide converter
This commit is contained in:
@@ -135,6 +135,7 @@ void Gui::SoFCDB::init()
|
||||
|
||||
qRegisterMetaType<Base::Vector3f>("Base::Vector3f");
|
||||
qRegisterMetaType<Base::Vector3d>("Base::Vector3d");
|
||||
qRegisterMetaType<Base::Quantity>("Base::Quantity");
|
||||
init_done = TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user