source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/convert_all.sh @ 5a96a72

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 5a96a72 was 60af928, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago

Fitting perspective refactoring for multitab support SASVIEW-345

  • Property mode set to 100755
File size: 96 bytes
Line 
1# UI -> PY
2for filename in *.ui; do
3  pyuic4 $filename > "`basename "$filename" .ui`.py"
4done
5
6
Note: See TracBrowser for help on using the repository browser.