source: sasview/src/sas/qtgui/Perspectives/Inversion/UI/convert_all.bat

ESS_GUI
Last change on this file was e7651ff, checked in by krzywon, 7 years ago

Renamed from PrInversion? to Inversion. Added base for plotting.

  • Property mode set to 100644
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.