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
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
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