Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Pix
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maui
Pix
Commits
1e14c363
Commit
1e14c363
authored
Oct 21, 2020
by
camilo higuita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dunno
parent
1f2196a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
13 deletions
+16
-13
src/widgets/views/Viewer/PixViewer.qml
src/widgets/views/Viewer/PixViewer.qml
+16
-13
No files found.
src/widgets/views/Viewer/PixViewer.qml
View file @
1e14c363
...
@@ -28,6 +28,10 @@ StackView
...
@@ -28,6 +28,10 @@ StackView
property
alias
model
:
viewer
.
model
property
alias
model
:
viewer
.
model
property
bool
doodle
:
false
property
bool
doodle
:
false
Kirigami.Theme.inherit
:
false
Kirigami.Theme.backgroundColor
:
"
#333
"
Kirigami.Theme.textColor
:
"
#fafafa
"
Component
Component
{
{
id
:
_editorComponent
id
:
_editorComponent
...
@@ -150,19 +154,18 @@ StackView
...
@@ -150,19 +154,18 @@ StackView
Layout.fillHeight
:
true
Layout.fillHeight
:
true
Layout.fillWidth
:
true
Layout.fillWidth
:
true
TapHandler
// TapHandler
{
// {
grabPermissions
:
PointerHandler
.
CanTakeOverFromAnything
// grabPermissions: PointerHandler.CanTakeOverFromAnything
acceptedButtons
:
Qt
.
LeftButton
|
Qt
.
RightButton
// acceptedButtons: Qt.LeftButton | Qt.RightButton
onSingleTapped
:
// onSingleTapped:
{
// {
galleryRollBg
.
toogle
()
// galleryRollBg.toogle()
// root.headBar.visible = !root.headBar.visible
//// root.headBar.visible = !root.headBar.visible
viewer
.
forceActiveFocus
()
// viewer.forceActiveFocus()
mouse
.
accepted
=
false
// }
}
// }
}
Rectangle
Rectangle
{
{
...
...
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