This website requires JavaScript.
Explore
Help
Sign In
bent
/
GenericQtClientWidgets
Watch
1
Star
0
Fork
0
You've already forked GenericQtClientWidgets
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
develop
GenericQtClientWidgets
/
dialogs
History
Bent Witthold
2d8c97b5f0
NewItemDialog uses dynamically generated control widgets for model data as well. Added a WidgetHelper class to consolidate identical source code for ItemDetailMapper and NewItemDialog.
2026-03-02 19:25:27 +01:00
..
abstractdialog.cpp
Changing submit policy of QDataWidgetMapper to AutoSubmit because if multiple changes are made at once not all of them are applied.
2026-01-01 09:59:12 +01:00
abstractdialog.h
Changing submit policy of QDataWidgetMapper to AutoSubmit because if multiple changes are made at once not all of them are applied.
2026-01-01 09:59:12 +01:00
edititemdialog.cpp
Refactored ItemDetailMapper to encapsulate widget creation and their mappings into functions to be able to iterate over meta data to auto generate them. (Only working for string roles for now)
2026-03-02 14:09:55 +01:00
edititemdialog.h
Displaying a QR code in the EditItemDialog containing the full data of the current item as a string.
2026-01-15 14:06:02 +01:00
newitemdialog.cpp
NewItemDialog uses dynamically generated control widgets for model data as well. Added a WidgetHelper class to consolidate identical source code for ItemDetailMapper and NewItemDialog.
2026-03-02 19:25:27 +01:00
newitemdialog.h
NewItemDialog uses dynamically generated control widgets for model data as well. Added a WidgetHelper class to consolidate identical source code for ItemDetailMapper and NewItemDialog.
2026-03-02 19:25:27 +01:00
settingsdialog.cpp
In SettingsDialog: Disabled the email and password input edits.
2026-02-03 12:12:51 +01:00
settingsdialog.h
Added a SettingsDialog with a "Server" tab to configure the server settings.
2026-02-03 11:22:55 +01:00