Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T02:23:50.000Z (5 months ago)
- Last Synced: 2024-12-27T05:04:05.746Z (about 2 months 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