2012-06-22 07:26:22 +02:00
|
|
|
MiniWindow
|
|
|
|
id: minimapWindow
|
|
|
|
!text: tr('Minimap')
|
|
|
|
height: 150
|
2013-01-18 23:39:11 +01:00
|
|
|
icon: /images/topbuttons/minimap
|
2012-08-17 23:36:53 +02:00
|
|
|
@onClose: modules.game_minimap.onMiniWindowClose()
|
2012-06-24 14:41:39 +02:00
|
|
|
&save: true
|
2012-04-07 01:12:46 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
Label
|
|
|
|
text: ?
|
|
|
|
text-align: center
|
|
|
|
phantom: false
|
2012-12-15 13:26:27 +01:00
|
|
|
!tooltip: tr('Hold left mouse button to navigate\nScroll mouse middle button to zoom\nRight mouse button to create map marks')
|
2012-07-13 01:40:55 +02:00
|
|
|
anchors.top: minimizeButton.top
|
|
|
|
anchors.right: minimizeButton.left
|
|
|
|
margin-right: 3
|
|
|
|
size: 14 14
|
|
|
|
|
2012-06-22 07:26:22 +02:00
|
|
|
MiniWindowContents
|
2013-01-31 02:44:57 +01:00
|
|
|
Minimap
|
2012-06-22 07:26:22 +02:00
|
|
|
id: minimap
|
2012-07-12 21:16:23 +02:00
|
|
|
anchors.fill: parent
|