From e6087e879758abb9b08e4fb14ad2fd329a00573d Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 22 Jul 2005 19:20:27 +0000 Subject: *** empty log message *** --- src/mainwindow.h | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index d4c4c5b..1a2b76d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.17 2005/07/22 19:20:28 deva + * *** empty log message *** + * * Revision 1.16 2005/06/16 21:28:57 deva * Rewrote thread object * Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to @@ -152,16 +155,20 @@ private: Camera *camera; Info *cam_info; - QPixmap *pix_unfreeze; - QPixmap *pix_freeze; - QPixmap *pix_snapshot; - QPixmap *pix_cpr; - QPixmap *pix_clear; - QPixmap *pix_record; - QPixmap *pix_stop; - QPixmap *pix_logo; + // Image loading routines. + QImage *loadButtonIcon( char *name ); + QImage *loadImage( char *name ); + + QImage *img_unfreeze; + QImage *img_freeze; + QImage *img_snapshot; + QImage *img_cpr; + QImage *img_clear; + QImage *img_record; + QImage *img_stop; + QImage *img_logo; - QImage *pix_dummy; + QImage *img_dummy; QLabel *lbl_version; QLabel *lbl_cpr; -- cgit v1.2.3