MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML ToolItemStyle Element

ToolItemStyle properties and default values explained. More...

Inherits Style

This element was introduced in qt-components 4.7.

Properties

Detailed Description

Custom platformStyle example

 ToolIcon {
     platformStyle: ToolItemStyle {
         pressedBackground: "tooliconPressedBackground.png"
     }
 }

Property Documentation

pressedBackground : string

Property default value: "image://theme/meegotouch-button-navigationbar-button"+__invertedString+"-background-pressed"

Background pressed-state image location.