Re: [Development] Request moving project to playground area

2017-02-04 Thread Hamed Masafi
> To achieve this I think it's possible to use the property system + a custom > subclass > of QObject. If you watnt to expose this objects to QML you will need to > declare a > Q_PROPERTY, so It's not convenient. Nut macro declare a static method to helping query writing as descripted in github

Re: [Development] Request moving project to playground area

2017-02-04 Thread Jesus Fernandez
On Saturday, February 04, 2017 07:05:41 AM Hamed Masafi wrote: > Why not using Q_PROPERTY instead of NUT_DECLARE_FIELD? > > A property im table is more thsn a just Qt property, that macro create > property and static field for query writing and class info about property > to add to database. To a