OSDN Git Service

Ver0.18
[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     void initialize();
13     void updateAppearance();
14
15 signals:
16
17 public slots:
18
19 };
20
21 #endif // LOCATIONBOX_H