Skip to content

Commit 26c3878

Browse files
committed
Merge branch 'develop'
2 parents 1033371 + ea40854 commit 26c3878

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ QDarkStyleSheet
44
|Build Status| |Docs Status| |Latest PyPI version| |License: MIT|
55
|License: CC BY 4.0| |Conduct|
66

7-
The most complete dark/light style sheet for Qt applications (Qt4[*]_, Qt5,
8-
PySide[*]_, PySide2, PyQt4[*]_, PyQt5, QtPy, PyQtGraph, Qt.Py) for Python 2[*]_/3 and C++.
7+
The most complete dark/light style sheet for Qt applications (Qt4*, Qt5,
8+
PySide*, PySide2, PyQt4*, PyQt5, QtPy, PyQtGraph, Qt.Py) for Python
9+
2*/3 and C++.
910

10-
`Check the documentation <https://qdarkstylesheet.readthedocs.io/en/latest/screenshots.html>`__
11+
`Check out the complete documentation. <https://qdarkstylesheet.readthedocs.io/en/latest/screenshots.html>`__
1112

1213

1314
What is new?
@@ -31,7 +32,7 @@ The current stable version is using Python 3 (preferable 3.6+) and Qt5
3132
We still preparing the portability to Qt6 since we need changes in
3233
`QtPy <https://github.com/spyder-ide/qtpy>`__ dependency project.
3334

34-
.. [*] Python 2, as well as Qt4 (PyQt4 and PySide), will not be supported anymore.
35+
[*] Python 2, as well as Qt4 (PyQt4 and PySide), will not be supported anymore.
3536
They still there as it is, but no back-compatibility, fixes, nor features
3637
will be implemented.
3738

qdarkstyle/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
"""The most complete dark/light style sheet for Qt applications (Qt4[*]_, Qt5,
5-
PySide[*]_, PySide2, PyQt4[*]_, PyQt5, QtPy, PyQtGraph, Qt.Py) for Python 2[*]_/3 and C++.
4+
"""The most complete dark/light style sheet for Qt applications (Qt4, Qt5,
5+
PySide, PySide2, PyQt4, PyQt5, QtPy, PyQtGraph, Qt.Py) for Python 2/3 and C++.
66
7-
.. [*] Python 2, as well as Qt4 (PyQt4 and PySide), will not be supported anymore.
7+
Python 2, as well as Qt4 (PyQt4 and PySide), will not be supported anymore.
88
They still there as it is, but no back-compatibility, fixes, nor features
99
will be implemented.
1010

0 commit comments

Comments
 (0)