How to capture a signal in QML?

后端 未结 4 1946
南方客
南方客 2021-02-08 04:50

How I can send s signal from one qml component to another?

Below is an example:

Rectangle {
    id: main
    width: 360; height: 360
    signal clicked()         


        
4条回答
提交回复
热议问题