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

last commit 10.12.19

parent 9bdec832
No related branches found
No related tags found
1 merge request!11Cellframe clone
......@@ -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}
}
##^##*/
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