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
!14
Features 2603
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Features 2603
features-2603
into
develop
Overview
0
Commits
9
Pipelines
0
Changes
3
Merged
tatiana.novikova
requested to merge
features-2603
into
develop
5 years ago
Overview
0
Commits
9
Pipelines
0
Changes
1
Expand
[*] Update calculating and deleting the unnecessary part of text at comboBox
👍
0
👎
0
Merge request reports
Viewing commit
2c154ed5
Prev
Next
Show latest version
1 file
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2c154ed5
[*] Change the text which is displaying at main line of comboBox
· 2c154ed5
tatiana.novikova
authored
5 years ago
widgets/DapComboBoxForm.ui.qml
+
6
−
3
Options
@@ -68,6 +68,9 @@ ComboBox
///@detalis fontComboBox Font setting combobox.
property
alias
fontComboBox
:
customComboBox
.
font
///@detalis mainLineText Text without unneccesary part
property
string
mainLineText
id
:
customComboBox
width
:
popup
.
visible
?
widthPopupComboBoxActive
:
widthPopupComboBoxNormal
height
:
popup
.
visible
?
heightComboBoxActive
:
heightComboBoxNormal
@@ -101,7 +104,7 @@ ComboBox
id
:
textTopComboBox
anchors.fill
:
parent
anchors.leftMargin
:
popup
.
visible
?
sidePaddingActive
:
sidePaddingNormal
text
:
parent
.
displayText
text
:
mainLineText
//
parent.displayText
font
:
parent
.
font
color
:
popup
.
visible
?
hilightColorTopText
:
normalColorTopText
verticalAlignment
:
Text
.
AlignVCenter
@@ -112,8 +115,8 @@ ComboBox
Popup
{
y
:
parent
.
height
-
1
width
:
parent
.
width
+
1
padding
:
1
width
:
parent
.
width
padding
:
0
contentItem
:
ListView
{
Loading