v0.18 use of QML file for a form?

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
mfasano
Posts: 122
Joined: Wed Apr 11, 2018 12:31 pm

v0.18 use of QML file for a form?

Post by mfasano »

Hello all;

can I use a form made with Qt Quick in Qt5. It gives a QML file. will version 0.18 work with this? how would I do that? I can not find much about QML files in FreeCAD.

Thanks,
wmayer
Founder
Posts: 20319
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: v0.18 use of QML file for a form?

Post by wmayer »

In FreeCAD we still go the conventional way by creating a ui file, using uic & moc and writing the C++ part. So far we haven't used QML anywhere.
But basically when you want to use QML in your own module there is no reason not to use it.
Post Reply