The configuration dialog is completely broken in the Qt6/KF6 build.
Observations:
- The actual settings are not shown in the dialog.
- Changing any settings (at least on the first page) doesn't enable the Apply button.
- Clicking OK doesn't save the entered values (at least on the first page).
All of those are regressions introduced by KF6. The reason for the first problem is that KCModule does not call load() anymore on first show.
Since we don't make use of KCModule plugins we should probably port the config dialog to KConfigDialog. Or we update KleoPageConfigDialog to the current code of KCMultiDialog.