source:
ntrip/trunk/BNC/bnchtml.h@
263
| Last change on this file since 263 was 168, checked in by , 20 years ago | |
|---|---|
| File size: 226 bytes | |
| Rev | Line | |
|---|---|---|
| [168] | 1 | |
| 2 | #ifndef BNCHTML_H | |
| 3 | #define BNCHTML_H | |
| 4 | ||
| 5 | #include <QTextBrowser> | |
| 6 | ||
| 7 | class bncHtml : public QTextBrowser { | |
| 8 | Q_OBJECT | |
| 9 | ||
| 10 | public: | |
| 11 | bncHtml(); | |
| 12 | ~bncHtml(); | |
| 13 | ||
| 14 | public slots: | |
| 15 | void slotAnchorClicked(const QUrl& url); | |
| 16 | }; | |
| 17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
