From 51dbf76486cb81a7cb34c07483b344c8ea7a8a24 Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 17 Oct 2002 22:49:55 +0000 Subject: buttonbar added --- (limited to 'noncore/apps/opie-console/quick_button.h') diff --git a/noncore/apps/opie-console/quick_button.h b/noncore/apps/opie-console/quick_button.h new file mode 100644 index 0000000..d3eb1bb --- a/dev/null +++ b/noncore/apps/opie-console/quick_button.h @@ -0,0 +1,27 @@ +#ifndef QUICK_BUTTON_H +#define QUICK_BUTTON_H + +#include + +class QuickButton : public QFrame { + + Q_OBJECT + +public: + QuickButton( QWidget *parent = 0 ); + ~QuickButton(); + + signals: + + void keyPressed( ushort, ushort, bool, bool, bool ); + +private slots: + void hitEnter(); + void hitSpace(); + void hitTab(); + void hitPaste(); + void hitUp(); + void hitDown(); +}; + +#endif -- cgit v0.9.0.2