8 lines
115 B
QML
8 lines
115 B
QML
import QtQuick 2.0
|
|
import QtQuick.Controls 2.2
|
|
|
|
MenuItem {
|
|
Keys.onReturnPressed: {
|
|
triggered()
|
|
}
|
|
}
|