From 6034297853dc1edd6009cfe7c6786d12cab9367a Mon Sep 17 00:00:00 2001 From: alwin Date: Tue, 02 Nov 2004 22:59:10 +0000 Subject: setup dlg into extra files - its a little bit cleaner --- (limited to 'noncore/graphics/opie-eye/impl/dir/dir_setup.h') diff --git a/noncore/graphics/opie-eye/impl/dir/dir_setup.h b/noncore/graphics/opie-eye/impl/dir/dir_setup.h new file mode 100644 index 0000000..932af17 --- a/dev/null +++ b/noncore/graphics/opie-eye/impl/dir/dir_setup.h @@ -0,0 +1,22 @@ +#ifndef _DIRSETUP_H +#define _DIRSETUP_H + +#include + +class QCheckBox; +class QSpinBox; +class QLabel; + +class DirImageWidget : public QFrame { + Q_OBJECT +public: + DirImageWidget(); + ~DirImageWidget(); + QCheckBox* chkbox,*recBox; + QSpinBox * recDepth; + QLabel* recDepthLabel,*recWarningLabel; +protected slots: + void recBoxToggled(bool); +}; + +#endif -- cgit v0.9.0.2