diff options
Diffstat (limited to 'ethereal/assets/qml/transactions.qml')
-rw-r--r-- | ethereal/assets/qml/transactions.qml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ethereal/assets/qml/transactions.qml b/ethereal/assets/qml/transactions.qml new file mode 100644 index 000000000..e9a035a85 --- /dev/null +++ b/ethereal/assets/qml/transactions.qml @@ -0,0 +1,9 @@ +import QtQuick 2.0 +import QtQuick.Controls 1.0; +import QtQuick.Layouts 1.0; + +Rectangle { + id: transactionView + visible: false + Text { text: "TX VIEW" } +} |