X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fshowtextdialog.h;fp=src%2Fshowtextdialog.h;h=693fd8c18d5a5aa92122e78380beba8b38b7a42b;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/showtextdialog.h b/src/showtextdialog.h new file mode 100644 index 0000000..693fd8c --- /dev/null +++ b/src/showtextdialog.h @@ -0,0 +1,22 @@ +#ifndef SHOWTEXTDIALOG_H +#define SHOWTEXTDIALOG_H + +#include "ui_showtextdialog.h" + +// #include +// #include + +class ShowTextDialog : public QDialog { + Q_OBJECT + public: + ShowTextDialog(QWidget *parent = 0); + void append(const QString &); + void setHtml(const QString &); + void setText(const QString &); + void useFixedFont(bool); + + private: + Ui::ShowTextDialog ui; +}; + +#endif // SHOWTEXTDIALOG_H