Re: KConfigDialogManager and QButtonGroup

2017-05-06 Thread Martin Koller
On Samstag, 6. Mai 2017 13:48:00 CEST David Faure wrote: > On samedi 6 mai 2017 11:41:41 CEST Martin Koller wrote: > > On Samstag, 6. Mai 2017 11:20:06 CEST David Faure wrote: > > > On lundi 1 mai 2017 20:31:28 CEST Martin Koller wrote: > > > > from Qt4 days, where the groupBox > > > > did also man

Re: KConfigDialogManager and QButtonGroup

2017-05-06 Thread David Faure
On samedi 6 mai 2017 11:41:41 CEST Martin Koller wrote: > On Samstag, 6. Mai 2017 11:20:06 CEST David Faure wrote: > > On lundi 1 mai 2017 20:31:28 CEST Martin Koller wrote: > > > from Qt4 days, where the groupBox > > > did also manage the buttons, whereby now you need a QButtonGroup class. > > >

Re: KConfigDialogManager and QButtonGroup

2017-05-06 Thread Martin Koller
On Dienstag, 2. Mai 2017 11:30:04 CEST Albert Astals Cid wrote: > El dilluns, 1 de maig de 2017, a les 20:31:28 CEST, Martin Koller va escriure: > > Hi, > > > > trying to fix https://bugs.kde.org/show_bug.cgi?id=378930 > > > > I see that the mboxresource has a configuration dialog which uses > >

Re: KConfigDialogManager and QButtonGroup

2017-05-06 Thread Martin Koller
On Samstag, 6. Mai 2017 11:20:06 CEST David Faure wrote: > On lundi 1 mai 2017 20:31:28 CEST Martin Koller wrote: > > from Qt4 days, where the groupBox > > did also manage the buttons, whereby now you need a QButtonGroup class. > > That's a Qt3-Qt4 change, not a Qt4-Qt5 change ;) Now you see how

Re: KConfigDialogManager and QButtonGroup

2017-05-06 Thread David Faure
On lundi 1 mai 2017 20:31:28 CEST Martin Koller wrote: > from Qt4 days, where the groupBox > did also manage the buttons, whereby now you need a QButtonGroup class. That's a Qt3-Qt4 change, not a Qt4-Qt5 change ;) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE Frameworks

Re: KConfigDialogManager and QButtonGroup

2017-05-02 Thread Albert Astals Cid
El dilluns, 1 de maig de 2017, a les 20:31:28 CEST, Martin Koller va escriure: > Hi, > > trying to fix https://bugs.kde.org/show_bug.cgi?id=378930 > > I see that the mboxresource has a configuration dialog which uses > KConfigDialogManager to handle the settings, but it has a QGroupBox widget > h

KConfigDialogManager and QButtonGroup

2017-05-01 Thread Martin Koller
Hi, trying to fix https://bugs.kde.org/show_bug.cgi?id=378930 I see that the mboxresource has a configuration dialog which uses KConfigDialogManager to handle the settings, but it has a QGroupBox widget holding QRadioButtons, which represent one setting (e.g. one of 2 possible compaction methods