QtMvvm
QtMvvm copied to clipboard
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
such like ``` //data class ImageData { Q_GADGET Q_PROPERTY(QString key MEMBER key USER true) public: QImage img; }; ` `//ViewModel class SampleViewModel : public QtMvvm::ViewModel { Q_OBJECT Q_PROPERTY(QtDataSync::DataStoreModel* model READ...
How can implement such operations in mvvm with treeview?
Hi, PPA repository does not support new releases of Ubuntu (i.e. Focal and Jammy). Also qt module repositories are not existing any more. If non of above is not possible...