00001 #ifndef ______qt_qplaybutton_h__________
00002 #define ______qt_qplaybutton_h__________
00003
00004 #include <qtoolbutton.h>
00005 #include <qapplication.h>
00006 #include <qdatetime.h>
00007
00009 class QPlayButton : public QToolButton
00010 {
00011
00012 Q_OBJECT
00013
00014 public:
00015
00016 QPlayButton( QWidget *parent, const char *name );
00017
00018
00019 public slots:
00020
00021 void startStop();
00022
00023 signals:
00024
00025 void play( bool );
00026
00027 protected:
00028 bool _go;
00029 };
00030
00031
00032 #endif