Skip to content

Commit 7e543d3

Browse files
Updated documentation in README.md
1 parent 5fe2a3e commit 7e543d3

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44

55
------------------
66

7+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/githubuser0xFFFF/Qt-Advanced-Stylesheets)](https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets/releases/latest)
8+
[![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg)](gnu-lgpl-v2.1.md)
9+
[![Build status](https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets/workflows/linux-builds/badge.svg)](https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets/actions?query=workflow%3Alinux-builds)
10+
[![GitHub contributors](https://img.shields.io/github/contributors/githubuser0xFFFF/Qt-Advanced-Stylesheets?color=ffdf00)](https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets/graphs/contributors)
11+
712
Advanced Stylesheets with Theming Support for Qt.
813

9-
- [![Build status](https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets/workflows/linux-builds/badge.svg)](https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets/actions?query=workflow%3Alinux-builds)
10-
- [![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg)](gnu-lgpl-v2.1.md)
1114
- Original Repository: https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets
1215
- [What's new](https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets/releases/latest)
1316
- [Documentation](doc/user-guide.md)
@@ -23,7 +26,7 @@ The main features are:
2326

2427
- runtime switching of CSS colors
2528
- runtime color switching of CSS SVG icons / resources
26-
- runtime color switching of icons loaded via `loadThemeAwareSvgIcon()`
29+
- runtime color switching of theme aware icons loaded via `loadThemeAwareSvgIcon()`
2730
- runtime switching of QPalette colors
2831
- definition of CSS styles that switch the complete application design
2932
- definition of XML color themes that allow switching of theme colors (dark / light)
@@ -64,6 +67,7 @@ QComboBox::drop-down {
6467
- [Build](#build)
6568
- [Getting started](#getting-started)
6669
- [Run examples](#run-examples)
70+
- [Python Support](#python-support)
6771
- [Future Plans](#future-plans)
6872
- [License information](#license-information)
6973
- [Credits](#credits)
@@ -124,6 +128,22 @@ themes and create new ones.
124128
125129
![theme](doc/theme.gif)
126130
131+
## Python Support
132+
133+
![Python Logo](doc/python_logo.png)
134+
135+
There is a Python implementation for this library available [qtass-pyside6 - Qt Advanced Stylesheets for PySide6](https://pypi.org/project/qtass-pyside6/).
136+
137+
The library can be installed via pip:
138+
139+
```shell
140+
pip install qtass-pyside6
141+
```
142+
143+
The source code is available on GitHub:
144+
145+
https://github.com/githubuser0xFFFF/qtass-pyside6
146+
127147
## Future Plans
128148

129149
The idea is to merge my [QtFluentDesign](https://github.com/githubuser0xFFFF/QtFluentDesign) project into this project to create a nice Windows 11 style that can dynamically
@@ -165,4 +185,4 @@ CETONI Elements Dark Theme
165185
![CETONI_Elements Dark](doc/CETONI_Elements_Dark.png)
166186

167187
CETONI Elements Light Theme
168-
![CETONI_Elements Light](doc/CETONI_Elements_Light.png)
188+
![CETONI_Elements Light](doc/CETONI_Elements_Light.png)

doc/python_logo.png

34.6 KB
Loading

0 commit comments

Comments
 (0)