mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 06:37:53 -04:00
Update readme
This commit is contained in:
parent
f448346f44
commit
684b909f43
16
README.md
16
README.md
@ -6,7 +6,7 @@ QDarkStylesheet
|
|||||||
[](https://pypi.python.org/pypi/QDarkStyle)
|
[](https://pypi.python.org/pypi/QDarkStyle)
|
||||||
[](https://pypi.python.org/pypi/QDarkStyle)
|
[](https://pypi.python.org/pypi/QDarkStyle)
|
||||||
|
|
||||||
A dark stylesheet for Qt applications.
|
A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4 and PyQt5).
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
@ -21,7 +21,7 @@ Installation
|
|||||||
Python
|
Python
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Install the qdarkstyle package using the *setup* script or using *pip*:
|
Install ``qdarkstyle`` package using the *setup* script or using *pip*:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python setup.py install
|
python setup.py install
|
||||||
@ -99,8 +99,12 @@ by
|
|||||||
app.setStyleSheet(qdarkstyle.load_stylesheet(pyside=False))
|
app.setStyleSheet(qdarkstyle.load_stylesheet(pyside=False))
|
||||||
```
|
```
|
||||||
|
|
||||||
_There is an example included in the *example* folder. You can run the script without installing qdarkstyle. You
|
To use PyQt5, you need to use ``load_stylesheet_pyqt5`` instead of
|
||||||
only need to have PySide or PyQt4 installed on your system._
|
``load_stylesheet``.
|
||||||
|
|
||||||
|
_There is an example included in the *example* folder.
|
||||||
|
You can run the script without installing qdarkstyle. You only need to have
|
||||||
|
PySide (or PyQt4 or PyQt5) installed on your system._
|
||||||
|
|
||||||
Status:
|
Status:
|
||||||
===========
|
===========
|
||||||
@ -112,6 +116,10 @@ request.
|
|||||||
Changelog
|
Changelog
|
||||||
===========
|
===========
|
||||||
```
|
```
|
||||||
|
* 1.10:
|
||||||
|
- Add PyQt5 support
|
||||||
|
- Fix bug #12 (dock widget title not dark on OSX. Note that this reopens
|
||||||
|
issue #8 for MAC users)
|
||||||
* 1.9:
|
* 1.9:
|
||||||
- Improve QTabBar consistency and make selected tabs more distinctive
|
- Improve QTabBar consistency and make selected tabs more distinctive
|
||||||
* 1.8:
|
* 1.8:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user