Difference between revisions of "Development/Tutorials/Programming Tutorial KDE 4/Using KConfig"
m (Categorise) |
(Abstract. I'm gonna write the code and then I'll be back :)) |
||
Line 1: | Line 1: | ||
[[image:introtokdetutorial4.png|frame|center]] | [[image:introtokdetutorial4.png|frame|center]] | ||
==Abstract== | ==Abstract== | ||
− | + | ''Author'': [[User:Milliams|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== | ==Prerequisites== | ||
* [[Development/Tutorials/Programming_Tutorial_KDE_4/Using_KActions|Tutorial 3 - KActions]] | * [[Development/Tutorials/Programming_Tutorial_KDE_4/Using_KActions|Tutorial 3 - KActions]] |
Revision as of 01:09, 4 January 2007
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
This page was last edited on 4 January 2007, at 01:09. Content is available under Creative Commons License SA 4.0 unless otherwise noted.