Commit Graph

17 Commits

Author SHA1 Message Date
78a55b6559 Model items can be imported from CSV file. 2026-01-04 16:52:03 +01:00
8333be2044 Items can be saved via menu action and when exiting application with unclean undo stack. 2025-12-23 10:18:00 +01:00
b3f83ccdb0 Using QDataWidgetMapper in ItemDetailMapper to work with the model data (current index of the TableView). 2025-12-22 11:21:44 +01:00
47338e5ae2 Added an EditItemDialog dummy, based on the NewItemDialog. 2025-12-17 10:33:18 +01:00
902ed1c84b Added a undo view and react to change of the cleanness of the undo stack. 2025-12-11 16:01:48 +01:00
ec0d72953f Merge branch 'develop' into feature/UndoRedoWithModelData 2025-12-09 09:59:16 +01:00
c80a692a28 Selected items can be deleted from model via menu action "Delete item(s)" 2025-12-08 15:05:04 +01:00
ea75e57dbf An item can be added to the model with accepting the NewItemDialog. 2025-12-08 13:26:42 +01:00
928b795f4e Added an AbstractDialog class and using it as base for a NewItemDialog class (no new item functionality yet). 2025-12-07 14:50:58 +01:00
370bcd5a41 Retrieve QUndoStack pointer from core and create actions for undo and redo. 2025-12-06 10:36:21 +01:00
c7012ceff5 Added menu action dummies for the menus "File" and "Edit". 2025-12-04 16:44:31 +01:00
64a65b5916 Retrieving model from the core and showing its data in a QTableView. 2025-12-02 16:01:44 +01:00
7dd9d3d95b Added "About" & "About Qt" dialogs. 2025-11-04 21:21:28 +01:00
43df76c88f Available update can be checked via menu action Help/"Check for update". 2025-10-31 15:31:33 +01:00
dd8847d63a Save and restore window geometry and state. 2025-10-31 15:23:21 +01:00
f359a1fb11 Displaying status messages from the core. Using non-smart pointer for GenericCore to connect to its signal. 2025-10-31 15:02:14 +01:00
3ed9e21b93 Simple widgets UI to demonstrate usage of GenericCore library. 2025-10-02 15:03:26 +02:00