MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML CountBubble Element

CountBubble is a flexible shape that holds a number and can be added in lists or notification banners for example More...

This element was introduced in qt-components 4.7.

Properties

Detailed Description

CountBubble component is a flexible shape that holds a number and can be added in lists or notification banners for example.

 // Create a count bubble with a value 9
 CountBubble{
     value: 9
 }

 // Create a large count bubble with a value 9
 CountBubble{
     value: 9
     largeSized: true
 }

Property Documentation

largeSized : bool

Property default is false

Use small or large count bubble.


value : int

Property default is 0

Reflects the current value.