1f2547b8a7
The Ethereum node and Gui are now separated.
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" }
|
|
}
|