XX CMake Package
Loading...
Searching...
No Matches
XXLocalTextBrowser.h
Go to the documentation of this file.
1#ifndef XXLocalTextBrowserH
2#define XXLocalTextBrowserH
3
5#include <QTextBrowser>
6
7namespace XX
8{
10
14
15 class XXWIDGETS_DECLSPEC LocalTextBrowser : public QTextBrowser
16 {
17 Q_OBJECT
18
19 public:
20 LocalTextBrowser(QWidget* parent);
21
22 private:
23 QVariant loadResource(int type, const QUrl& name) override;
24 };
25
26} // namespace XX
27
28#endif // NOT XXLocalTextBrowserH
#define XXWIDGETS_DECLSPEC
Definition XXWidgetsExportDef.h:11
LocalTextBrowser(QWidget *parent)
Definition XXPopulatedAbstract.h:11