summaryrefslogtreecommitdiff
path: root/Home.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Home.qml')
-rw-r--r--Home.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Home.qml b/Home.qml
index 2a8d1a3..bf1db86 100644
--- a/Home.qml
+++ b/Home.qml
@@ -3,6 +3,16 @@ import QtQuick.Controls 2.12
import "larva/features"
HomeForm {
+ objectName: "home"
+ function ticketHistory(description, content, creator) {
+ pageView.push("TicketHistory.qml", {
+ "subject": subject
+ , "description": description
+ , "content": content
+ , "creator": creator
+ })
+ }
+
menuButton.onClicked: drawer.open()
profileButton.onClicked: pageView.push("Profile.qml")