Ignore:
File:
1 edited

Legend:

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

    redbd4b6 r27313b7  
    1 """ 
    2 Allows users to change the title of the current graph 
    3 from "Graph_n" to any ASCII text. 
    4 """ 
    51from PyQt4 import QtGui 
     2 
     3import sas.sasview 
    64 
    75from sas.qtgui.UI.WindowTitleUI import Ui_WindowTitle 
     
    1513 
    1614    def title(self): 
    17         """ Return the new title """ 
    1815        return self.txtTitle.text() 
    1916 
Note: See TracChangeset for help on using the changeset viewer.