Development/Tutorials/Programming Tutorial KDE 4/Using KConfig

From KDE TechBase
Revision as of 01:09, 4 January 2007 by Milliams (talk | contribs) (Abstract. I'm gonna write the code and then I'll be back :))

Abstract

Author: Matt Williams

In this tutorial, we're going to be showing you how to utilise KConfig XT in an application. It is recommended that you read Development/Tutorials/Using KConfig XT before continuing in order to familiarise yourself with the framework.

Prerequisites

KConfig XT

TODO

The Code

mainwindow.h

TODO

mainwindow.cpp

TODO

main.cpp

TODO

tutorial3ui.rc

TODO

CMake

TODO

CMakeLists.txt

TODO

Moving On

TODO