Description: QSvgStyle is a themeable SVG style for Qt 5 applications.
This package includes: * QSvgStyle style: the application style engine * QSvgThemeBuilder: an application for building theme configuration files * QSvgThemeManager: an application for choosing the current theme and tweaking the engine * SVGCleaner: an SVG cleaner courtesy of Evgeniy Reizner (https://github.com/RazrFalcon/SVGCleaner)
Download from GitHub: https://github.com/DexterMagnific/QSvgStyle
Documentation: qsvgstyle.readthedocs.io
Features * QSvgStyle: a simple style engine which can use themes stored in SVG files to render Qt widgets * QSvgThemeBuilder: Build theme configurations associated to the SVG file, with live updates of both edited configuration and externally modified SVG. * built-in SVGCleaner: Outstanding SVG cleaner to reduce style's memory footprint.
Themes QSvgStyle comes already with a built-in theme * Custom themes are built using QSvgThemeBuilder and an SVG editor, taking the default theme as a starting point. Default theme is located in style/default.{svg,cfg}.Last changelog:
Accurate colorization support
Now colorization of rounded frames and non square interiors is accurate and takes the shapes of SVG elements
I'm kind of lost compiling this. I tried to follow the instructions, and when I tried `qmake -qt=5` it looked like qmake wanted an input file. Which file is the input file?
Ratings & Comments
5 Comments
Nevermind! I just needed to use qmake-qt5. I guess that makes sense.
I'm kind of lost compiling this. I tried to follow the instructions, and when I tried `qmake -qt=5` it looked like qmake wanted an input file. Which file is the input file?
9 +
9 +
9 TY!