diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-02 12:58:03 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-02 12:58:03 +0800 |
commit | 4a64f8d229461abbe262ba66ee189d9c3fa4c5ff (patch) | |
tree | f8159059fc2b25bf3840fd68289b6f0315a0aab6 /main.qml | |
parent | 8a9b4521d3e1b68d35ab6221f6317329be7e8122 (diff) |
Conform to updated qrtclient & design
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,11 +4,14 @@ import "larva/features" ApplicationWindow { signal logIn(string name, string password) - signal ticketHistory(int id, bool longFormat) + signal ticketHistoryList(int id, bool longFormat) signal ticketNew(string queue, string requestor) function pushHome() { pageView.push("Home.qml") } + function pushTicketHistory() { + pageView.push("TicketHistory.qml") + } id: window visible: true |