Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
c89b24b5
Commit
c89b24b5
authored
Jan 14, 2022
by
Nate Graham
Browse files
ConfigCategoryDelegate: use standard QQC2 import name
GIT_SILENT
parent
d87e7055
Pipeline
#123451
passed with stage
in 2 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
desktoppackage/contents/configuration/ConfigCategoryDelegate.qml
View file @
c89b24b5
...
...
@@ -7,14 +7,14 @@
import
QtQuick
2.0
import
QtQuick
.
Layouts
1.1
import
QtQuick
.
Controls
2.3
as
Q
tControls
import
QtQuick
.
Controls
2.3
as
Q
QC2
import
QtQuick
.
Window
2.2
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
kquickcontrolsaddons
2.0
import
org
.
kde
.
kirigami
2.5
as
Kirigami
Q
tControls
.ItemDelegate
{
Q
QC2
.ItemDelegate
{
id
:
delegate
signal
activated
()
...
...
@@ -55,7 +55,7 @@ QtControls.ItemDelegate {
state
:
highlighted
&&
Window
.
active
?
QIconItem
.
SelectedState
:
QIconItem
.
DefaultState
}
Q
tControls
.Label
{
Q
QC2
.Label
{
id
:
nameLabel
Layout.fillWidth
:
true
Layout.leftMargin
:
PlasmaCore
.
Units
.
smallSpacing
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment