diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-16 14:14:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-16 14:14:19 +0900 |
commit | 239ef29e5f019ee134d7a2e522e45bb84371f349 (patch) | |
tree | cc993f26be8bd4d33e4e7b62288df242f9084422 /languages/cpp | |
parent | 968c4ef4243b37d53b75be12d2b69a123d659127 (diff) | |
download | tdevelop-239ef29e5f019ee134d7a2e522e45bb84371f349.tar.gz tdevelop-239ef29e5f019ee134d7a2e522e45bb84371f349.zip |
Updated Qt Designer & TDevelop documentation toc files. This relates to bug 1859.
Diffstat (limited to 'languages/cpp')
-rw-r--r-- | languages/cpp/doc/qt-kdev3.toc | 64 |
1 files changed, 30 insertions, 34 deletions
diff --git a/languages/cpp/doc/qt-kdev3.toc b/languages/cpp/doc/qt-kdev3.toc index af086cf5..ff9826cd 100644 --- a/languages/cpp/doc/qt-kdev3.toc +++ b/languages/cpp/doc/qt-kdev3.toc @@ -1,39 +1,35 @@ <!DOCTYPE tdeveloptoc> <tdeveloptoc> <title>Qt Designer-3 and KDevelop-3</title> -<base href="http://women.kde.org/articles/tutorials/tdevelop3"/> -<tocsect1 name="Index" url="index.html"> -</tocsect1> -<tocsect1 name="Introduction" url="introduction.html"> -</tocsect1> -<tocsect1 name="Requirements" url="requirements.html"> - <tocsect2 name="How to get Qt Designer" url="requirements.html"/> - <tocsect2 name="How to get KDevelop 3" url="get-kevelop.html"/> - <tocsect2 name="Lexicon" url="lexicon.html"/> -</tocsect1> -<tocsect1 name="Creating the application" url="creating.html"> - <tocsect2 name="Starting the project" url="creating.htm"/> - <tocsect2 name="Designing the program" url="design-program.html"/> - <tocsect2 name="Adding widgets" url="adding-widgets.html"/> - <tocsect2 name="Getting spaced out" url="spaced-out.html"/> - <tocsect2 name="Signals and Q_SLOTS" url="Q_SIGNALS-and-Q_SLOTS.html"/> - <tocsect2 name="Generating the source" url="source.html"/> - <tocsect2 name="Implementing the slot" url="Q_SLOTS.html"/> -</tocsect1> -<tocsect1 name="In short" url="in-short.html"> -</tocsect1> -<tocsect1 name="Make the translations for a simple KDE project" url="translations.html"> -</tocsect1> -<tocsect1 name="A few general tips" url="a_few_tips.html"> - <tocsect2 name="General hints" url="a_few_tips.html#id2771559"/> - <tocsect2 name="Importing your project in KDE CVS" url="importing.html"/> - <tocsect2 name="How do I release my application as a tarball?" url="release-tarball.html"/> - <tocsect2 name="Useful links" url="links.html"/> -</tocsect1> -<tocsect1 name="Generating the source (alternate)" url="without_subclass.html"> - <tocsect2 name="Without using the KDevelop subclassing capability" url="without_subclass.html"/> - <tocsect2 name="Implementing the slot" url="Q_SLOTS2.html"/> -</tocsect1> -<tocsect1 name="Credits and License" url="credits.html"> +<base href="https://wiki.trinitydesktop.org/Qt_Designer_and_KDevelop_3.0_for_Beginners"/> +<tocsect1 name="Index" url="#mw-navigation"> +</tocsect1> +<tocsect1 name="Introduction" url="#Introduction"> +</tocsect1> +<tocsect1 name="Requirements" url="#Requirements"> + <tocsect2 name="How to get Qt Designer" url="#How_to_Get_Qt_Designer"/> + <tocsect2 name="How to get KDevelop 3" url="#How_to_get_KDevelop_3"/> + <tocsect2 name="Lexicon" url="#Lexicon"/> +</tocsect1> +<tocsect1 name="Creating the application" url="#Creating_the_Application"> + <tocsect2 name="Starting the project" url="#Starting_the_project"/> + <tocsect2 name="Designing the program" url="#Designing_the_Program"/> + <tocsect2 name="Adding widgets" url="#Adding_Widgets"/> + <tocsect2 name="Getting spaced out" url="#Getting_Spaced_Out"/> + <tocsect2 name="Signals and Q_SLOTS" url="#Signals_and_Slots"/> + <tocsect2 name="Generating the source" url="#Generating_the_Source"/> + <tocsect2 name="Implementing the slot" url="#Implementing_the_Slot"/> +</tocsect1> +<tocsect1 name="In short" url="#In_Short"> +</tocsect1> +<tocsect1 name="Make the translations for a simple KDE project" url="#Make_the_Translations_for_a_Simple_KDE_Project"> + <tocsect2 name="Install gettext Patched for KDE" url="#Install_gettext_Patched_for_KDE"/> + <tocsect2 name="Prepare the Translations" url="#Prepare_the_Translations"/> + <tocsect2 name="Make the Translations" url="#Make_the_Translations"/> + <tocsect2 name="Compile and Install the Translations Files" url="#Compile_and_Install_the_Translations_Files"/> +</tocsect1> +<tocsect1 name="General Tips" url="#General_Tips"> + <tocsect2 name="General hints" url="#General_Hints"/> + <tocsect2 name="Importing your project in KDE CVS" url="#Importing_your_project_in_KDE_CVS"/> </tocsect1> </tdeveloptoc>
\ No newline at end of file |