> From: Development <[email protected]> on behalf of Ulf > Hermann <[email protected]> >>> However, for Q_GADGET this would fall apart. > > Actually, with a Q_GADGET you usually don't have a private object. > That's the whole point of it. Then you don't need property wrappers, either.
Just for clarification: actually you usually do have a private object (at least in Qt classes) in gadgets. Examples: QPainter QFont QTextFormat QKeySequence QPalette QDBusConnection and I think that more Qt's gadgets have a private object than those that don't. Jarek _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
