Development/Tutorials/Programming Tutorial KDE 4/Using KConfig: Difference between revisions

    From KDE TechBase
    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==
    TODO:Using KConfig XT in an application
    ''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