source: ntrip/trunk/GnssCenter/src/inpedit/uniline.h@ 5000

Last change on this file since 5000 was 5000, checked in by mervart, 11 years ago
File size: 436 bytes
RevLine 
[5000]1#ifndef GnssCenter_UNILINE_H
2#define GnssCenter_UNILINE_H
[4879]3
4#include <QtGui>
5
[5000]6namespace GnssCenter {
[4879]7
[4882]8class t_keyword;
9
[4880]10class t_uniLine : public QTableWidget {
[4879]11 Q_OBJECT
12
13 public:
[4882]14 t_uniLine(const QString& fldMask, const t_keyword* keyword,
15 QWidget* parent = 0);
[4879]16 ~t_uniLine();
[4884]17
18 private slots:
19 void slotItemClicked(QTableWidgetItem* item);
20
[4882]21 private:
22 const t_keyword* _keyword;
[4879]23};
24
[5000]25} // namespace GnssCenter
[4879]26
27#endif
Note: See TracBrowser for help on using the repository browser.