This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| auto scan resources file and create Qt resource(qrc) file for PySide/PyQt project | |
| Usage: | |
| python auto_create_qrc.py your_pictures_path > bar.qrc | |
| pyside-rcc -no-compress bar.qrc -o bar.py # if you use PySide | |
| pyrcc4-2.7 -no-compress bar.qrc -o bar.py # if you use PyQt |