https://github.com/yjg30737/pyqt-new-window-handler
PyQt QObject type class which operates/handles "New Window" feature
https://github.com/yjg30737/pyqt-new-window-handler
pyqt pyqt5 pyqt5-application pyqt5-gui python python3 python37 qapplication qevent qshowevent qt qwidget
Last synced: about 1 year ago
JSON representation
PyQt QObject type class which operates/handles "New Window" feature
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-new-window-handler
- Owner: yjg30737
- License: mit
- Created: 2022-03-09T05:45:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T02:23:50.000Z (over 1 year ago)
- Last Synced: 2025-05-07T10:05:26.011Z (about 1 year ago)
- Topics: pyqt, pyqt5, pyqt5-application, pyqt5-gui, python, python3, python37, qapplication, qevent, qshowevent, qt, qwidget
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-new-window-handler
PyQt QObject type class which operates/handles "New Window" feature
## Requirements
* PyQt5 >= 5.15
## Setup
`python -m pip install pyqt-new-window-handler`
## Included Packages
* pyqt-custom-titlebar-setter
* pyqt-custom-titlebar-window
## Example
Look at the source of
* darkNotepadApp.py of pyqt-dark-notepad package
* calculatorApp.py of pyqt-dark-calculator package