Metadata-Version: 2.1
Name: pyqt-new-window-handler
Version: 0.0.1
Summary: PyQt QObject type class which operates/handles "New Window" feature
Home-page: https://github.com/yjg30737/pyqt-new-window-handler.git
Author: Jung Gyu Yoon
Author-email: yjg30737@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE


# pyqt-new-window-handler

PyQt QObject type class which operates/handles "New Window" feature



## Note

Currently, this package is forced to be used ```pyqt-custom-titlebar-setter```.



## Requirements

* PyQt5 >= 5.15



## Setup

`python -m pip install pyqt-new-window-handler`



## Included Packages

* <a href="https://github.com/yjg30737/pyqt-custom-titlebar-setter.git">pyqt-custom-titlebar-setter</a>

* <a href="https://github.com/yjg30737/pyqt-custom-titlebar-window.git">pyqt-custom-titlebar-window</a>



## Example

Look at the source of 

* <a href="https://github.com/yjg30737/pyqt-dark-notepad/blob/main/pyqt_dark_notepad/darkNotepadApp.py">darkNotepadApp.py</a> of pyqt-dark-notepad package

* <a href="https://github.com/yjg30737/pyqt-dark-calculator/blob/main/pyqt_dark_calculator/calculatorApp.py">calculatorApp.py</a> of pyqt-dark-calculator package



