Hi everyone!
I have a transparent frameless QDeclarativeView based window
I use
Qt Code:
  1. MyWidgetMainWindow w;
  2. w.setWindowFlags(Qt::FramelessWindowHint) ;
  3. w.setAttribute(Qt::WA_TranslucentBackground);
  4. 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?