mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 18:12:12 -05:00
Merge pull request #27 from swizzorable/master
Missing line for using QDarkStyleSheet with PyQt4
This commit is contained in:
commit
c86f6b1437
11
README.md
11
README.md
@ -98,6 +98,17 @@ by
|
|||||||
app.setStyleSheet(qdarkstyle.load_stylesheet(pyside=False))
|
app.setStyleSheet(qdarkstyle.load_stylesheet(pyside=False))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
and
|
||||||
|
```
|
||||||
|
from PySide import QtGui
|
||||||
|
```
|
||||||
|
|
||||||
|
by
|
||||||
|
|
||||||
|
```
|
||||||
|
from PyQt4 import QtGui
|
||||||
|
```
|
||||||
|
|
||||||
To use PyQt5, you need to use ``load_stylesheet_pyqt5`` instead of
|
To use PyQt5, you need to use ``load_stylesheet_pyqt5`` instead of
|
||||||
``load_stylesheet``.
|
``load_stylesheet``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user