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
!7
Feature 2798
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature 2798
feature-2798
into
master
Overview
0
Commits
9
Pipelines
0
Changes
2
Merged
konstantin.kukharenko
requested to merge
feature-2798
into
master
5 years ago
Overview
0
Commits
9
Pipelines
0
Changes
2
Expand
add new property
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
62ffe284
9 commits,
5 years ago
2 files
+
41
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
DapButtonForm.ui.qml
+
10
−
1
Options
@@ -34,6 +34,14 @@ Button {
property
bool
existenceImage
:
true
///@detalis horizontalAligmentText Horizontal alignment.
property
alias
horizontalAligmentText
:
templateText
.
horizontalAlignment
///@detalis colorBackgroundButton This property overrides the background color.
property
alias
colorBackgroundButton
:
dapBackgroundButton
.
color
///@detalis colorTextButton This property overrides the color of the text.
property
alias
colorTextButton
:
templateText
.
color
///@detalis borderColorButton Sets the color of the border.
property
string
borderColorButton
:
"
#000000
"
///@detalis borderWidthButton Sets the width of the border.
property
int
borderWidthButton
:
0
id
:
dapButton
@@ -43,7 +51,8 @@ Button {
color
:
dapButton
.
hovered
?
colorBackgroundHover
:
colorBackgroundNormal
implicitWidth
:
widthButton
implicitHeight
:
heightButton
border.color
:
borderColorButton
border.width
:
borderWidthButton
///button text
Text
{
id
:
templateText
Loading