[Interest] QML: Public API for creating user defined basic types

Peter Koek peter_koek at hotmail.com
Fri Aug 9 15:51:46 CEST 2013


As explained on stackoverflow (http://stackoverflow.com/questions/15535694/how-to-create-custom-basic-type-in-qml), creating user defined QML basic types is not currently supported, but can be done through private parts of Qt Quick.
I feel this is a limitation as I want to be able to define my own intuitive basic type that acts as a single construct, while still having different properties (like the Qt.vector3d with x, y and z). My issue with defining object-type properties is that its properties act separately (different signals, bindings, etc.). It also adds a level of indirection, which makes it a hassle to store the data in the property-holding class (instead of in the object of the property itself).
Will the API for creating user defined basic types be made public anytime soon?In the meantime, can I go ahead and use the private API, or are there major changes planned? 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130809/c6075f62/attachment.html>


More information about the Interest mailing list