Qt 6 lets you develop applications with intuitive user interfaces for multiple devices and platforms, faster than ever before.
注意: Qt 6 高度兼容 Qt 5 . Developers of Qt 5 applications can move seamlessly to Qt 6 while retaining the applications' functionality.
Qt Quick UIs are dynamic with fluid animations and are optimal for touch interfaces. Qt Widgets tightly integrates with desktop look-and-feel. The 用戶界麵 page compares both Qt Quick and Qt Widgets technologies.
Qt 是跨平颱的。Qt 模塊可以用於各種 設備和平颱 . Developer tools like Qt Creator and Qt Design Studio 可用於 Windows、macOS、及 Linux。構建工具像 qmake and CMake seamlessly handle the platform-specific differences in the build process.
Qt features a large set of 模塊 in the area of UIs, networking, web technologies, communication protocols, file formats, and much more.
必需 define the foundation of Qt on all platforms. They are available on all the supported development platforms and tested target platforms.
Add-ons bring additional value for specific purposes.
Qt Creator is a complete IDE for developing Qt applications. You can set up projects, code, debug, package, and deploy from within Qt Creator.
Qt Design Studio supports designing Qt Quick UIs. It enables you to define the look-and-feel of the UI from wireframe to final implementation, using preset UI components.
更多 tools are available.
Qt 應用程序通常以 C++ 編寫。 Qt for Python 允許您以 Python 編寫應用程序。
Qt Quick UI 的編寫是以 QML .