We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi LnJan In qToast cpp file you set this flags to a widget (50 line):
setWindowFlags(Qt::FramelessWindowHint|Qt::SubWindow)
But better solution is to set:
setWindowFlags(Qt::FramelessWindowHint|Qt::ToolTip)
this disables app icon in TaskBar
Hi LnJan
In qToast cpp file you set this flags to a widget (50 line):
setWindowFlags(Qt::FramelessWindowHint|Qt::SubWindow)But better solution is to set:
setWindowFlags(Qt::FramelessWindowHint|Qt::ToolTip)this disables app icon in TaskBar