From 2cc909c36a779d1041a3382939f8ad41d84b0fc5 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 12 Apr 2003 15:02:32 +0000 Subject: - make main layout a full preview window and think about configuring capturing parameters later...adding an on-demand-applet to the taskbar would be spiffy - portrait or landscape mode is now self-configuring thanks to life-rotation :-D --- (limited to 'noncore/multimedia/camera/mainwindow.h') diff --git a/noncore/multimedia/camera/mainwindow.h b/noncore/multimedia/camera/mainwindow.h index 7ccdcf8..cc12840 100644 --- a/noncore/multimedia/camera/mainwindow.h +++ b/noncore/multimedia/camera/mainwindow.h @@ -25,6 +25,8 @@ class QIconSet; class QToolButton; class QLabel; class MainWindowBase; +class QCopChannel; +class PreviewWidget; class CameraMainWindow: public QMainWindow { @@ -36,11 +38,14 @@ class CameraMainWindow: public QMainWindow public slots: void changeZoom( int ); + void systemMessage( const QCString&, const QByteArray& ); protected: private: - MainWindowBase* mw; + PreviewWidget* preview; + int _rotation; + QCopChannel* _sysChannel; }; #endif -- cgit v0.9.0.2