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 |
Line | |
---|---|
1 | #ifndef GnssCenter_UNILINE_H |
2 | #define GnssCenter_UNILINE_H |
3 | |
4 | #include <QtGui> |
5 | |
6 | namespace GnssCenter { |
7 | |
8 | class t_uniLine : public QTableWidget { |
9 | Q_OBJECT |
10 | |
11 | public: |
12 | t_uniLine(const QString& fldMask, const QStringList& values, |
13 | QWidget* parent = 0); |
14 | ~t_uniLine(); |
15 | |
16 | private slots: |
17 | void slotItemClicked(QTableWidgetItem* item); |
18 | |
19 | private: |
20 | }; |
21 | |
22 | } // namespace GnssCenter |
23 | |
24 | #endif |
Note:
See TracBrowser
for help on using the repository browser.