Example Objectwheel code:
import QtQuick 1.12
import QtQuick.Controls 2.12
RowLayout {
Button {
text: "Ok"
onClicked: model.submit()
}
Button {
text: "Cancel"
onClicked: model.revert()
}
}
import QtQuick 1.12
import QtQuick.Controls 2.12
RowLayout {
Button {
text: "Ok"
onClicked: model.submit()
}
Button {
text: "Cancel"
onClicked: model.revert()
}
}