Changes in src/sas/qtgui/WindowTitle.py [27313b7:edbd4b6] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/WindowTitle.py
r27313b7 redbd4b6 1 """ 2 Allows users to change the title of the current graph 3 from "Graph_n" to any ASCII text. 4 """ 1 5 from PyQt4 import QtGui 2 3 import sas.sasview4 6 5 7 from sas.qtgui.UI.WindowTitleUI import Ui_WindowTitle … … 13 15 14 16 def title(self): 17 """ Return the new title """ 15 18 return self.txtTitle.text() 16 19
Note: See TracChangeset
for help on using the changeset viewer.