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