Skip to content
Snippets Groups Projects
Commit f6acc99e authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'features-2589' into 'master'

[*] features-2859

See merge request !29
parents e2b3bad6 03f564e6
No related branches found
No related tags found
1 merge request!29[*] features-2859
Pipeline #1037 passed with stage
in 3 minutes and 27 seconds
......@@ -61,6 +61,11 @@ Rectangle {
color: "#797979"
}
DapUiQmlScreenDialogAddWallet
{
id: dialogAddWallet
}
DapUiQmlWidgetStatusBarButton {
width: 130 * pt
anchors.right: parent.right
......@@ -69,6 +74,9 @@ Rectangle {
anchors.rightMargin: 20 * pt
anchors.bottom: parent.bottom
anchors.bottomMargin: 10 * pt
onClicked: addWallet()
onAddWallet: dialogAddWallet.show()
}
}
}
......@@ -2,6 +2,8 @@ import QtQuick 2.0
import QtQuick.Controls 2.5
Button {
id: button
signal addWallet
contentItem: Rectangle {
anchors.fill: parent
border.color: "#B5B5B5"
......
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