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 Add-ons
Commits
2149b91e
Verified
Commit
2149b91e
authored
May 05, 2022
by
Fushan Wen
Browse files
applets/dict: Enable `reuseItems` in ListView
parent
b88b7eea
Pipeline
#172690
passed with stage
in 1 minute and 41 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
applets/dict/package/contents/ui/ConfigDictionaries.qml
View file @
2149b91e
...
...
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
import
QtQuick
2.
7
import
QtQuick
2.
15
import
QtQuick
.
Controls
2.5
import
org
.
kde
.
kirigami
2.19
as
Kirigami
import
org
.
kde
.
plasma
.
private
.
dict
1.0
...
...
@@ -27,6 +27,7 @@ Page {
ListView
{
id
:
listView
model
:
dictionariesModel
reuseItems
:
true
section
{
criteria
:
ViewSection
.
FirstCharacter
...
...
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