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
f56a2a3314
Settings dialog: Enabling the line edits for email and password.
2026-05-08 14:45:42 +02: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
Settings dialog: Enabling the line edits for email and password.
2026-05-08 14:45:42 +02:00
settingsdialog.h
Added a SettingsDialog with a "Server" tab to configure the server settings.
2026-02-03 11:22:55 +01:00