Changeset 0cd8612 in sasview for src/sas/qtgui/MainWindow.py
- Timestamp:
- Jul 8, 2016 10:13:41 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:
- a95260d
- Parents:
- e540cd2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow.py
re540cd2 r0cd8612 8 8 # Local UI 9 9 from UI.MainWindowUI import MainWindow 10 11 # Initialize logging 12 import SasviewLogger 10 13 11 14 class MainSasViewWindow(MainWindow): … … 54 57 # Show the main SV window 55 58 mainwindow = MainSasViewWindow(reactor) 56 mainwindow.show() 59 #mainwindow.show() 60 mainwindow.showMaximized() 57 61 58 62 # no more splash screen
Note: See TracChangeset
for help on using the changeset viewer.