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 手冊