Skip to content

stdware/qtmediate2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published