Re: [Development] About Q_PROPERTY in custom widget plugin for designer

2014-02-09 Thread Svetkin Mikhail
I allow expression without range limit for example: ui->label().foo() or ui.foo().test()->boo() and etc. and I added my patch and added you as a reviewer ( https://codereview.qt-project.org/#change,77758). 2014-02-08 3:32 GMT+06:00 Olivier Goffart : > On Friday 07 February 2014 14:05:09 Svetkin

Re: [Development] About Q_PROPERTY in custom widget plugin for designer

2014-02-07 Thread Olivier Goffart
On Friday 07 February 2014 14:05:09 Svetkin Mikhail wrote: > Hellow all. > I was creating custom widgets with the help of Qt-designer model. > And I have noticed I have to duplicate my code, if I want to edit > properties of the widget in qt-designer property editor. > [...] > Q_PROPERTY(QSt