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.

工具 描述
Qt Designer Create forms visually.
Qt Assistant Quickly find the help you need.
Qt Linguist, lupdate, lrelease, lconvert Translate applications to reach international markets.
qmake Create makefiles from simple platform-independent project files ( .pro files).
qvfb Run and test embedded applications on the desktop.
makeqpf 为嵌入式设备创建预渲染字体。
MOC (元对象编译器) 生成元对象信息为 QObject 子类。
uic (用户界面编译器) 生成 C++ 代码从用户界面文件。
RCC (资源编译器) 在构建过程中将资源嵌入到 Qt 应用程序中。
Configuring Qt (qtconfig) X11-based Qt configuration tool with online help.
Configuring Qt Embedded (qconfig) Qt Embedded (Linux and Windows CE) configuration tool.
Examples and Demos Launcher A launcher for Qt's Examples and Demonstration programs.
qt3to4 - The Qt 3 to 4 Porting Tool A tool to assist in porting applications from Qt 3 to Qt 4.
QtDBus XML 编译器 (qdbusxml2cpp) 将 D-Bus 接口描述转换成 C++ 源代码的工具。
D-Bus 查看器 A tool to introspect D-Bus objects and messages.
Configuring Qt
Examples and Demos Launcher The Examples and Demos Launcher (qtdemo) allows the user to browse the examples and demonstrations included with Qt, access the documentation associated with each of them, and launch them as separate applications.
QML 查看器
Qt Assistant 手册
Qt Designer 手册
Qt Linguist 手册
RCC (资源编译器)
uic (用户界面编译器)
使用 moc (元对象编译器)
qmake 手册