You Are Here:

Community: Wiki

This page was last modified on 1 November 2009, at 09:04.

Change font in Qt application

From Forum Nokia Wiki

Reviewer Approved   


ID ... Creation date June 12, 2009
Platform S60 3rd Edition, FP1, FP2
S60 5th Edition
Tested on devices Nokia 5800 XpressMusic
Category Qt for Symbian Subcategory


Keywords (APIs, classes, methods, functions): QApplication::setFont(), QApplication::font()

Overview

This code snippets shows how to change font of application in Qt. API QApplication::setFont() will set the font of application, and it take QFont as parameter. so normally we need to specify font using QFont API.

This snippet can be self-signed. As it does not use any API which require developer/certified signing.

Preconditions

Headers required

#include <QFont>

Source

//specify a  new font.
QFont newFont("Courier", 8, QFont::Bold, true);
//set font of application
QApplication::setFont(newFont);


Postconditions

The code snippet is expected to show font "Courier" on application.

Font Courier (Bold and Italic)

Image:Font1.JPG

After changing font to Times
Image:Font2.JPG


External links

Internal Links

Code Example

  • The Code Example will show font Courier and you can change it to Times from menu. The example is tested on Nokia 5800 XpressMusic.

Related Wiki Articles

No related wiki articles found

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
User Rating: qfnZuserE5FratingQNx2E2E0000X