#include <QRect>#include <QPointer>#include <QWidget>#include "qxtglobal.h"Go to the source code of this file.
Classes | |
| class | QxtToolTip |
| Show any arbitrary widget as a tooltip. More... | |
Functions | |
| uint | qHash (const QPointer< QWidget > key) |
| uint qHash | ( | const QPointer< QWidget > | key ) | [inline] |
Definition at line 55 of file qxttooltip.h.
{
return reinterpret_cast<quint64>(key ? (&*key) : 0);
}
1.7.2