Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DapCash Wallet
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DapCash
DapCash Wallet
Commits
a8c0745f
Commit
a8c0745f
authored
5 years ago
by
Konstantin
Browse files
Options
Downloads
Patches
Plain Diff
last commit 10.12.19
parent
9bdec832
Loading
Loading
1 merge request
!11
Cellframe clone
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml
+39
-45
39 additions, 45 deletions
...creen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml
with
39 additions
and
45 deletions
CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml
+
39
−
45
View file @
a8c0745f
...
@@ -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}
}
##^##*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment