summaryrefslogtreecommitdiffstats
path: root/doc/tools-list.doc
blob: 16efa88233c4702354ad59587376852b1a215690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*!
    \page tools-list.html
    \title Qt's Tools

    TQt is supplied with several command line and graphical tools to
    ease and speed the development process. Each tool is listed here
    with a link to its documentation.

    \list
    \i \link designer-manual.book  TQt Designer \endlink - visually
    design forms
    \i \link linguist-manual.book  TQt Linguist, lupdate and lrelease \endlink - translate
    applications to reach international markets
    \i \link assistant.book  TQt Assistant \endlink - quickly find the
    help you need
    \i \link qmake-manual.book  qmake \endlink - create Makefiles from
    simple platform-independent project files
    \i \link qembed.html  qembed\endlink - convert data, e.g. images, into C++ code
    \i \link tqmoc.html tqmoc\endlink - the Meta Object Compiler
    \i \link tquic.html tquic\endlink - the User Interface Compiler
    \i \c qtconfig - a Unix-based TQt configuration tool with online help

    \endlist

*/