use pyrcc5 to convert breeze.qrc to breeze_resources.py and import in dark.py and light.py

main
chaosink 2017-09-12 11:25:37 +08:00
parent 00e50c17ee
commit 5e0feb23d6
4 changed files with 3146 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
__pycache__

3143
breeze_resouces.py Normal file

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@ from PyQt5.QtCore import QFile, QTextStream
# make the example runnable without the need to install
import example
import breeze_resources
def main():
"""

View File

@ -43,7 +43,7 @@ from PyQt5.QtCore import QFile, QTextStream
# make the example runnable without the need to install
import example
import breeze_resources
def main():
"""