Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Leander Schulten
Lichtsteuerung
Commits
1e5877ad
Commit
1e5877ad
authored
Mar 29, 2018
by
Leander Schulten
Browse files
Make Map moveable
parent
84948ded
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.qml
View file @
1e5877ad
...
...
@@ -4,6 +4,7 @@ import QtQuick.Controls 2.0
import
QtQuick
.
Layouts
1.0
import
custom
.
licht
1.0
import
QtQuick
.
Dialogs
1.2
import
Qt
.
labs
.
handlers
1.0
ApplicationWindow
{
visible
:
true
width
:
900
...
...
@@ -68,9 +69,14 @@ ApplicationWindow {
id
:
controlPane
}
MapView
{
width
:
400
height
:
400
Item
{
clip
:
true
MapView
{
width
:
400
height
:
400
DragHandler
{}
PinchHandler
{}
}
}
LoginView
{}
...
...
Write
Preview
Supports
Markdown
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