All Projects → DexterMagnific → QSvgStyle

DexterMagnific / QSvgStyle

Licence: GPL-2.0 license
QSvgStyle is a themeable SVG style for Qt5 applications

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to QSvgStyle

pardus-store
Pardus Application Store
Stars: ✭ 32 (-51.52%)
Mutual labels:  qt5
qt5-kobo-platform-plugin
A Qt5 platform backend plugin for Kobo E-Ink devices.
Stars: ✭ 19 (-71.21%)
Mutual labels:  qt5
dde-istate-menus
a dde-dock plugin which aims to implement most features of Istat menus(macOS) for Deepin V20
Stars: ✭ 30 (-54.55%)
Mutual labels:  qt5
lxqt-archiver
A simple & lightweight desktop-agnostic Qt file archiver
Stars: ✭ 23 (-65.15%)
Mutual labels:  qt5
qt-google-analytics
Qt5 classes for providing Google analytics usage in a Qt/QtQuick application
Stars: ✭ 51 (-22.73%)
Mutual labels:  qt5
meta-qt5-extra
OE layer for desktop environments based on Qt5 (KDE KF5+Plasma+Apps / lirios / lxqt / lumina)
Stars: ✭ 28 (-57.58%)
Mutual labels:  qt5
StreamLinkerino
Twitch.tv client using only StreamLink, MPV, and Chatterino
Stars: ✭ 26 (-60.61%)
Mutual labels:  qt5
unicodemoticon
Trayicon with Unicode Emoticons using Python3 Qt5
Stars: ✭ 21 (-68.18%)
Mutual labels:  qt5
mtpThemeManager
An iOS theme manager with all the features. Everything you expect from a theme manager, contains apply theme to whole app, multiple themes, night mode, styles , ...
Stars: ✭ 13 (-80.3%)
Mutual labels:  style
qtprotobuf
Protobuf generator and bindings for Qt framework
Stars: ✭ 138 (+109.09%)
Mutual labels:  qt5
PremiereSubtitle
🎬Premiere subtitles generator | Pr 字幕批量生成器
Stars: ✭ 21 (-68.18%)
Mutual labels:  qt5
QPrompt
Personal teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
Stars: ✭ 168 (+154.55%)
Mutual labels:  qt5
EEIoT
QML IoT components, for fast and super user friendly IoT projects
Stars: ✭ 38 (-42.42%)
Mutual labels:  qt5
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (-53.03%)
Mutual labels:  qt5
NativeFX
Native Rendering integration for JavaFX (13 and beyond)
Stars: ✭ 125 (+89.39%)
Mutual labels:  qt5
CompositeToggle
Composite toggle system for unity
Stars: ✭ 38 (-42.42%)
Mutual labels:  style
CatLearnQt
CatLearnQt,提供QWidget,Quick,网络,串口,基础库和示例。案例软件支持样式切换,与国际化。
Stars: ✭ 63 (-4.55%)
Mutual labels:  qt5
osmapy
Osmapy - Python Editor for OpenStreetMap
Stars: ✭ 22 (-66.67%)
Mutual labels:  qt5
css-render
Generating CSS using JS with considerable flexibility and extensibility, at both server side and client side.
Stars: ✭ 137 (+107.58%)
Mutual labels:  style
vue-component-style
A Vue mixin to add style section to components.
Stars: ✭ 16 (-75.76%)
Mutual labels:  style
Linux Build Status Documentation Build Status Coverity Scan Build Status
Build Status Documentation Status Coverity Scan Build Status

QSvgStyle distribution

QSvgStyle is a themeable SVG style for Qt 5 desktop applications (C) Said LANKRI, under the GNU GPL License version 2+

It comes with the style engine (QSvgStyle), a theme builder (QSvgThemeBuilder), a theme manager (QSvgThemeManager) and a built-in svg cleaner courtesy of SVGCleaner team.

QSvgStyle

  • Themeable Qt5 style engine using standard SVG documents as themes
  • Fast rendering. QSvgStyle renders at the speed of a raster engine, which is at least twice faster than the Qt SVG renderer
  • Support for color schemes. The theme can be configured to apply the current color scheme on top of the rendered theme
  • Support for Widget palettes. QSvgStyle will honour any QPalette set on a widget
  • Complete support for Right-to-Left layouts
  • Support for capsule grouping in buttons
  • Support for variants for some widgets
  • Built-in default theme
  • Cleanest QStyle engine code with regular code patterns

QSvgThemeBuilder

  • Easy to use GUI tool to build configuration files for themes, with support for multiple preview variants, RTL layouts, enabled/disabled states and others
  • Live configuration previews. Any changes made to the settings are immediately effective in the preview area
  • Live SVG previews. Any changes externally made to the SVG theme are immediately effective in the preview area
  • Inheritance system. A widget can inherit the settings of another one, as such settings are limited to the differences and configuration files are kept to minimal size
  • Display of effective values. When a setting is inherited, the effective value is computed and shown in the GUI
  • Unique debugging tool to see the Qt rendering internals and detect missing SVG elements in the theme
  • Basic SVG generator. Use the built-in SVG generator to generate accurate frames, interiors and shadows to be exported to your favorite SVG editing tool for a faster theme making workflow
  • Built-in SVG cleaner. Use the cleaner to reduce the size of your SVG file by a half or more

QSvgThemeManager

  • Select the active QSvgStyle theme to apply
  • Download online themes
  • Live preview of themes

Binary builds

Binary builds are provided for few distributions. If you want to contribute, please send me an email.

Ubuntu Bionic/Eoan/Focal

Binary packages are provided on PPA for both i386 and x86_64 architectures for Ubuntu

  sudo add-apt-repository ppa:dextermagnific/ppa
  sudo apt update
  sudo apt install qt-style-qsvgstyle-qt5

Build the source

Compile

You need the Qt5 development files of the following modules to compile QSvgStyle:

  • Qt Core
  • Qt GUI
  • Qt SVG
  • Qt XML
$ qmake
$ make

Install

$ sudo make install

Use

You can locally make any Qt5 application use QSvgStyle by adding a -style option:

$ dolphin -style qsvgstyle

To globally set QSvgStyle as your default style engine, use your favorite desktop's configuration tool. For example, use the systemsettings5 in KDE.

QSvgThemeManager: chose theme and tweak the engine

QSvgStyle will use its built-in theme when no particular theme has been chosen. To choose a theme, use the QSvgThemeManager application.

$ qsvgthememanager
  • Choose the active theme and tweak the engine QSvgThemeManager

QSvgThemeBuilder: build theme configuration

QSvgStyle comes with a nice GUI that helps building themes. It can generate both an initial SVG file based on the default theme and its companion config file.

$ qsvgthemebuilder
  • QSvgThemeBuilder at startup QSvgThemeBuilder

  • Editing configuration for a flat theme QSvgThemeBuilder

  • Showing effective values of inherited settings QSvgThemeBuilder

  • Quick SVG generator to generate SVG items with frames, interiors and shadows with many generation options QSvgThemeBuilder

  • Export to SVG editing application of accurate, clean and minimal SVG data with given SVG ids QSvgThemeBuilder QSvgThemeBuilder

Documentation

The latest documentation is always available at Read The Docs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].