Generate proof from history view and made javascript file with tx related functions

This commit is contained in:
Sander Ferdinand
2018-03-21 01:35:34 +01:00
committed by moneromooo-monero
parent 09935ba4b0
commit 70983136bc
5 changed files with 124 additions and 59 deletions

View File

@@ -38,7 +38,7 @@ import moneroComponents.TransactionHistoryModel 1.0
import "../components"
Rectangle {
id: root
id: mainLayout
property var model
property int tableHeight: !isMobile ? table.contentHeight : tableMobile.contentHeight
@@ -321,7 +321,7 @@ Rectangle {
id: table
visible: !isMobile
onContentYChanged: flickableScroll.flickableContentYChanged()
model: !isMobile ? root.model : null
model: !isMobile ? mainLayout.model : null
addressBookModel: null
Layout.fillWidth: true
@@ -332,7 +332,7 @@ Rectangle {
id: tableMobile
visible: isMobile
onContentYChanged: flickableScroll.flickableContentYChanged()
model: isMobile ? root.model : null
model: isMobile ? mainLayout.model : null
addressBookModel: null
Layout.fillWidth: true