MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML QueryDialog Element

Dialog to query simple questions. More...

Inherits Dialog

This element was introduced in qt-components 4.7.

Properties

Signals

Detailed Description

This dialog is used to ask a question from the user. It is composed of a title (which consists of a title text, an icon or both), a message and buttons for accepting and rejecting.

Property Documentation

acceptButtonText : string

Property default is "".

Text of the accept button. When no text is given, the button is not displayed.


icon : string

Property default is "".

The URL pointing to an icon image. When this property is not empty, an icon is displayed inside the title field.


message : string

Property default is "".

Message for the user.


rejectButtonText : string

Property default is "".

Text of the reject button. When no text is given, the button is not displayed.


titleText : string

Property default is "".

The text for the title field.


Signal Documentation

QueryDialog::linkActivated ( string link )

The given message may contain one or more links provided in rich text or html format. The linkActivated signal is emitted when the user taps on one of the links. The link parameter contains the link which has been tapped.