[KPhotoAlbum] Viewer: Mouse wheel support

Christoph Moseler forums at moseler.net
Wed Aug 9 18:50:52 BST 2006


Hi,

would it be possible to add mouse wheel support to the Viewer?

void Viewer::ViewerWidget::wheelEvent( QWheelEvent* event )
{
   if ( event->delta() < 0) {
     showNext();
   } else {
     showPrev();
   }

}

Thanks,
Christoph




More information about the Kphotoalbum mailing list