Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
KTrip
Commits
e3bed0cf
Commit
e3bed0cf
authored
Jul 28, 2019
by
Carl Schwan
🚴
Committed by
Nicolas Fella
Jul 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Kirigami.SearchField
parent
cbff181f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/qml/LocationQueryPage.qml
src/qml/LocationQueryPage.qml
+2
-3
No files found.
src/qml/LocationQueryPage.qml
View file @
e3bed0cf
...
...
@@ -21,7 +21,7 @@
import
QtQuick
2.2
import
QtQuick
.
Layouts
1.1
import
QtQuick
.
Controls
2.4
import
org
.
kde
.
kirigami
2.
0
as
Kirigami
import
org
.
kde
.
kirigami
2.
8
as
Kirigami
import
org
.
kde
.
ktrip
0.1
Kirigami.Page
...
...
@@ -29,9 +29,8 @@ Kirigami.Page
property
bool
showCached
:
true
property
var
callback
header
:
Text
Field
{
header
:
Kirigami.Search
Field
{
id
:
queryTextField
placeholderText
:
i18n
(
"
Search...
"
)
onAccepted
:
{
queryModel
.
query
=
text
showCached
=
false
...
...
Write
Preview
Markdown
is supported
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