/correct-offscreen-window

Test app to test setting position of a window offscreen, and then providing a mechanism to bring it back onscreen

Primary LanguageC++GNU General Public License v3.0GPL-3.0

correct-offscreen-window

A simple Qt Widgets app that provides two buttons:

  • Button that programmatically sets a window offscreen
  • Button that will bring that window back onto the screen in a logical position.

Running

Install Qt from online installer or elsewhere. Qt 6.6 tested. Open in Qt Creator, select Qt kit to use, build, and run.