Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Center Widget on Screen
Jump to navigation
Jump to search
void Widget::moveToCenter()
{
move(qApp->desktop()->availableGeometry(this).center()-rect().center());
}
Look at "QDesktopWidget":http://doc.qt.nokia.com/latest/qdesktopwidget.html API for more details.