| Rev | Line | |
|---|
| [5454] | 1 | #ifndef GnssCenter_DLGCONF_H
|
|---|
| 2 | #define GnssCenter_DLGCONF_H
|
|---|
| 3 |
|
|---|
| 4 | #include <QtGui>
|
|---|
| [5456] | 5 | #include "const.h"
|
|---|
| [5454] | 6 |
|
|---|
| 7 | namespace GnssCenter {
|
|---|
| 8 |
|
|---|
| 9 | class t_dlgConf : public QDialog {
|
|---|
| 10 | Q_OBJECT
|
|---|
| 11 | public:
|
|---|
| [5455] | 12 | t_dlgConf(QWidget* parent);
|
|---|
| [5454] | 13 | ~t_dlgConf();
|
|---|
| [5464] | 14 | public slots:
|
|---|
| 15 | virtual void accept();
|
|---|
| [5454] | 16 | private:
|
|---|
| [5461] | 17 | QLineEdit* _hostLineEdit;
|
|---|
| 18 | QLineEdit* _portLineEdit;
|
|---|
| [5454] | 19 | };
|
|---|
| 20 |
|
|---|
| 21 | } // namespace GnssCenter
|
|---|
| 22 |
|
|---|
| 23 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.