diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 19:17:59 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-30 19:17:59 +0800 |
commit | 53da54bab9b2d5c80ea8267a9542a89d38511b2d (patch) | |
tree | 420b75ab8f05826aed0eb57c11149b81b5a2c4d0 /Home.qml | |
parent | ff41408163358dac8d2a1f60e8c42aeaef0d3a6e (diff) |
Attempt to show real ticket history data
Not working yet
Diffstat (limited to 'Home.qml')
-rw-r--r-- | Home.qml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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") |