use pyrcc5 to convert breeze.qrc to breeze_resources.py and import in dark.py and light.py
parent
00e50c17ee
commit
5e0feb23d6
|
@ -0,0 +1 @@
|
||||||
|
__pycache__
|
File diff suppressed because it is too large
Load Diff
2
dark.py
2
dark.py
|
@ -43,7 +43,7 @@ from PyQt5.QtCore import QFile, QTextStream
|
||||||
# make the example runnable without the need to install
|
# make the example runnable without the need to install
|
||||||
|
|
||||||
import example
|
import example
|
||||||
|
import breeze_resources
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue