Re: Using custom controls in KConfigXT

2012-03-20 Thread Stefan Majewsky
On Mon, Mar 19, 2012 at 9:19 AM, Christian Taubenheim wrote: > Hi all, > i use the KConfigXT concept for managing settings of my app. > I also managed to implement a QButton that holds a user specified color (by > opening a QColorDialog), which is transferred into the settings manually. For a wor

Re: Using custom controls in KConfigXT

2012-03-19 Thread David Edmundson
On Mon, Mar 19, 2012 at 8:19 AM, Christian Taubenheim wrote: > Hi all, > i use the KConfigXT concept for managing settings of my app. > I also managed to implement a QButton that holds a user specified color (by > opening a QColorDialog), which is transferred into the settings manually. > > I call

Using custom controls in KConfigXT

2012-03-19 Thread Christian Taubenheim
Hi all, i use the KConfigXT concept for managing settings of my app. I also managed to implement a QButton that holds a user specified color (by opening a QColorDialog), which is transferred into the settings manually. I called 'enableButtonApply(true) on my dialog if the user changed the col