Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
qml でラベル ID の値を取得し、この ID を cpp 関数に送信したい場合は、次のようにします。
これは QtGui の一例です
QLabel *painel; painel->winId();
69206100 のような値を取得します。これを qml で実行したいのですが、方法がわかりません。