Skip to content
Snippets Groups Projects
Commit a8c0745f authored by Konstantin's avatar Konstantin
Browse files

last commit 10.12.19

parent 9bdec832
1 merge request!11Cellframe clone
...@@ -89,45 +89,45 @@ DapUiQmlScreen { ...@@ -89,45 +89,45 @@ DapUiQmlScreen {
} }
Rectangle { Rectangle {
id: chooseSignatureTypeArea id: chooseSignatureTypeArea
height: 68 * pt height: 68 * pt
color: "#EDEFF2" color: "#EDEFF2"
anchors.leftMargin: 1 * pt anchors.leftMargin: 1 * pt
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.top: chooseSignatureTypeTextArea.bottom anchors.top: chooseSignatureTypeTextArea.bottom
///ComboBox right panel ///ComboBox right panel
Rectangle{ Rectangle{
id:areaDapComboBoxRightPanel id:areaDapComboBoxRightPanel
anchors.fill: parent anchors.fill: parent
anchors.leftMargin: 16*pt anchors.leftMargin: 16*pt
anchors.rightMargin: 16*pt anchors.rightMargin: 16*pt
anchors.topMargin:12*pt anchors.topMargin:12*pt
anchors.bottomMargin: 12*pt anchors.bottomMargin: 12*pt
color: parent.color color: parent.color
DapComboBox{ DapComboBox{
property Label fieldBalance: Label {} property Label fieldBalance: Label {}
model: ListModel { model: ListModel {
id: signatureType id: signatureType
ListElement {signatureName: "Dilithium"} ListElement {signatureName: "Dilithium"}
ListElement {signatureName: "Bliss"} ListElement {signatureName: "Bliss"}
ListElement {signatureName: "Picnic"} ListElement {signatureName: "Picnic"}
ListElement {signatureName: "Tesla"} ListElement {signatureName: "Tesla"}
} }
normalColorText: "#070023" normalColorText: "#070023"
hilightColorText: "#FFFFFF" hilightColorText: "#FFFFFF"
fontSizeComboBox: 16 * pt fontSizeComboBox: 16 * pt
hilightColor: "#330F54" hilightColor: "#330F54"
sidePaddingNormal: 20*pt sidePaddingNormal: 20 * pt
indicatorWidth:20 * pt indicatorWidth: 20 * pt
} }
} }
} }
Rectangle { Rectangle {
id: recoveryMethodTextArea id: recoveryMethodTextArea
...@@ -215,9 +215,3 @@ DapUiQmlScreen { ...@@ -215,9 +215,3 @@ DapUiQmlScreen {
} }
} }
} }
/*##^##
Designer {
D{i:0;autoSize:true;height:480;width:640}
}
##^##*/
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