Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.71 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.71 KB

QuickWindow

azure appveyor

QuickWindow

QuickWindow is a QtQuick frameless window for the Windows platform.

Highlights

  • Side and corner resize.
  • Dragging and snapping.
  • Double click maximize.
  • Keyboard shortcuts.
  • OpenGL and Software support.
  • Touch support.

Technology

QuickWindow is built in C++ with the Qt framework.

Platforms

  • Windows XP and later.

Requirements

  • Qt 4.8.0 / 5.5.0 or later.

On Windows:

Recommended:

Build

You can build QuickWindow with Qt Creator:

Or the console:

qmake -r
make (mingw32-make on Windows)

Author

GNU Lesser General Public License Usage

Sky kit may be used under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation and appearing in the LICENSE.md file included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https://www.gnu.org/licenses/lgpl.html.