[Qt-creator] Please reopen QTCREATORBUG-14111

2018-03-23 Thread Jason H
It's not dead, Jim.

Or should a new one be made?

https://bugreports.qt.io/browse/QTCREATORBUG-14111


___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[Qt-creator] How to add custom property type to the designer?

2018-03-23 Thread Jarvis
Hello??I want to add custom property type to the designer.


I'm trying to do that??



struct TestType { int x; int y; }; Q_DECLARE_METATYPE(TestType) class 
... { Q_OBJECT Q_PROPERTY(TestType TestREAD Test
WRITESetTest) ... };
But the property do not appear in the designer.Property type can only be Qt's 
own?(and Q_ENUM??Q_FLAGS)___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator