This file contains 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
## pyuic.py used to convert ui to py stored in %Winpythonfolder%\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\Lib\site-packages\PyQt4\uic | |
commandline pyuic4 -x windows.ui -o win.py | |
############################################################################# | |
## | |
## Copyright (c) 2012 Riverbank Computing Limited <[email protected]> | |
## | |
## This file is part of PyQt. | |
## | |
## This file may be used under the terms of the GNU General Public | |
## License versions 2.0 or 3.0 as published by the Free Software |