Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed Apr 1, 2021
2 parents 1033371 + ea40854 commit 26c3878
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.rst
Expand Up @@ -4,10 +4,11 @@ QDarkStyleSheet
|Build Status| |Docs Status| |Latest PyPI version| |License: MIT|
|License: CC BY 4.0| |Conduct|

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

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


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

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

Expand Down
6 changes: 3 additions & 3 deletions qdarkstyle/__init__.py
@@ -1,10 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

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

0 comments on commit 26c3878

Please sign in to comment.