Changes in / [0ba0774:886d2f2c] in sasview


Ignore:
Location:
src/sas/qtgui
Files:
2 edited

Legend:

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

    redbd4b6 r253e7170  
    384384        orig_text = self.cbgraph.currentText() 
    385385        self.cbgraph.clear() 
     386        graph_titles = [] 
    386387        graph_titles= ["Graph"+str(graph) for graph in graph_list] 
    387388 
     
    390391        if ind > 0: 
    391392            self.cbgraph.setCurrentIndex(ind) 
     393        pass 
    392394 
    393395    def newPlot(self): 
  • 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.