summaryrefslogtreecommitdiff
path: root/muse2/awl/lineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/awl/lineedit.h')
-rw-r--r--muse2/awl/lineedit.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/muse2/awl/lineedit.h b/muse2/awl/lineedit.h
new file mode 100644
index 00000000..4ad6116e
--- /dev/null
+++ b/muse2/awl/lineedit.h
@@ -0,0 +1,18 @@
+#ifndef LINEEDIT_H
+#define LINEEDIT_H
+
+#include <QLineEdit>
+
+class LineEdit : public QLineEdit
+{
+ Q_OBJECT
+public:
+ explicit LineEdit(QWidget *parent = 0);
+ void focusOutEvent ( QFocusEvent * e );
+signals:
+
+public slots:
+
+};
+
+#endif // LINEEDIT_H