This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import QtQuick 2.15 | |
import QtQuick.Controls 2.15 | |
import QtQuick.Layouts 1.15 | |
import QtWebEngine 1.10 | |
Rectangle { | |
id: analyticsView | |
color: "#0a0a0a" | |
property bool useWatchlistData: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import QtQuick 2.15 | |
import QtQuick.Controls 2.15 | |
import QtQuick.Layouts 1.15 | |
import QtWebEngine 1.10 | |
DashboardCard { | |
id: root | |
title: "Chart - TradingView" | |
property string currentPair: "BTCUSDT" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import QtQuick 2.15 | |
import QtQuick.Controls 2.15 | |
import QtQuick.Layouts 1.15 | |
Rectangle { | |
id: contentArea | |
color: "#0a0a0a" | |
property string currentView: "dashboard" |