diff --git a/CellFrameDashboardGUI/main.cpp b/CellFrameDashboardGUI/main.cpp index 5551f314584da2b900c747d295db3cff93dd3ed7..700a203cfdc93c1d85485b64c9ab86f27e66eec1 100644 --- a/CellFrameDashboardGUI/main.cpp +++ b/CellFrameDashboardGUI/main.cpp @@ -95,7 +95,7 @@ int main(int argc, char *argv[]) engine.rootContext()->setContextProperty("dapWalletFilterModel", &DapWalletFilterModel::instance()); engine.rootContext()->setContextProperty("dapWalletModel", &DapChainWalletModel::instance()); engine.rootContext()->setContextProperty("clipboard", &DapClipboard::instance()); - engine.rootContext()->setContextProperty("pt", 1.3); + engine.rootContext()->setContextProperty("pt", 1.0); engine.load(QUrl("qrc:/screen/main.qml")); if (engine.rootObjects().isEmpty()) diff --git a/CellFrameDashboardGUI/screen/Dashboard/DapUiQmlScreenDashboard.qml b/CellFrameDashboardGUI/screen/Dashboard/DapUiQmlScreenDashboard.qml index aceff54ef2e5e24cb3ac7c5b789d5fcbd5466f69..f1c2642f5a5c002c8e669c99bf44f5459a4769f6 100644 --- a/CellFrameDashboardGUI/screen/Dashboard/DapUiQmlScreenDashboard.qml +++ b/CellFrameDashboardGUI/screen/Dashboard/DapUiQmlScreenDashboard.qml @@ -1,5 +1,5 @@ import QtQuick 2.0 -import QtQuick.Controls 2.0 +import QtQuick.Controls 1.4 import QtQuick.Layouts 1.0 import "../" diff --git a/CellFrameDashboardGUI/screen/LastAction/DapRadioButton.qml b/CellFrameDashboardGUI/screen/LastAction/DapRadioButton.qml index d55329d95164142d754a3d35dbdd2b96f0aef5eb..85c3f03cf8d34fe454752b8b13e8671f400122df 100644 --- a/CellFrameDashboardGUI/screen/LastAction/DapRadioButton.qml +++ b/CellFrameDashboardGUI/screen/LastAction/DapRadioButton.qml @@ -1,5 +1,5 @@ -import QtQuick 2.12 -import QtQuick.Controls 2.12 +import QtQuick 2.0 +import QtQuick.Controls 2.0 RadioButton { property alias textButton: nameButton.text @@ -23,7 +23,7 @@ RadioButton { spacing: 16 * pt checked: false - display: AbstractButton.TextBesideIcon +// display: AbstractButton.TextBesideIcon autoExclusive: true } diff --git a/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml b/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml index 780b25739ffced391709288e6bf638cc6e142575..8fcd540cc9bf4ad2fca9820c5d1a82d3d0abb6b1 100644 --- a/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml +++ b/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml @@ -42,7 +42,7 @@ Rectangle { normalColorText:"#FFFFFF" hilightColorTopText:"#332F49" hilightColor: "#332F49" - fontSizeComboBox: 14*px + fontSizeComboBox: 14*pt } Label { id: titleWalletBalance