8 lines
81 B
QML
8 lines
81 B
QML
import QtQuick
|
|
|
|
Item {
|
|
function backPressed() {
|
|
return false
|
|
}
|
|
}
|