An open API service indexing awesome lists of open source software.

https://github.com/kanryu/qfullscreenframe

A portable component that allows you to display other widgets overlaid on the outer frame without changing the placement of Widgets in the Fullscreen state
https://github.com/kanryu/qfullscreenframe

fullscreen qt qt5 widget

Last synced: over 1 year ago
JSON representation

A portable component that allows you to display other widgets overlaid on the outer frame without changing the placement of Widgets in the Fullscreen state

Awesome Lists containing this project

README

          

# 1. QFullscreenFrame
A portable component that allows you to display other widgets overlaid on the outer frame without changing the placement of Widgets in the Fullscreen state

## 1.1 Summary

When displaying windows in full screen, you can display additional widgets
such as toolbars with overlapping coordinates without vibration of the main window.

Frames can be displayed at the top, bottom, left or right of the screen.
It closes automatically when the mouse cursor leaves the frame.

WindowSystem's own title bar can be displayed on the frame(call showWithTitlebar()).
Minimize, return to normal, close buttons are replaced with appropriate actions, respectively.

# 2. QInnerFrame

A portable component that allows you to display other widgets overlaid on the outer frame without changing the placement of Widgets

## 2.1 Summary

A frame to display additional widgets overlay of main widget,
which need not be the outermost.

Frames can be displayed at the top, bottom, left, or right of the parent.
It closes automatically when the mouse cursor leaves the frame.

These are a part of [QuickViewer](https://github.com/kanryu/quickviewer).

For details, to see about https://github.com/kanryu/quickviewer/blob/master/QuickViewer/src/mainwindow.cpp

## License

BSD-2

Copyright (c) 2017, KATO Kanryu