Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-qt-ui-qml
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
cellframe
libdap-qt-ui-qml
Merge requests
!6
Feature 2798
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature 2798
feature-2798
into
master
Overview
0
Commits
12
Pipelines
0
Changes
5
Merged
konstantin.kukharenko
requested to merge
feature-2798
into
master
5 years ago
Overview
0
Commits
12
Pipelines
0
Changes
3
Expand
👍
0
👎
0
Merge request reports
Compare
version 4
version 4
4aa8879b
5 years ago
version 3
2e229513
5 years ago
version 2
2a36b5f6
5 years ago
version 1
957e3c5a
5 years ago
master (base)
and
latest version
latest version
d1fd8ee7
12 commits,
5 years ago
version 4
4aa8879b
11 commits,
5 years ago
version 3
2e229513
10 commits,
5 years ago
version 2
2a36b5f6
9 commits,
5 years ago
version 1
957e3c5a
8 commits,
5 years ago
Show latest version
3 files
+
92
−
93
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
DapButtonForm.ui.qml
+
16
−
16
Options
@@ -2,37 +2,37 @@ import QtQuick 2.0
import
QtQuick
.
Controls
2.0
Button
{
///@detalis heightButton Button height
///@detalis heightButton Button height
.
property
int
heightButton
:
36
*
pt
///@detalis widthButton Button width
///@detalis widthButton Button width
.
property
int
widthButton
:
120
*
pt
///@detalis normalImageButton
t
he picture on the Button is in normal state
///@detalis normalImageButton
T
he picture on the Button is in normal state
.
property
string
normalImageButton
:
"
qrc:/res/icons/new-wallet_icon_dark.png
"
///@detalis hoverImageButton
t
he image on the Button is in the mouseover state
///@detalis hoverImageButton
T
he image on the Button is in the mouseover state
.
property
string
hoverImageButton
:
"
qrc:/res/icons/new-wallet_icon_dark_hover.png
"
///@detalis widthImageButton
i
mage width
///@detalis widthImageButton
I
mage width
.
property
int
widthImageButton
:
28
*
pt
///@detalis heightImageButton
i
mage height
///@detalis heightImageButton
I
mage height
.
property
int
heightImageButton
:
28
*
pt
///@detalis indentImageLeftButton:
i
ndentation of the image from the left edge
///@detalis indentImageLeftButton:
I
ndentation of the image from the left edge
.
property
int
indentImageLeftButton
:
10
*
pt
///@detalis colorBackgroundNormal Button background color in normal state
///@detalis colorBackgroundNormal Button background color in normal state
.
property
string
colorBackgroundNormal
:
"
#070023
"
///@detalis colorBackgroundHover Button background color in hover state
///@detalis colorBackgroundHover Button background color in hover state
.
property
string
colorBackgroundHover
:
"
#D51F5D
"
///@detalis textButton
: t
ext
B
utton
///@detalis textButton
T
ext
b
utton
.
property
string
textButton
:
"
New Wallet
"
///@detalis colorButtonTextNormal Button text color in normal state
///@detalis colorButtonTextNormal Button text color in normal state
.
property
string
colorButtonTextNormal
:
"
#FFFFFF
"
///@detalis colorButtonTextHover Button text color in hover state
///@detalis colorButtonTextHover Button text color in hover state
.
property
string
colorButtonTextHover
:
"
#FFFFFF
"
///@detalis indentTextRight:
i
ndentation of the text from the right edge
///@detalis indentTextRight:
I
ndentation of the text from the right edge
.
property
int
indentTextRight
:
20
*
pt
///@detalis fontSizeButton
: f
ont size
///@detalis fontSizeButton
F
ont size
.
property
int
fontSizeButton
:
14
*
pt
///@detalis existenceImage
: i
ndicates the presence of an image
///@detalis existenceImage
I
ndicates the presence of an image
.
property
bool
existenceImage
:
true
///@detalis horizontalAligmentText
: h
orizontal alignment
///@detalis horizontalAligmentText
H
orizontal alignment
.
property
alias
horizontalAligmentText
:
templateText
.
horizontalAlignment
id
:
dapButton
Loading