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