Qt入门基础知识必知必会(QML)

Qt Creator

  • Qt Creator provides a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple desktop, embedded, and mobile device platforms, such as Android and iOS. It is available for Linux, macOS and Windows operating systems.

Qt Designer

Qt Designer is the Qt tool for designing and building graphical user interfaces (GUIs) with Qt Widgets.

QML

  • QML is a user interface specification and programming language. It allows developers and designers alike to create highly performant, fluidly animated and visually appealing applications.

Qt Quick

  • Qt Quick is the standard library of types and functionality for QML.

Qt Quick Designer

  • You can edit Qt Quick UI Forms (ui.qml files) in Qt Quick Designer.
  • Qt Quick Designer is integrated within Qt Creator and supports QtQuick 2
    from Qt Creator version 2.7 and onwards.

Reference

  • Qt Documentation
  • QML Applications

你可能感兴趣的:(Qt入门基础知识必知必会(QML))