aboutsummaryrefslogtreecommitdiffstats
path: root/mist/assets/qml/transactions.qml
blob: e9a035a8542b95baae73ef695311fce85684ea0f (plain) (blame)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0
import QtQuick.Controls 1.0;
import QtQuick.Layouts 1.0;

Rectangle {
    id: transactionView
    visible: false
    Text { text: "TX VIEW" }
}