Changeset a3221b6 in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Apr 13, 2018 9:30:26 AM (7 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:
- aefde77
- Parents:
- ded5e77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/MainWindow.py
r8ac3551 ra3221b6 50 50 return splashScreen 51 51 52 def run ():52 def run_sasview(): 53 53 app = QApplication([]) 54 54 … … 85 85 86 86 if __name__ == "__main__": 87 run ()87 run_sasview()
Note: See TracChangeset
for help on using the changeset viewer.