From 8d0f7783a4db453ccb0ac5f05798f277f5c01f65 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 9 Apr 2017 02:53:39 +0200 Subject: Remove tool window It was kinda useless, didn't work out, sorry, ToolWindow :) --- toolwindow.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 toolwindow.h (limited to 'toolwindow.h') diff --git a/toolwindow.h b/toolwindow.h deleted file mode 100644 index 7f8e621..0000000 --- a/toolwindow.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef TOOLWINDOW_H -#define TOOLWINDOW_H - -#include - -class QLabel; -class QTimer; - -class ToolWindow : public QWidget { - Q_OBJECT - public: - explicit ToolWindow(QWidget *parent = 0, Qt::WindowFlags f = Qt::FramelessWindowHint | Qt::WindowDoesNotAcceptFocus); - - public slots: - void setText(const QString &text); - void toHTML(const QString &text); - void showMe(); - - private: - QLabel *mLabel; - QTimer *mHideTimer; -}; - -#endif // TOOLWINDOW_H -- cgit v1.2.3-70-g09d2