This website requires JavaScript.
Explore
Help
Sign In
bent
/
GenericQtClientCore
Watch
1
Star
0
Fork
0
You've already forked GenericQtClientCore
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a6648b7d1e567b22b32600d6c8eda868218b83ad
GenericQtClientCore
/
model
History
Bent Witthold
a6648b7d1e
Added "display" as role name. (For the QML UI)
2026-03-05 12:30:43 +01:00
..
commands
On sending (posting) item to the server the generated UUID is added to the local item.
2026-02-02 16:13:44 +01:00
generalsortfiltermodel.cpp
Add type roles to the model sorting capabilities.
2026-03-01 11:34:06 +01:00
generalsortfiltermodel.h
Added getUuid(itemIndex) to proxy model to prevent using IdRole in UI when an item should be referenced (i. e. for deletion on server).
2026-02-02 16:46:10 +01:00
metadata.h
Added "display" as role name. (For the QML UI)
2026-03-05 12:30:43 +01:00
modelitem.cpp
Added type role and column & refactored the JsonParser in the process.
2026-03-01 10:59:34 +01:00
modelitem.h
On sending (posting) item to the server the generated UUID is added to the local item.
2026-02-02 16:13:44 +01:00
tablemodel.cpp
Added static GET_HEADER_FOR_COLUMN(const int column) function.
2026-03-02 16:25:01 +01:00
tablemodel.h
Split TableModel::updateItemsFromJson(...) into two functions and added support for multiple items in JSON data.
2026-02-02 16:48:42 +01:00