CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/api_docs.rst
docs/cli.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/exception.rst
docs/_templates/autosummary/function.rst
docs/_templates/autosummary/method.rst
docs/_templates/autosummary/module.rst
qt_dev_helper/__init__.py
qt_dev_helper/__main__.py
qt_dev_helper/config.py
qt_dev_helper/qt_tools.py
qt_dev_helper/transpiler.py
qt_dev_helper/utils.py
qt_dev_helper.egg-info/PKG-INFO
qt_dev_helper.egg-info/SOURCES.txt
qt_dev_helper.egg-info/dependency_links.txt
qt_dev_helper.egg-info/entry_points.txt
qt_dev_helper.egg-info/not-zip-safe
qt_dev_helper.egg-info/requires.txt
qt_dev_helper.egg-info/top_level.txt
qt_dev_helper/cli/__init__.py
qt_dev_helper/cli/_cli_docs.py
qt_dev_helper/cli/main_app.py
qt_dev_helper/cli/utils.py
qt_dev_helper/cli/commands/__init__.py
qt_dev_helper/cli/commands/build.py
qt_dev_helper/cli/commands/designer.py
tests/__init__.py
tests/conftest.py
tests/test__main__.py
tests/test_config.py
tests/test_qt_tools.py
tests/test_transpiler.py
tests/test_utils.py
tests/cli/__init__.py
tests/cli/test_main_app.py
tests/cli/test_utils.py
tests/cli/commands/__init__.py
tests/cli/commands/test_build.py
tests/cli/commands/test_designer.py
tests/data/MANIFEST.in
tests/data/pyproject.toml
tests/data/setup.cfg
tests/data/setup.py
tests/data/assets/test_resource.qrc
tests/data/assets/icons/circle.svg
tests/data/assets/styles/_consts.scss
tests/data/assets/styles/theme.scss
tests/data/assets/ui_files/minimal.ui
tests/data/expected/Ui_minimal.h
tests/data/expected/Ui_minimal.py
tests/data/expected/Ui_minimal_no_from_imports.py
tests/data/expected/test_resource.h
tests/data/expected/test_resource.py
tests/data/expected/theme.qss
tests/data/outputs/__init__.py