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
8eb8dda4
Commit
8eb8dda4
authored
Feb 15, 2022
by
Nate Graham
Browse files
Emoji Selector: port search field to Kirigami.SearchField
BUG: 450158
FIXED-IN: 5.25
parent
5b9f4311
Pipeline
#138023
passed with stage
in 2 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
applets/kimpanel/backend/ibus/emojier/app/ui/CategoryPage.qml
View file @
8eb8dda4
...
...
@@ -43,11 +43,10 @@ Kirigami.ScrollablePage
Layout.fillWidth
:
true
}
QQC2.Text
Field
{
Kirigami.Search
Field
{
id
:
searchField
Layout.fillWidth
:
true
text
:
view
.
searchText
placeholderText
:
i18n
(
"
Search…
"
)
visible
:
view
.
showSearch
inputMethodHints
:
Qt
.
ImhNoPredictiveText
onTextChanged
:
{
...
...
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