source: ntrip/trunk/GnssCenter/src/inpedit/lineedit.h@ 4936

Last change on this file since 4936 was 4879, checked in by mervart, 11 years ago
File size: 243 bytes
Line 
1#ifndef RTGUI_LINEEDIT_H
2#define RTGUI_LINEEDIT_H
3
4#include <QtGui>
5
6namespace RTGUI {
7
8class t_lineEdit : public QLineEdit {
9 Q_OBJECT
10
11 public:
12 t_lineEdit(QWidget* parent = 0);
13 ~t_lineEdit();
14 private:
15};
16
17} // namespace RTGUI
18
19#endif
Note: See TracBrowser for help on using the repository browser.