A zoomable, scrollable pixmap viewer widget with functions for convertion pixmap coordinates to viewport coordinates and vice versa.
[ JSeries docs | Back to Index ]
Code | windows | sgi |
QjPixmapView *w = new QjPixmapView( QPixmap( "../../jseries/ex3/blue.png") );
| ![]() | ![]() |
QjPixmapView *w = new QjPixmapView( 2.3, QPixmap( "../../jseries/ex3/green.png") );
w->resize( 150, 100 );
| ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.