Skip to content
Snippets Groups Projects
Commit a66daf77 authored by littletux89@gmail.com's avatar littletux89@gmail.com
Browse files

[*] Corrected the code so that it was going to yat 5.9.7.

parent 178e1c44
No related branches found
No related tags found
1 merge request!11Cellframe clone
...@@ -95,7 +95,7 @@ int main(int argc, char *argv[]) ...@@ -95,7 +95,7 @@ int main(int argc, char *argv[])
engine.rootContext()->setContextProperty("dapWalletFilterModel", &DapWalletFilterModel::instance()); engine.rootContext()->setContextProperty("dapWalletFilterModel", &DapWalletFilterModel::instance());
engine.rootContext()->setContextProperty("dapWalletModel", &DapChainWalletModel::instance()); engine.rootContext()->setContextProperty("dapWalletModel", &DapChainWalletModel::instance());
engine.rootContext()->setContextProperty("clipboard", &DapClipboard::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")); engine.load(QUrl("qrc:/screen/main.qml"));
if (engine.rootObjects().isEmpty()) if (engine.rootObjects().isEmpty())
......
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Controls 2.0 import QtQuick.Controls 1.4
import QtQuick.Layouts 1.0 import QtQuick.Layouts 1.0
import "../" import "../"
......
import QtQuick 2.12 import QtQuick 2.0
import QtQuick.Controls 2.12 import QtQuick.Controls 2.0
RadioButton { RadioButton {
property alias textButton: nameButton.text property alias textButton: nameButton.text
...@@ -23,7 +23,7 @@ RadioButton { ...@@ -23,7 +23,7 @@ RadioButton {
spacing: 16 * pt spacing: 16 * pt
checked: false checked: false
display: AbstractButton.TextBesideIcon // display: AbstractButton.TextBesideIcon
autoExclusive: true autoExclusive: true
} }
......
...@@ -42,7 +42,7 @@ Rectangle { ...@@ -42,7 +42,7 @@ Rectangle {
normalColorText:"#FFFFFF" normalColorText:"#FFFFFF"
hilightColorTopText:"#332F49" hilightColorTopText:"#332F49"
hilightColor: "#332F49" hilightColor: "#332F49"
fontSizeComboBox: 14*px fontSizeComboBox: 14*pt
} }
Label { Label {
id: titleWalletBalance id: titleWalletBalance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment