Changeset 3968752 in sasview for src/sas/qtgui/UI
- Timestamp:
- Nov 28, 2016 4:13:36 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:
- e84ccf5
- Parents:
- 31c5b58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UI/convert_all.sh
r1d85b5e r3968752 1 1 # UI -> PY 2 2 for filename in *.ui; do 3 pyuic4 .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.