Hi everyone!
I have a transparent frameless QDeclarativeView based window
I use
MyWidgetMainWindow w;
w.setWindowFlags(Qt::FramelessWindowHint) ;
w.setAttribute(Qt::WA_TranslucentBackground);
w.setStyleSheet("background:transparent");
MyWidgetMainWindow w;
w.setWindowFlags(Qt::FramelessWindowHint) ;
w.setAttribute(Qt::WA_TranslucentBackground);
w.setStyleSheet("background:transparent");
To copy to clipboard, switch view to plain text mode
How can I resize it?
Something like a QSizeGrip or what?
How can I put it on the left bottom of my window?
Bookmarks