stdware / qtmediate2

Qt Intermediate Extension Framework

Repository from Github https://github.comstdware/qtmediate2Repository from Github https://github.comstdware/qtmediate2

Qt Mediate

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.

Dependencies

Extension to Qt5

  • High DPI displays
  • Switching translation
  • Support user type in stylesheets
  • Support SVG currentColor extension
  • Provide a registrable, extensible theme system
  • Provide more custom controls

Build & Install

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

About

Qt Intermediate Extension Framework

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 96.9%Language:CMake 2.8%Language:C 0.3%