mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
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" }
|
|
}
|