mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 18:42:19 +00:00
8275059856
QML files got moved to their own directories. QML now has a ui helper which should find assets in the correct resource directory
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" }
|
|
}
|