Dialog to query simple questions. More...
Inherits Dialog
This element was introduced in qt-components 4.7.
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.
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.
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.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.