Skip to content

Instantly share code, notes, and snippets.

@Longhanks
Created August 16, 2017 09:00
Show Gist options
  • Save Longhanks/8430ee9f2bc40449bcccb8377c2742e3 to your computer and use it in GitHub Desktop.
Save Longhanks/8430ee9f2bc40449bcccb8377c2742e3 to your computer and use it in GitHub Desktop.
QRect desktopRect = QApplication::desktop()->availableGeometry(this);
QPoint center = desktopRect.center();
move(center.x()-width*0.5, center.y()-height*0.5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment