Changeset 2e3e959 in sasview for src/sas/qtgui/UI/convert_all.sh
- Timestamp:
- Jan 13, 2017 4:28:30 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 239214f
- Parents:
- db5cd8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UI/convert_all.sh
r9290b1a r2e3e959 1 1 # UI -> PY 2 2 for filename in *.ui; do 3 pyuic .bat$filename > "`basename "$filename" .ui`.py"3 pyuic4 $filename > "`basename "$filename" .ui`.py" 4 4 done 5 5
Note: See TracChangeset
for help on using the changeset viewer.