Ignore:
File:
1 edited

Legend:

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

    r27313b7 redbd4b6  
     1""" 
     2Allows users to change the title of the current graph 
     3from "Graph_n" to any ASCII text. 
     4""" 
    15from PyQt4 import QtGui 
    2  
    3 import sas.sasview 
    46 
    57from sas.qtgui.UI.WindowTitleUI import Ui_WindowTitle 
     
    1315 
    1416    def title(self): 
     17        """ Return the new title """ 
    1518        return self.txtTitle.text() 
    1619 
Note: See TracChangeset for help on using the changeset viewer.