摘要: Test.qml main.qml 运行结果: qml: 1111 qml: xxxx qml: xxxx 阅读全文
posted @ 2018-08-21 10:52 -CQ- 阅读(406) 评论(0) 推荐(0)
摘要: qml 一个信号与多个方法关联 和 c++信号与槽类似写法 结果: qml: send to postxxx,yyy qml: send to legraphxxx,yyy qml: send to emailxxx,yyy 阅读全文
posted @ 2018-08-21 09:59 -CQ- 阅读(273) 评论(0) 推荐(0)
摘要: connections 使用 阅读全文
posted @ 2018-08-21 09:33 -CQ- 阅读(617) 评论(0) 推荐(0)
摘要: SquareButton.qml main.qml SquareButton中信号 activated 对应main.qml中 onActivated 阅读全文
posted @ 2018-08-21 08:56 -CQ- 阅读(382) 评论(0) 推荐(0)