OSDN Git Service

0cd5449c35b1fb2b12a6282df10a2e4b6991db82
[gefu/Gefu.git] / locationbox.h
1 #ifndef LOCATIONBOX_H
2 #define LOCATIONBOX_H
3
4 #include <QLineEdit>
5
6 class LocationBox : public QLineEdit
7 {
8     Q_OBJECT
9 public:
10     explicit LocationBox(QWidget *parent = 0);
11
12 signals:
13
14 public slots:
15
16 };
17
18 #endif // LOCATIONBOX_H