5import QtQuick.Window 2.2
6import QtQuick.Layouts 1.1
7import QtQuick.Controls 2.0
8import QtQuick.Controls.Material 2.0
9import QtQuick.Controls.Universal 2.0
10import "../constants" 1.0
14 title:
xi18n(
"Set Geolocation")
16 function filterCities() {
17 LocationDialogLite.filterCity(cityFilter.text, provinceFilter.text, countryFilter.text)
29 bottomMargin: 15 * Num.dp
39 text:
xi18n(
"Current Location: ")
48 Layout.fillWidth:
true
54 Layout.fillWidth:
true
55 Layout.fillHeight:
true
57 flow:
window.isPortrait ? GridLayout.TopToBottom : GridLayout.LeftToRight
60 Layout.fillWidth:
true
61 Layout.fillHeight:
true
63 text:
xi18n(
"City filter: ")
67 Layout.fillWidth:
true
75 Layout.fillWidth:
true
76 Layout.fillHeight:
true
78 text:
xi18n(
"Province filter: ")
83 Layout.fillWidth:
true
91 Layout.fillWidth:
true
92 Layout.fillHeight:
true
94 text:
xi18n(
"Country filter: ")
98 Layout.fillWidth:
true
110 Layout.fillWidth:
true
111 Layout.fillHeight:
true
118 locationsGeoMenu.openMenu(text)
124 bottom: parent.bottom
127 text:
xi18n(
"Add Location")
129 locationEdit.openAdd()
135 bottom: parent.bottom
139 text:
xi18n(
"Set from GPS")
141 locationEdit.setAutomaticallyFromGPS()
A backend of location dialog declared in QML.
QString xi18n(const char *text, const TYPE &arg...)
QTextStream & left(QTextStream &stream)
QTextStream & right(QTextStream &stream)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.