Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qtquickcontrols-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
qtquickcontrols-nemo
Commits
d46caed4
Commit
d46caed4
authored
Nov 06, 2017
by
Chupligin Sergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add i18n
parent
8dffa309
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
QueryDialogPage.qml
examples/touch/content/QueryDialogPage.qml
+4
-3
No files found.
examples/touch/content/QueryDialogPage.qml
View file @
d46caed4
/****************************************************************************************
**
** Copyright (C) 2014 Aleksi Suomalainen <suomalainen.aleksi@gmail.com>
** Copyright (C) 2017 Chupligin Sergey <neochapay@gmail.com>
** All rights reserved.
**
** You may use this file under the terms of BSD license as follows:
...
...
@@ -39,7 +40,7 @@ import Nemo.Dialogs 1.0
Page
{
id
:
root
headerTools
:
HeaderToolsLayout
{
showBackButton
:
true
;
title
:
"
Query dialog example
"
}
headerTools
:
HeaderToolsLayout
{
showBackButton
:
true
;
title
:
qsTr
(
"
Query dialog example
"
)
}
QueryDialog
{
cancelText
:
qsTr
(
"
Cancel
"
)
...
...
@@ -51,10 +52,10 @@ Page {
image
:
"
/usr/share/glacier-components/images/example.jpg
"
onAccepted
:
{
result
.
text
=
"
User accepted
"
result
.
text
=
qsTr
(
"
User accepted
"
)
}
onCanceled
:
{
result
.
text
=
"
User canceled
"
result
.
text
=
qsTr
(
"
User canceled
"
)
}
}
Label
{
...
...
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