Changeset f51ed67 in sasview for src/sas/qtgui/UI
- Timestamp:
- Aug 10, 2016 10:07:15 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:
- 0fc37fea
- Parents:
- 51b2b51
- Location:
- src/sas/qtgui/UI
- Files:
-
- 2 added
- 10 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UI/__init__.py
- Property mode changed from 100755 to 100644
-
src/sas/qtgui/UI/convert.bat
r51b2b51 rf51ed67 1 1 @echo off 2 2 3 pyuic4.bat -w%1.ui > %1.py3 pyuic4.bat %1.ui > %1.py 4 4 5 5 -
src/sas/qtgui/UI/convert_all.bat
r51b2b51 rf51ed67 2 2 3 3 for %%f in (*.ui) do ( 4 pyuic4.bat -w%%f > %%~nf.py4 call pyuic4.bat %%f > %%~nf.py 5 5 ) 6 6 -
src/sas/qtgui/UI/convert_ui.sh
rf721030 rf51ed67 1 pyuic.bat -w$1.ui > $1.py1 pyuic.bat $1.ui > $1.py
Note: See TracChangeset
for help on using the changeset viewer.