美文网首页
Qt入门基础知识必知必会(QML)

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

作者: 码农二哥 | 来源:发表于2017-06-10 22:36 被阅读142次

    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入门基础知识必知必会(QML)

          本文链接:https://www.haomeiwen.com/subject/fmmcqxtx.html