From 37be3663a7bcd8c689a63ad5b2c4b40df2d9e73b Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 18 Jul 2007 07:52:47 +0000 Subject: added more dummy widgets and a general widget for use with vector --- client/widgets/lineedit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/widgets/lineedit.h') diff --git a/client/widgets/lineedit.h b/client/widgets/lineedit.h index bf66d06..551f08b 100644 --- a/client/widgets/lineedit.h +++ b/client/widgets/lineedit.h @@ -27,11 +27,12 @@ #ifndef __PRACRO_LINEEDIT_H__ #define __PRACRO_LINEEDIT_H__ +#include "widget.h" #include #include #include -class LineEdit : public QLineEdit +class LineEdit : public QLineEdit, public Widget { Q_OBJECT @@ -42,6 +43,7 @@ public: public slots: void changed(QString text); + QString getValue(); private: QValidator *validator; -- cgit v1.2.3