Metadata-Version: 2.1
Name: frameless_dialog
Version: 0.1.1
Summary: A frameless QDialog widget
Home-page: https://github.com/philip-messner/Frameless_Dialog/
Author: Philip Messner
Author-email: rxphil35@gmail.com
License: MIT
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: importlib-metadata
Requires-Dist: PyQt6
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"

# Frameless Dialog

A frameless QDialog widget.

## Description

This frameless QDialog widget can be used as a direct replacement for the standard QDialog within the PyQt6 library.

## Getting Started

### Dependencies

* PyQt6
* Windows

### Installing

* pip install frameless_dialog


## Authors

Philip Messner [rxphil35@gmail.com](mailto:rxphil35@gmail.com)


## Version History

* 0.1
    * Initial Release

## License

This project is licensed under the MIT License - see the LICENSE.txt file for details
