C++ + QML + SQLite + ListView. Exporting Data
-
Can you add some debug line in
Database::getAll()
in order to verify the data are loaded?BTW, if you read here you'll find a different approach to create a ObjectList model
-
Hi,
in the link I posted the delegate uses this syntax
model.modelData.<field_name>
to access model dataSorry, At the moment I can try the code.