summaryrefslogtreecommitdiff
path: root/Home.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-30 19:17:59 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-30 19:17:59 +0800
commit53da54bab9b2d5c80ea8267a9542a89d38511b2d (patch)
tree420b75ab8f05826aed0eb57c11149b81b5a2c4d0 /Home.qml
parentff41408163358dac8d2a1f60e8c42aeaef0d3a6e (diff)
Attempt to show real ticket history data
Not working yet
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")