This repository holds the stubs of the PyQt6 framework and its extensions. The stubs are based on the stubs which are delivered with the PyQt6 packages. Stubs are generated by running ...
main.py: The main entry point of the application. init.py: Initializes the QApplication and main window. Add new widgets: Create new custom widgets by adding Python files to the app/ui/widgets ...