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
develop
GenericQtClientCore
/
model
History
Bent Witthold
0a2b0d840b
Added NUMBER_ROLES to metadata.h for use in GUI source code.
2026-04-08 17:23:05 +02: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 NUMBER_ROLES to metadata.h for use in GUI source code.
2026-04-08 17:23:05 +02: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
Roles can now be declared read-only. First read-only role: IdRole
2026-04-02 09:37:36 +02:00
tablemodel.h
TableModel::setData can now be called for column 0 with different roles to edit. (Doesn't rely on Qt::EditRole and RoleForColumn in all cases)
2026-03-09 07:46:28 +01:00