Changes in src/sas/qtgui/WindowTitle.py [edbd4b6:27313b7] in sasview
- 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 graph3 from "Graph_n" to any ASCII text.4 """5 1 from PyQt4 import QtGui 2 3 import sas.sasview 6 4 7 5 from sas.qtgui.UI.WindowTitleUI import Ui_WindowTitle … … 15 13 16 14 def title(self): 17 """ Return the new title """18 15 return self.txtTitle.text() 19 16
Note: See TracChangeset
for help on using the changeset viewer.