marble
Go to the documentation of this file.
11 import com.nokia.meego 1.0
12 import org.kde.edu.marble 0.11
18 tools: ToolBarLayout {
20 iconSource:
main.
icon(
"actions/go-previous-view", 48 );
21 onClicked: pageStack.pop()
28 anchors.margins: UiConstants.DefaultMargin
29 highlightFollowsCurrentItem:
true
30 model: marbleWidget.mapThemeModel
36 width: mapListView.width
37 height: mapImage.height + 5
39 color: mapThemeId === settings.mapTheme ?
"lightsteelblue" :
"white"
41 anchors.verticalCenter: parent.verticalCenter
42 anchors.left: parent.left
43 anchors.leftMargin: 15
47 source:
"image://maptheme/" + mapThemeId
53 anchors.verticalCenter: parent.verticalCenter
60 mapListView.currentIndex = index
61 settings.mapTheme = mapThemeId
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:51 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.