From 47e80ef6b9ce27b6acb252ceb412fc3260b85c53 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 27 Mar 2010 13:08:46 +0000 Subject: Don't recreate and destroy the tooltip widget on each show/hide operation, just use set the widget visible/invisible and update the content instead svn path=/trunk/KDE/kdebase/apps/; revision=1107992 --- src/tooltips/ktooltipwindow_p.h | 45 ----------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 src/tooltips/ktooltipwindow_p.h (limited to 'src/tooltips/ktooltipwindow_p.h') diff --git a/src/tooltips/ktooltipwindow_p.h b/src/tooltips/ktooltipwindow_p.h deleted file mode 100644 index a9ac30f82..000000000 --- a/src/tooltips/ktooltipwindow_p.h +++ /dev/null @@ -1,45 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2009 by Peter Penz * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - ***************************************************************************/ - -#ifndef KTOOLTIPWINDOW_H -#define KTOOLTIPWINDOW_H - -#include -class QPaintEvent; - -class KToolTipWindow : public QWidget -{ - Q_OBJECT - -public: - explicit KToolTipWindow(QWidget* content); - virtual ~KToolTipWindow(); - -protected: - virtual void paintEvent(QPaintEvent* event); - -private: - /** - * Helper method for KToolTipWindow::paintEvent() to adjust the painter path \p path - * by rounded corners. - */ - static void arc(QPainterPath& path, qreal cx, qreal cy, qreal radius, qreal angle, qreal sweeplength); -}; - -#endif -- cgit v1.3