QNetworkAccessManager and KDE's KIO

2012-03-19 Thread Weng Xuetian
Hi, I'm currently implementing a library that require network access, and I need some custom url such as "myapp://" to do oauth callback, so I create a class inherits QNetworkAccessManager. But I found if anyone want to KDE's KIO::Integration::AccessManager to replace the NetworkAccessManager i

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