Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Breeze Style for QQC2
Commits
7fe3cc3b
Commit
7fe3cc3b
authored
Feb 16, 2021
by
Noah Davis
🌵
Browse files
[IconLabelContent] Remove Controls import
This requires me to replace Label with Text.
parent
59022cd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
style/impl/IconLabelContent.qml
View file @
7fe3cc3b
...
...
@@ -4,7 +4,6 @@
import
QtQuick
2.15
import
QtQuick
.
Layouts
1.15
import
QtQuick
.
Controls
2.15
as
Controls
import
org
.
kde
.
kirigami
2.14
as
Kirigami
import
org
.
kde
.
breeze
1.0
...
...
@@ -81,10 +80,12 @@ IconLabelLayout {
}
labelComponent
:
Component
{
Controls.Label
{
Text
{
// This is set in IconLabelLayout
property
bool
firstLayoutCompleted
:
false
visible
:
text
.
length
>
0
color
:
Kirigami
.
Theme
.
textColor
linkColor
:
Kirigami
.
Theme
.
linkColor
horizontalAlignment
:
Text
.
AlignHCenter
verticalAlignment
:
Text
.
AlignVCenter
elide
:
Text
.
ElideRight
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment