Developing Application UIYou can use the integrated Qt Designer to design and build graphical user interfaces (GUIs) from Qt widgets. You can compose and customize your widgets or dialogs and test them using different styles and resolutions. Widgets and forms created with Qt Designer are integrated seamlessly with programmed code, using the Qt signals and slots mechanism, that lets you easily assign behavior to graphical elements. All properties set in Qt Designer can be changed dynamically within the code. Furthermore, features like widget promotion and custom plugins allow you to use your own widgets with Qt Designer. UIs that use widgets are clearly structured and enforce a platform look and feel, which makes them useful for traditional applications. However, they are static, and do not fully make use of the large high-resolution screens, touch input, and significant graphics power that are becoming common in portable consumer devices, such as mobile phones, media players, set-top boxes, and netbooks. You can easily develop animations by using a declarative programming language called QML. In QML, a user interface is specified as a tree of objects with properties. You can edit QML code in the code editor. You can use Qt or JavaScript to implement the application logic. The integration includes project management and code completion. Using Qt DesignerQt Creator automatically opens all .ui files in Qt Designer. To change the layout of Qt Designer user interface elements:
To change Qt Designer properties, select Tools > Options... > Designer.
For more information on Qt Designer, see Qt Designer Manual. [Previous: Using an External Editor] [Next: Optimizing Applications for Mobile Devices] X
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |