11 setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint | Qt::Tool);
12 setAttribute(Qt::WA_TranslucentBackground);
15 setGeometry(size.width() - 266 - 15, size.height() - 85 - 55, 266, 85);
16 setPixmap(QPixmap(
":/toolSets/lb_mobile_devices"));
28 QTimer::singleShot(10 *
TTK_DN_S2MS,
this, SLOT(hide()));
The class of the label widget that can click.
#define TTK_GENERATE_SINGLE_WIDGET(...)
static const QString ToolButtonStyle04