setWindowFlags(Qt::WindowStaysOnTopHint);
setWindowFlags(Qt::FramelessWindowHint);
setWindowFlags(Qt::WindowStaysOnTopHint);
setWindowFlags(Qt::FramelessWindowHint);
To copy to clipboard, switch view to plain text mode
Use this, the window is borderless, but it does not stay on top.
setWindowFlags(Qt::FramelessWindowHint);
setWindowFlags(Qt::WindowStaysOnTopHint);
setWindowFlags(Qt::FramelessWindowHint);
setWindowFlags(Qt::WindowStaysOnTopHint);
To copy to clipboard, switch view to plain text mode
The window stays on top, but it has a border.
Please help, thanks!
Bookmarks