Alexhuszagh / BreezeStyleSheets

Breeze/BreezeDark-like Qt StyleSheets
MIT License
539 stars 128 forks source link

[FEATURE] Large Resource File Sizes #110

Closed Alexhuszagh closed 1 week ago

Alexhuszagh commented 1 week ago

Problem

When creating resource files with one or more themes, the resource files are quite large (can easily go above 400KB) and optionally should be compressable since Qt's RCC only considers per-file compression and not overall compression.

Solution

Add a flag to configure which would allow compressing the overall compiled resources, which could then be decompressed when the resource is imported.