Added transactions window

This commit is contained in:
obscuren
2014-02-23 01:56:04 +01:00
parent aa33a4b2fb
commit 0656f465b0
3 changed files with 166 additions and 45 deletions

9
transactions.qml Normal file
View File

@ -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" }
}