Qt Intermediate Extension Framework.
The name is taken from "intermediate" because it extends many features by using a lot of workarounds without modifying any of the Qt source code.
- Qt 5.15.2 (Maybe work with 5.15.X)
- qtmediate-cmake-modules
- FramelessHelper
- High DPI displays
- Switching translation
- Support user type in stylesheets
- Support SVG
currentColor
extension - Provide a registrable, extensible theme system
- Provide more custom controls
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX:STRING=<dir> \
-DQTMEDIATE_CMAKE_MODULES_DIR:STRING=<dir> \
-DQTMEDIATE_BUILD_TESTS:BOOL=FALSE
cmake --build build --target all
cmake --build build --target install