From a8c0745f315483d805c96fcf042c519a866a80cd Mon Sep 17 00:00:00 2001 From: Konstantin <djtv01@gmail.com> Date: Tue, 10 Dec 2019 23:38:14 +0300 Subject: [PATCH] last commit 10.12.19 --- .../DapUiQmlScreenDialogAddWalletForm.ui.qml | 84 +++++++++---------- 1 file changed, 39 insertions(+), 45 deletions(-) diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml index 2f68fe0ee..9833a5833 100644 --- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml +++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml @@ -89,45 +89,45 @@ DapUiQmlScreen { } Rectangle { - id: chooseSignatureTypeArea - - height: 68 * pt - color: "#EDEFF2" - anchors.leftMargin: 1 * pt - anchors.left: parent.left - anchors.right: parent.right - anchors.top: chooseSignatureTypeTextArea.bottom - - ///ComboBox right panel - Rectangle{ - id:areaDapComboBoxRightPanel - anchors.fill: parent - anchors.leftMargin: 16*pt - anchors.rightMargin: 16*pt - anchors.topMargin:12*pt - anchors.bottomMargin: 12*pt - color: parent.color - - DapComboBox{ - property Label fieldBalance: Label {} - - model: ListModel { - id: signatureType - ListElement {signatureName: "Dilithium"} - ListElement {signatureName: "Bliss"} - ListElement {signatureName: "Picnic"} - ListElement {signatureName: "Tesla"} - } - normalColorText: "#070023" - hilightColorText: "#FFFFFF" - fontSizeComboBox: 16 * pt - hilightColor: "#330F54" - sidePaddingNormal: 20*pt - indicatorWidth:20 * pt - } - - } - } + id: chooseSignatureTypeArea + + height: 68 * pt + color: "#EDEFF2" + anchors.leftMargin: 1 * pt + anchors.left: parent.left + anchors.right: parent.right + anchors.top: chooseSignatureTypeTextArea.bottom + + ///ComboBox right panel + Rectangle{ + id:areaDapComboBoxRightPanel + anchors.fill: parent + anchors.leftMargin: 16*pt + anchors.rightMargin: 16*pt + anchors.topMargin:12*pt + anchors.bottomMargin: 12*pt + color: parent.color + + DapComboBox{ + property Label fieldBalance: Label {} + + model: ListModel { + id: signatureType + ListElement {signatureName: "Dilithium"} + ListElement {signatureName: "Bliss"} + ListElement {signatureName: "Picnic"} + ListElement {signatureName: "Tesla"} + } + normalColorText: "#070023" + hilightColorText: "#FFFFFF" + fontSizeComboBox: 16 * pt + hilightColor: "#330F54" + sidePaddingNormal: 20 * pt + indicatorWidth: 20 * pt + } + + } + } Rectangle { id: recoveryMethodTextArea @@ -215,9 +215,3 @@ DapUiQmlScreen { } } } - -/*##^## -Designer { - D{i:0;autoSize:true;height:480;width:640} -} -##^##*/ -- GitLab