18 Commits

Author SHA1 Message Date
28f9de31d5 Clean up and formatting. 2026-04-08 17:23:50 +02:00
61ae4fc02c Disabling unnecessary function when undo stack's cleanness changed. 2026-03-12 09:30:07 +01:00
f5efa975c6 When trying to close the application changes can be saved, discarded or the exit can be canceled via dialog. 2026-03-09 15:48:56 +01:00
3e3aae63ae Added visualization for unclean undo stack. (No safe guard before closing on an unclean stack yet.) 2026-03-09 15:04:36 +01:00
d08325cc3c Model undo stack is accessible in QML. Added Undo & Redo buttons, which are properly en-/disabled and have informative texts. 2026-03-09 12:26:41 +01:00
e76fdaae9f Added controls to edit the role "amount", "factor" and "type" from the expandable item delegate. 2026-03-09 10:35:39 +01:00
609f777d13 Added an editable item delegate. Only Factor plus/minus button are working for now. (based on https://doc.qt.io/qt-6/qtquick-views-example.html as well) 2026-03-09 07:51:16 +01:00
ab5f9b1952 Displaying images in item delegates. 2026-03-07 12:07:17 +01:00
dc8a4683db Using a expandable list item as delegate. (adapted Qt example: https://doc.qt.io/qt-6/qtquick-views-example.html)
Icons not working yet!
2026-03-07 11:02:44 +01:00
5b9f796a6f Using a color scheme based on the elixir mentor gist clone tutorial. https://github.com/ElixirMentor/elixir_gist 2026-03-06 10:41:47 +01:00
ca59fc2b20 Selecting items by mouse click. 2026-03-05 12:43:51 +01:00
b2e3b49814 Added header and footer with gradients to the list view. 2026-03-05 12:43:25 +01:00
f2d4461bbc Moving the list item delegate into its own QML file. 2026-03-05 12:34:02 +01:00
f1ad289411 Using a ListView with a simple delegate component. 2026-03-05 10:53:52 +01:00
7b6979288a Tested a QML TableModel to view the model data. 2026-03-04 19:56:12 +01:00
2ff97c588c Accessing the core and the model from this QML UI project. 2026-03-03 18:58:34 +01:00
ed54d5e54e Initial basic QML app. 2026-03-03 09:33:03 +01:00
b45af62629 initial commit 2026-03-03 09:24:18 +01:00