CQDesktopWidget* desktop = QApplication::desktop();QRect r = desktop->availableGeometry();r.setLeft(r.center().x());this->move(r.bottomRight());
C++ (Qt)this->move(r.bottomRight() - this->rect());
C++ (Qt)this->move(r.bottomRight() - this->rect().bottomRight() - QPoint(2, 2));