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
Commits
f7d926bc
Commit
f7d926bc
authored
5 years ago
by
andrey.daragan
Browse files
Options
Downloads
Patches
Plain Diff
[*] Change DapText interface and logic
[*] Change model handler of ComboBox
parent
070b8ca9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
widgets/DapText.qml
+1
-1
1 addition, 1 deletion
widgets/DapText.qml
widgets/DapTextForm.ui.qml
+0
-1
0 additions, 1 deletion
widgets/DapTextForm.ui.qml
with
1 addition
and
2 deletions
widgets/DapText.qml
+
1
−
1
View file @
f7d926bc
...
...
@@ -2,7 +2,7 @@ import QtQuick 2.4
DapTextForm
{
width
:
parent
.
width
textMetric.elideWidth
:
width
//Text eliding is available only after full item boot
//with all metrics - to delete binding loop
...
...
This diff is collapsed.
Click to expand it.
widgets/DapTextForm.ui.qml
+
0
−
1
View file @
f7d926bc
...
...
@@ -28,7 +28,6 @@ TextInput
id
:
dapTextInputTextMetric
font
:
parent
.
font
elide
:
textElide
elideWidth
:
parent
.
width
text
:
fullText
}
...
...
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