File: tools-list.doc

package info (click to toggle)
qt-embedded-free 3.0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 91,492 kB
  • ctags: 67,431
  • sloc: cpp: 427,709; ansic: 128,011; sh: 21,353; yacc: 2,874; xml: 2,310; python: 1,863; perl: 481; lex: 453; makefile: 426; sql: 29; lisp: 15
file content (29 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download | duplicates (7)
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
26
27
28
29
/*!
    \page tools-list.html
    \title Qt's Tools

    Qt 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  Qt Designer \endlink - visually
    design forms
    \i \link linguist-manual.book  Qt Linguist, lupdate and lrelease \endlink - translate
    applications to reach international markets
    \i \link assistant.book  Qt 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 emb-qvfb.html  qvfb\endlink - run and test embedded
    applications on the desktop
    \i \link makeqpf.html makeqpf\endlink - create pre-rendered fonts
    for embedded devices
    \i \link moc.html moc\endlink - the Meta Object Compiler
    \i \link uic.html uic\endlink - the User Interface Compiler
    \i \c qtconfig - a Unix-based Qt configuration tool with online help

    \endlist

*/