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
- Host: GitHub
- URL: https://github.com/kanryu/qfullscreenframe
- Owner: kanryu
- License: bsd-2-clause
- Created: 2017-07-27T15:12:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T04:56:29.000Z (over 8 years ago)
- Last Synced: 2025-03-22T17:13:29.268Z (over 1 year ago)
- Topics: fullscreen, qt, qt5, widget
- Language: C++
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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