Bug 409037 - KConfigDialogManager doesn't support QButtonGroup
Summary: KConfigDialogManager doesn't support QButtonGroup
Status: CONFIRMED
Alias: None
Product: frameworks-kconfigwidgets
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-22 13:30 UTC by David Redondo
Modified: 2019-11-16 22:10 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Redondo 2019-06-22 13:30:30 UTC
It doesn't support QButtonGroup right now because it is not a widget
Comment 1 Mariusz Glebocki 2019-11-16 22:10:02 UTC
I implemented button group support as separate KConfigDialogManager-like class in Konsole. The code can be copied or at least used as a reference:
https://invent.kde.org/kde/konsole/blob/master/src/settings/ConfigurationDialog.h#L83