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). |
qvfb | Run and test embedded applications on the desktop. |
makeqpf | Create pre-rendered fonts for embedded devices. |
moc | Generate meta-object information for QObject subclasses. |
uic | Generate C++ code from user interface files. |
qtconfig | Unix-based Qt configuration tool with online help. |