Files
komplex-hub/build/qml/KomplexHub/EventListModel.qml
T
2026-06-02 15:11:36 -04:00

13 lines
232 B
QML

import QtQuick
ListModel {
id: eventListModel
ListElement {
eventId: "enterPressed"
eventDescription: "Emitted when pressing the enter button"
shortcut: "Return"
parameters: "Enter"
}
}