Charles de Miramon <[EMAIL PROTECTED]> writes: > Maybe, you should take a look at > http://www.icefox.net/programs/?program=KAutoConfig
Niiiiice! Definitely something to investigate. Angus =============================================================================== Does KAutoConfig require KDE? Nope, KAutoConfig comes in two forms. The first form takes advantage of everything in KDE. KAutoConfig will automaticly recognize all of KDE's widgets, set the caption, icon, and uses the KConfig engine. The second form of KAutoConfig links only against Qt and uses QSettings on the back end. This is done by compiling in two replacement classes which extend QSettings and QDialog and provides the needed features that are in KDE while giving the developer source compatibility. Best of all the Qt only library can be used in Windows or Mac development. Compiling the library with or without KDE support is as simple as using the different Makefiles when compiling the library. ===============================================================================