o cleanup
This commit is contained in:
13
tools/bsnes/ui_qt/base/htmlviewer.hpp
Executable file
13
tools/bsnes/ui_qt/base/htmlviewer.hpp
Executable file
@@ -0,0 +1,13 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user