From 4a64f8d229461abbe262ba66ee189d9c3fa4c5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 2 Feb 2022 12:58:03 +0800 Subject: Conform to updated qrtclient & design --- main.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index 523f0d6..c4bb7df 100644 --- a/main.qml +++ b/main.qml @@ -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 -- cgit v1.2.3