Thank you,
I have this code in "MySerialPort" class:
Qt Code:
void MySerialPort::readData() { if(data[0]=='0') // For example Show qml dialog if(data[1]=='1') // For example disable GroupBox ... ... }To copy to clipboard, switch view to plain text mode
How can I handled this code on the QML side?
Bookmarks