roviz  0.7
Code Documentation of roviz
livedoc_browser.h
1 #ifndef LIVEDOC_BROWSER_H
2 #define LIVEDOC_BROWSER_H
3 
4 #include <QTextBrowser>
5 
6 class Livedoc_Browser : public QTextBrowser
7 {
8  Q_OBJECT
9 public:
10  explicit Livedoc_Browser(QWidget* parent = 0);
11  virtual QVariant loadResource(int type, const QUrl& name);
12 
13 
14 
15 };
16 
17 #endif // LIVEDOC_BROWSER_H
Definition: livedoc_browser.h:6