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.
Tool | Description |
Qt Designer | Create forms visually. |
Qt Assistant | Quickly find the help you need. |
Qt Linguist, lupdate, lrelease | Translate applications to reach international markets. |
qmake | Create makefiles from simple platform-independent project files (.pro files). |
moc | Generate meta-object information for QObject subclasses. |
uic | Generate C++ code from user interface files. |
rcc | Embed resources into Qt applications during the build process. |
qtconfig | Unix-based Qt configuration tool with online help. |