> 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
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