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
!11
Bugs 2893
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bugs 2893
bugs-2893
into
develop
Overview
0
Commits
6
Pipelines
0
Changes
3
Merged
andrey.daragan
requested to merge
bugs-2893
into
develop
5 years ago
Overview
0
Commits
6
Pipelines
0
Changes
4
Expand
Modified the DapRadioButton
👍
0
👎
0
Merge request reports
Viewing commit
35158bf2
Prev
Next
Show latest version
4 files
+
18
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
35158bf2
[*]Edit fonts
· 35158bf2
Konstantin
authored
5 years ago
widgets/DapButtonForm.ui.qml
+
5
−
10
Options
@@ -28,18 +28,16 @@ Button {
property
string
colorButtonTextHover
///@detalis indentTextRight: Indentation of the text from the right edge.
property
int
indentTextRight
///@detalis fontSizeButton Font size.
property
int
fontSizeButton
///@detalis fontFamily Font family button.
property
string
fontFamily
///@detalis fontButton Font setting.
property
alias
fontButton
:
buttonText
.
font
///@detalis existenceImage Indicates the presence of an image.
property
bool
existenceImage
:
true
///@detalis horizontalAligmentText Horizontal alignment.
property
alias
horizontalAligmentText
:
template
Text
.
horizontalAlignment
property
alias
horizontalAligmentText
:
button
Text
.
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
:
template
Text
.
color
property
alias
colorTextButton
:
button
Text
.
color
///@detalis borderColorButton Sets the color of the border.
property
string
borderColorButton
///@detalis borderWidthButton Sets the width of the border.
@@ -57,14 +55,11 @@ Button {
border.width
:
borderWidthButton
///button text
Text
{
id
:
template
Text
id
:
button
Text
anchors.fill
:
parent
verticalAlignment
:
Qt
.
AlignVCenter
horizontalAlignment
:
Qt
.
AlignRight
anchors.rightMargin
:
indentTextRight
font.pixelSize
:
fontSizeButton
font.family
:
fontFamily
font.weight
:
Font
.
Normal
color
:
dapButton
.
hovered
?
colorButtonTextHover
:
colorButtonTextNormal
text
:
qsTr
(
textButton
)
}
Loading