roviz
0.7
Code Documentation of roviz
itemframework
itemframework
src
gui
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
Livedoc_Browser
Definition:
livedoc_browser.h:6
Generated on Tue Sep 12 2017 15:13:48 for roviz by
1.8.13