summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authordeva <deva>2005-07-22 19:20:27 +0000
committerdeva <deva>2005-07-22 19:20:27 +0000
commite6087e879758abb9b08e4fb14ad2fd329a00573d (patch)
treec3e7e8fae0feb7c5de90c3d6aea14ef20352a6c4 /src/mainwindow.h
parent7b6ec28675bf983a010fd3b0213360e3e3e2fbe6 (diff)
*** empty log message ***
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;