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
SDK
Kirigami Gallery
Commits
88e9e58d
Commit
88e9e58d
authored
Oct 22, 2022
by
Matej Starc
Committed by
Devin Lin
Oct 22, 2022
Browse files
Remove usage of DelegateRecycler
parent
760b695c
Pipeline
#253480
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/data/contents/ui/gallery/ListViewGallery.qml
View file @
88e9e58d
...
...
@@ -85,6 +85,7 @@ Kirigami.ScrollablePage {
id
:
delegateComponent
Kirigami.SwipeListItem
{
id
:
listItem
width
:
ListView
.
view
?
ListView
.
view
.
width
:
implicitWidth
contentItem
:
RowLayout
{
Kirigami.ListItemDragHandle
{
listItem
:
listItem
...
...
@@ -138,10 +139,7 @@ Kirigami.ScrollablePage {
easing.type
:
Easing
.
InOutQuad
}
}
delegate
:
Kirigami.DelegateRecycler
{
width
:
parent
?
parent
.
width
:
implicitWidth
sourceComponent
:
delegateComponent
}
delegate
:
delegateComponent
section
{
property
:
"
sec
"
delegate
:
Kirigami.ListSectionHeader
{
...
...
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