Go to the documentation of this file.00001
00004 #ifndef BPSENTERWIDGET_H
00005 #define BPSENTERWIDGET_H
00006
00007 #include "bpsgui_global.h"
00008 #include <QWidget>
00009
00013 class BPSGUI_EXPORT BpsEnterWidget : public QWidget
00014 {
00015 Q_OBJECT
00016
00017 public:
00018
00022 BpsEnterWidget(QWidget* aParent = 0);
00023
00024 signals:
00025
00029 void enterKeyPressed();
00030
00034 void enterKeyReleased();
00035
00036 protected:
00038 virtual void keyPressEvent(QKeyEvent* aEvent);
00039 virtual void keyReleaseEvent(QKeyEvent* aEvent);
00041 };
00042
00043 #endif // BPSENTERWIDGET_H