Metadata-Version: 2.1
Name: QtDesign
Version: 0.0.2
Summary: Custom widgets and utilities for PySide2
Home-page: https://github.com/JevexEndo/qtdesign
Author: Jevex
Author-email: jevex.endo@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/JevexEndo/qtdesign/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# QtDesign
Custom widgets and utilities for PySide2

Most widgets are designed for use in Qt Designer through widget promotion and loaded via the `loadUi` method from `QDesignLoader`.

The `loadUi` method was included as a way to replicate the functionality of the `loadUi` method from PyQt's uic module. This allows ui files to be loaded into an existing widget instead of creating a new widget.

