diff options
author | Tom Rondeau <trondeau@molly.home> | 2009-09-01 21:49:13 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@molly.home> | 2009-09-01 21:49:13 -0400 |
commit | db8bc5c7a5e701734810d0aabd8b774eda6f6839 (patch) | |
tree | cf9480bf47106cae6b5d04cf784f660bde901ad9 /gr-utils/src/python/pyqt_plot.ui | |
parent | 1aa216df204197b4849581dd4f42b2e7680eb72f (diff) |
Adding a Reload option (Ctrl+R) option to quickly reread the file and reset the state.
Diffstat (limited to 'gr-utils/src/python/pyqt_plot.ui')
-rw-r--r-- | gr-utils/src/python/pyqt_plot.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-utils/src/python/pyqt_plot.ui b/gr-utils/src/python/pyqt_plot.ui index 19a62adf54..023010f8ca 100644 --- a/gr-utils/src/python/pyqt_plot.ui +++ b/gr-utils/src/python/pyqt_plot.ui @@ -341,6 +341,7 @@ <string>&File</string> </property> <addaction name="action_open" /> + <addaction name="action_reload" /> <addaction name="action_exit" /> </widget> <addaction name="menu_File" /> @@ -359,6 +360,11 @@ <string>E&xit</string> </property> </action> + <action name="action_reload" > + <property name="text" > + <string>&Reload</string> + </property> + </action> </widget> <customwidgets> <customwidget> |