-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.1
-
None
-
all
-
488f24540d087ae98fff4b3a4de82bdf9acbc72c (qt/qttools/5.13)
As it turns out, Qt Designer (and uic, for that matter) is not able to handle custom Q_PROPERTY types for types that have been declared with Q_DECLARE_METATYPE(). That makes it impossible to properly integrate widgets employing such properties with Qt Designer if these properties should be designable. I would have expected to be able to supply a custom editor widget, but one is not. That limitation should be documented.