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
bfa881bc
Unverified
Commit
bfa881bc
authored
Jun 09, 2018
by
Aleksi Suomalainen
Committed by
GitHub
Jun 09, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #65 from neochapay/dialogs_fix
[Dialogs] Make dialogs always on top
parents
7b6fac1b
5af2b557
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
Dialog.qml
src/controls/qml/dialogs/Dialog.qml
+2
-0
QueryDialog.qml
src/controls/qml/dialogs/QueryDialog.qml
+2
-0
SelectionDialog.qml
src/controls/qml/dialogs/SelectionDialog.qml
+2
-0
No files found.
src/controls/qml/dialogs/Dialog.qml
View file @
bfa881bc
...
...
@@ -12,6 +12,8 @@ Item {
property
real
bgOpacity
:
1
;
z
:
999
property
string
icon
:
""
property
bool
inline
:
true
...
...
src/controls/qml/dialogs/QueryDialog.qml
View file @
bfa881bc
...
...
@@ -14,6 +14,8 @@ Item {
property
real
bgOpacity
:
1
;
z
:
999
property
string
icon
:
""
property
bool
inline
:
true
...
...
src/controls/qml/dialogs/SelectionDialog.qml
View file @
bfa881bc
...
...
@@ -14,6 +14,8 @@ Item {
property
real
bgOpacity
:
1
;
z
:
999
property
alias
model
:
selectionListView
.
model
property
int
selectedIndex
:
-
1
...
...
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