Changeset 0cd8612 in sasview for src/sas/qtgui/MainWindow.py


Ignore:
Timestamp:
Jul 8, 2016 10:13:41 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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
Message:

output console + logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow.py

    re540cd2 r0cd8612  
    88# Local UI 
    99from UI.MainWindowUI import MainWindow 
     10 
     11# Initialize logging 
     12import SasviewLogger 
    1013 
    1114class MainSasViewWindow(MainWindow): 
     
    5457    # Show the main SV window 
    5558    mainwindow = MainSasViewWindow(reactor) 
    56     mainwindow.show() 
     59    #mainwindow.show() 
     60    mainwindow.showMaximized() 
    5761 
    5862    # no more splash screen 
Note: See TracChangeset for help on using the changeset viewer.