|Home | Tutorial | Classes | Functions | QSA Workbench | Language | Qt API | QSA Articles Qt Script for Applications

[Prev: Font] [Home] [Next: Built-in Objects]

Pixmap

The Pixmap class can be used to represent images in QSA. Instances of Pixmap can be passed to C++ slots that take arguments of type QPixmap.

The Pixmap constructor can take a filename referring to an image that will then be loaded:

 
var background = new Pixmap( "background.png" );
Pixmap Properties
Pixmap Functions

[Prev: Font] [Home] [Next: Built-in Objects]


Copyright © 2001-2006 TrolltechTrademarks
QSA version 1.1.5