dan-42 / qt_frameless_main_window

A Qt Widget based frameless main window lib, with full control over the whole screen. This lib is called qtf in short.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE

The current version is only working with windows and using CMake For QMake or other uses, just copy all the files ins src/ to your project

Qt Frameless Window

A complete frameless window based on dfct

example

This allows your applications to use the full screen or add custom buttons like example firefox or example window explorer

FEATURES

  • Full control over the whole application size
  • Multi window support

Windows10

  • full normale window behaviour(drag, move, resize, snap, aero)
  • no 1px boarder around window

Linux

  • NOT IMPLEMENTED/TESTED YET

Apple OSX

  • NOT IMPLEMENTED/TESTED YET

LICENSE

SPDX-License-Identifier: MIT

Licensed under the MIT License http://opensource.org/licenses/MIT.

About

A Qt Widget based frameless main window lib, with full control over the whole screen. This lib is called qtf in short.

License:MIT License


Languages

Language:C++ 78.1%Language:CMake 9.8%Language:QMake 6.5%Language:Objective-C++ 5.5%