Keys.onReleased:
{
if (event.key === Qt.Key_Back)
{
// Here I just want to send home key pressed signal
}
}
↧