You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,13 @@
4
4
5
5
------------------
6
6
7
+
[](https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets/releases/latest)
- 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()`
27
30
- runtime switching of QPalette colors
28
31
- definition of CSS styles that switch the complete application design
29
32
- definition of XML color themes that allow switching of theme colors (dark / light)
@@ -64,6 +67,7 @@ QComboBox::drop-down {
64
67
- [Build](#build)
65
68
- [Getting started](#getting-started)
66
69
- [Run examples](#run-examples)
70
+
- [Python Support](#python-support)
67
71
- [Future Plans](#future-plans)
68
72
- [License information](#license-information)
69
73
- [Credits](#credits)
@@ -124,6 +128,22 @@ themes and create new ones.
124
128
125
129

126
130
131
+
## Python Support
132
+
133
+

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
+
127
147
## Future Plans
128
148
129
149
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
0 commit comments