Re: Re: Need help: Use of KConfig

2016-07-17 Thread Olivier Churlaud
Le 16/07/2016 à 18:11, Michael Pyne a écrit : On Sat, July 16, 2016 01:15:38 Olivier Churlaud wrote: Hi, I spent a lot of time tonight, trying to port a config dialog out of KButtonGroup (in Okular). I read that I should instead use QButtonGroup + QGroupBox. I did this, and this part works.

Re: Need help: Use of KConfig

2016-07-16 Thread Michael Pyne
On Sat, July 16, 2016 01:15:38 Olivier Churlaud wrote: > Hi, > > I spent a lot of time tonight, trying to port a config dialog out of > KButtonGroup (in Okular). I read that I should instead use QButtonGroup > + QGroupBox. I did this, and this part works. > > The problem I have is that the KConfi

Need help: Use of KConfig

2016-07-15 Thread Olivier Churlaud
Hi, I spent a lot of time tonight, trying to port a config dialog out of KButtonGroup (in Okular). I read that I should instead use QButtonGroup + QGroupBox. I did this, and this part works. The problem I have is that the KConfig-thing doesn't write/read from this QButtonGroup. And indeed, t