source:
ntrip/trunk/GnssCenter/inpedit/uniline.h@
7112
Last change on this file since 7112 was 5108, checked in by , 12 years ago | |
---|---|
File size: 390 bytes |
Rev | Line | |
---|---|---|
[5000] | 1 | #ifndef GnssCenter_UNILINE_H |
2 | #define GnssCenter_UNILINE_H | |
[4879] | 3 | |
4 | #include <QtGui> | |
5 | ||
[5000] | 6 | namespace GnssCenter { |
[4879] | 7 | |
[4880] | 8 | class t_uniLine : public QTableWidget { |
[4879] | 9 | Q_OBJECT |
10 | ||
11 | public: | |
[5107] | 12 | t_uniLine(const QString& fldMask, const QStringList& values, |
[4882] | 13 | QWidget* parent = 0); |
[4879] | 14 | ~t_uniLine(); |
[4884] | 15 | |
16 | private slots: | |
17 | void slotItemClicked(QTableWidgetItem* item); | |
18 | ||
[4882] | 19 | private: |
[4879] | 20 | }; |
21 | ||
[5000] | 22 | } // namespace GnssCenter |
[4879] | 23 | |
24 | #endif |
Note:
See TracBrowser
for help on using the repository browser.