14 lines
240 B
Plaintext
Executable File
14 lines
240 B
Plaintext
Executable File
class HtmlViewerWindow : public QObject {
|
|
Q_OBJECT
|
|
|
|
public:
|
|
QWidget *window;
|
|
QVBoxLayout *layout;
|
|
QTextBrowser *document;
|
|
|
|
void setup();
|
|
void show(const char *title, const char *htmlData);
|
|
|
|
public slots:
|
|
} *winHtmlViewer;
|