mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-31 12:17:49 -04:00
commit
4a0b4df6ba
@ -4,7 +4,7 @@
|
||||
[](https://pypi.python.org/pypi/QDarkStyle)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://creativecommons.org/licenses/by/4.0/)
|
||||
[][http://contributor-covenant.org/version/1/4/]
|
||||
[](http://contributor-covenant.org/version/1/4/)
|
||||
|
||||
|
||||
A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy,
|
||||
@ -47,7 +47,7 @@ From code: Download/clone the project, go to ``qdarkstyle`` folder then:
|
||||
- Load the stylesheet:
|
||||
|
||||
```cpp
|
||||
QFile f("qdarkstyle/style.qss");
|
||||
QFile f(":qdarkstyle/style.qss");
|
||||
if (!f.exists())
|
||||
{
|
||||
printf("Unable to set stylesheet, file not found\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user