diff options
Diffstat (limited to 'libs/installer_omod/src/newstuff/rtfPopup.h')
| -rw-r--r-- | libs/installer_omod/src/newstuff/rtfPopup.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/installer_omod/src/newstuff/rtfPopup.h b/libs/installer_omod/src/newstuff/rtfPopup.h new file mode 100644 index 0000000..17ca10c --- /dev/null +++ b/libs/installer_omod/src/newstuff/rtfPopup.h @@ -0,0 +1,11 @@ +using namespace cli; + +#include <QDialog> + +class RtfPopup : public QDialog +{ + Q_OBJECT + +public: + RtfPopup(System::String^ rtfText, QWidget* parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags()); +}; |
