摘要:
QML 语言 (qt6) https://doc.qt.io/qt-6/qmlreference.html 以qt6版本说明,其他版本不一定对的上 基础语法 主要是三个方面:import关键字,对象的声明(子对象),注释 import QtQuick 2.0 Rectangle { //注释 /* 阅读全文
摘要:
qt core 提供了元对象系统,扩展了c++ 在元对象系统的基础上,qt又提供了信号/槽、property以及对象树等特性 The Meta-Object System The Property System Object Model Object Trees & Ownership Signal 阅读全文