无法从cpp代码更新qml中的T​​extField对象

时间:2016-04-13 12:46:15

标签: c++ qt qml

我正在尝试设置文本字段对象" fname"使用以下

从我的cpp代码中获取qml
QMetaObject::invokeMethod(fname,"setText", Qt::QueuedConnection, Q_ARG(QString, "Sample Text"));

但我收到以下错误。有什么想法吗?

QObject::startTimer: Timers cannot be started from another thread.

0 个答案:

没有答案