Metadata-Version: 2.1
Name: ftrack-qt-style
Version: 2.2.1
Summary: ftrack qt style library
Home-page: https://ftrack.com
License: Apache-2.0
Author: ftrack Integrations Team
Author-email: integrations@backlight.co
Requires-Python: >=3.7,<3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: ftrack-libs
Requires-Dist: ftrack-utils (>=2.0.0,<3.0.0) ; extra == "ftrack-libs"
Project-URL: Repository, https://github.com/ftrackhq/integrations/tree/main/libs/qt-style
Description-Content-Type: text/markdown

# Qt Style

This is the ftrack integrations qt-style library.
All style and resource files for qt used in the ftrack integrations products should be found here.

### Manual build

Go to the root of the Monorepo and build the ftrack style resource.py:

```bash
  cd integrations
  pip install -r tools/requirements.txt
  python tools/build.py build_qt_resources libs/qt-style
```

