在qml中,可以连接信号和放大器使用信号对象的connect()方法作为QueuedConnection的插槽?

时间:2017-02-15 09:47:45

标签: qt qtquick2 qt-quick

作为标题。
我有一个用c ++定义的信号 在qml中,我想将信号连接到具有排队连接的功能。

onCppObjectChanged{
    cppObject.signal1.connect(onSignal1)//How can I set the connection type.
}
fuction onSignal1{...}

0 个答案:

没有答案