|
|
0dba9639e6
|
Added a ModelItem class to hold the data for each row.
|
2025-12-03 11:07:39 +01:00 |
|
|
|
6a3725bde7
|
Added a simple read-only TableModel and made it accessible via GenericCore.
Basically like in this tutorial: https://doc.qt.io/qt-6/modelview.html#2-1-a-read-only-table
|
2025-12-02 16:09:34 +01:00 |
|
|
|
301d143b37
|
Updated core library project version to 0.1.0
|
2025-11-04 21:23:26 +01:00 |
|
|
|
13b53683a5
|
Retrieving Application name from umbrella project and using it to determine the path of the QtMaintenanceTool.
|
2025-11-01 10:52:04 +01:00 |
|
|
|
7ba0304232
|
Added SettingsHandler class.
|
2025-10-31 15:24:06 +01:00 |
|
|
|
d943f2d89a
|
Added checking for update and triggering the updater.
|
2025-10-31 14:47:27 +01:00 |
|
|
|
bddb6df3ee
|
Formatting CMakeLists.txt
|
2025-10-26 13:03:43 +01:00 |
|
|
|
7ec346b5a5
|
Retrieving core name and version from CMakeLists.txt and use it in GenericCore::toString().
|
2025-10-03 11:15:06 +02:00 |
|
|
|
b631f4200e
|
Added toString() method.
|
2025-10-02 16:22:47 +02:00 |
|
|
|
0bbac662f4
|
Using qDebug() instead of iostream::cout(). And formatted files with clangformat.
|
2025-10-02 16:22:01 +02:00 |
|
|
|
b3718c211f
|
Using TARGET_APP variable in CMakeLists.txt.
|
2025-10-02 16:19:32 +02:00 |
|
|
|
fd32b85554
|
Added some console outputs to use library.
|
2025-10-02 13:42:13 +02:00 |
|
|
|
3447bbbb3b
|
initial commit
|
2025-10-02 11:19:14 +02:00 |
|