source:
ntrip/trunk/GnssCenter/inpedit/lineedit.h@
10526
Last change on this file since 10526 was 5000, checked in by , 12 years ago | |
---|---|
File size: 263 bytes |
Line | |
---|---|
1 | #ifndef GnssCenter_LINEEDIT_H |
2 | #define GnssCenter_LINEEDIT_H |
3 | |
4 | #include <QtGui> |
5 | |
6 | namespace GnssCenter { |
7 | |
8 | class 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 GnssCenter |
18 | |
19 | #endif |
Note:
See TracBrowser
for help on using the repository browser.