Namespaces
Variants
Actions

Archived:Show error message using QErrorMessage

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

Qt Quick should be used for all UI development on mobile devices. The approach described in this article (based on QWidget) is deprecated.

This code snippet shows how to display error messages in application using QErrorMessage class. This type of error message has a checkbox to allow the message to be dismissed permanently (should the error occur again).

Article Metadata

Code Example
Tested with
Devices(s): Nokia 5800 XpressMusic

Compatibility
Platform(s): S60 3rd Edition, FP1, FP2
S60 5th Edition

Platform Security
Signing Required: Self-Signed
Capabilities: None

Article
Keywords: QErrorMessage::showMessage()
Created: savaj (18 Jun 2009)
Last edited: hamishwillee (11 Oct 2012)

Contents

Headers required

 #include <QErrorMessage>

Source Code

QErrorMessage errorMessage;
errorMessage.showMessage("Testing Error message");
errorMessage.exec();


Postconditions

The code snippet is expected to show error message dialog on screen.

ErrorMessage.JPG

External Links

Code Example

  • The Code Example will show error message dialog on screen and is tested on Nokia 5800 XpressMusic.
This page was last modified on 11 October 2012, at 04:15.
675 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved