From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- tools/designer/examples/vcr/vcr.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tools/designer/examples/vcr/vcr.h (limited to 'tools/designer/examples/vcr/vcr.h') diff --git a/tools/designer/examples/vcr/vcr.h b/tools/designer/examples/vcr/vcr.h new file mode 100644 index 0000000..c24086e --- /dev/null +++ b/tools/designer/examples/vcr/vcr.h @@ -0,0 +1,17 @@ +#ifndef VCR_H +#define VCR_H +#include + +class Vcr : public QWidget +{ + Q_OBJECT +public: + Vcr( QWidget *parent = 0, const char *name = 0 ); + ~Vcr() {} +signals: + void rewind(); + void play(); + void next(); + void stop(); +}; +#endif -- cgit v1.2.3