Change tooltip window flags (#7613)

* Change tooltip window flags
This commit is contained in:
regulus79
2025-01-16 21:05:43 -05:00
committed by GitHub
parent 0b0833bf54
commit b21a2696a9

View File

@@ -44,7 +44,7 @@ TextFloat::TextFloat() :
}
TextFloat::TextFloat(const QString & title, const QString & text, const QPixmap & pixmap) :
QWidget(getGUI()->mainWindow(), Qt::ToolTip)
QWidget(getGUI()->mainWindow(), Qt::Tool | Qt::FramelessWindowHint)
{
QHBoxLayout * mainLayout = new QHBoxLayout();
setLayout(mainLayout);