Qt Quick快速入門之qml與C++交互

 C++中使用qml對象,直接使用findChild獲取qml對象,然後調用setProperty方法設置屬性,當然必須在加載qml之後才能使用,不然findChild找不到對象,用法如下。 engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); QObject * text_Msg = engine.rootObjects()[0]
相關文章
相關標籤/搜索