keithel / correct-offscreen-window

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 85.0%Language:CMake 15.0%