X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=showtextdialog.h;fp=showtextdialog.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=e5ab728e3bd782082dedf73974e04c8f44495d7b;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/showtextdialog.h b/showtextdialog.h deleted file mode 100644 index e5ab728..0000000 --- a/showtextdialog.h +++ /dev/null @@ -1,24 +0,0 @@ -#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 -