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
b8fe4e65024baef929c54f5385caed6548f90dd4
GenericQtClientCore
/
model
/
commands
History
Bent Witthold
b8fe4e6502
Iterating over USER_FACING_ROLES to get all the item values when parsing and keeping them in edit and remove commands. Instead of using each role explicitly.
2025-12-31 10:39:32 +01:00
..
edititemcommand.cpp
Iterating over USER_FACING_ROLES to get all the item values when parsing and keeping them in edit and remove commands. Instead of using each role explicitly.
2025-12-31 10:39:32 +01:00
edititemcommand.h
Moved the model meta data for roles and columns into "model/metadata.h" to gather meta data like this in one central place.
2025-12-29 10:30:12 +01:00
insertrowscommand.cpp
Adding new items to the model can now be made undone/redone.
2025-12-11 15:47:55 +01:00
insertrowscommand.h
Adding new items to the model can now be made undone/redone.
2025-12-11 15:47:55 +01:00
removerowscommand.cpp
Iterating over USER_FACING_ROLES to get all the item values when parsing and keeping them in edit and remove commands. Instead of using each role explicitly.
2025-12-31 10:39:32 +01:00
removerowscommand.h
Deleting items from the model can now be made undone/redone.
2025-12-11 15:49:16 +01:00