add this code to your QWinWidget constructor:
Qt Code:
setAttribute(Qt::WA_TranslucentBackground); setWindowFlags(Qt::FramelessWindowHint);To copy to clipboard, switch view to plain text mode
add this code to your QWinWidget constructor:
Qt Code:
setAttribute(Qt::WA_TranslucentBackground); setWindowFlags(Qt::FramelessWindowHint);To copy to clipboard, switch view to plain text mode
Bookmarks