source:
sasview/src/sas/qtgui/UI/convert_all.bat
@
f51ed67
Last change on this file since f51ed67 was f51ed67, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago | |
---|---|
|
|
File size: 71 bytes |
Rev | Line | |
---|---|---|
[51b2b51] | 1 | @echo off |
2 | ||
3 | for %%f in (*.ui) do ( | |
[f51ed67] | 4 | call pyuic4.bat %%f > %%~nf.py |
[51b2b51] | 5 | ) |
6 | ||
7 |
Note: See TracBrowser
for help on using the repository browser.