source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/convert_all.bat @ 6052c02

ESS_GUI_iss959
Last change on this file since 6052c02 was 60af928, checked in by Piotr Rozyczko <rozyczko@…>, 8 years ago

Fitting perspective refactoring for multitab support SASVIEW-345

  • Property mode set to 100755
File size: 71 bytes
Line 
1@echo off
2
3for %%f in (*.ui) do (
4  call pyuic4.bat %%f > %%~nf.py
5)
6
7
Note: See TracBrowser for help on using the repository browser.