QuickWindow is a QtQuick frameless window for the Windows platform.
- Side and corner resize.
- Dragging and snapping.
- Double click maximize.
- Keyboard shortcuts.
- OpenGL and Software support.
- Touch support.
QuickWindow is built in C++ with the Qt framework.
- Windows XP and later.
- Qt 4.8.0 / 5.5.0 or later.
On Windows:
- MinGW or Git for Windows with g++ 4.9.2 or later.
Recommended:
- Qt Creator 3.6.0 or later.
You can build QuickWindow with Qt Creator:
- Open QuickWindow.pro.
- Click on
Build > Build all
.
Or the console:
qmake -r
make (mingw32-make on Windows)
- Benjamin Arnaud aka bunjee | [email protected]
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.