[quote author="Andre" date="1343292193"]You'll have to code that yourself for non-X11 systems. On Linux, you press ALT and then you can left-drag the window.[/quote]
Yes
I solved it by :
@
void MainWindow::mouseMoveEvent(QMouseEvent *e)
{
move("QCursor position");
}
@
thanks