Changeset c03692f in sasview
- Timestamp:
- May 23, 2018 5:45:58 AM (6 years ago)
- Branches:
- ESS_GUI, 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:
- bc4caf3
- Parents:
- 87dfca4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/convertUI.py
r2e27cdb6 rc03692f 31 31 # Images 32 32 images_root = os.path.join(execute_root, 'images') 33 out_root = os.path.join(execute_root, 'UI') 33 34 rc_file = 'images.qrc' 34 35 out_file = 'images_rc.py' 35 pyrrc(os.path.join(images_root, rc_file), os.path.join( images_root, out_file))36 pyrrc(os.path.join(images_root, rc_file), os.path.join(out_root, out_file))
Note: See TracChangeset
for help on using the changeset viewer.