lumina/src/qml
Chris Cochrun fc2d0492fa the image_model.rs is working
The basic functions are all working properly. Now the model works by
using diesel to connect the sql database and retrieve all the items
and organize them. Then it'll ensure any additions and deletions are
correct and happen first on the database before adding them to the
model.

There is still a C++ proxyModel inbetween QML and Rust, but
this proxyModel interfaces with the Rust model instead of the C++
SqlTableModel.
2023-04-06 05:49:28 -05:00
..
presenter the image_model.rs is working 2023-04-06 05:49:28 -05:00
main.qml switching to newer qt quick window 2023-03-03 16:56:13 -06:00