Merge pull request #2 from chaosink/master

Use pyrcc5 to convert breeze.qrc to breeze_resources.py
main
Alexander Huszagh 2017-10-17 18:53:44 -07:00 committed by GitHub
commit ab6b8afb02
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():
"""