Skip to content

Commit

Permalink
Fix software support.
Browse files Browse the repository at this point in the history
Add screenshot
  • Loading branch information
3unjee committed Apr 6, 2019
1 parent 5d5c805 commit 1a80369
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added QuickWindow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,15 @@

QuickWindow is a QtQuick frameless window for the Windows platform.<br>

# 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](http://github.com/qtproject).
Expand Down
3 changes: 3 additions & 0 deletions src/global/main.cpp
Expand Up @@ -20,6 +20,9 @@
#include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QQmlContext>
#ifndef Q_OPENGL
#include <QQuickWindow>
#endif
#endif

// Application includes
Expand Down

0 comments on commit 1a80369

Please sign in to comment.