summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h25
1 files changed, 16 insertions, 9 deletions
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;