Ignore:
Timestamp:
Apr 19, 2017 3:58:36 AM (7 years ago)
Author:
Piotr Rozyczko <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:
cd2cc745
Parents:
6c8fb2c
Message:

Putting files in more ordered fashion

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/UnitTesting/WindowTitleTest.py

    • Property mode changed from 100755 to 100644
    r27313b7 r83eb5208  
    55 
    66# set up import paths 
    7 import path_prepare 
     7import sas.qtgui.path_prepare 
    88 
    99# Local 
    10 from WindowTitle import WindowTitle 
     10from sas.qtgui.Plotting.WindowTitle import WindowTitle 
    1111 
    1212app = QtGui.QApplication(sys.argv) 
     
    3838        self.widget.txtTitle.clear() 
    3939        self.widget.txtTitle.setText("5 elephants") 
     40        app.processEvents() 
    4041        # Retrieve value 
    4142        new_title = self.widget.title() 
Note: See TracChangeset for help on using the changeset viewer.