69baa465ea
mist, etheruem have been moved to cmd/
10 lines
154 B
QML
10 lines
154 B
QML
import QtQuick 2.0
|
|
import QtQuick.Controls 1.0;
|
|
import QtQuick.Layouts 1.0;
|
|
|
|
Rectangle {
|
|
id: transactionView
|
|
visible: false
|
|
Text { text: "TX VIEW" }
|
|
}
|