[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11347 - gnuradio/branches/developers/trondeau/qt/gr-q
From: |
trondeau |
Subject: |
[Commit-gnuradio] r11347 - gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/python |
Date: |
Sun, 5 Jul 2009 11:45:47 -0600 (MDT) |
Author: trondeau
Date: 2009-07-05 11:45:47 -0600 (Sun, 05 Jul 2009)
New Revision: 11347
Modified:
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/python/usrp_display.py
Log:
Adding ctrl-s shortcut to open save dialog.
Modified:
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/python/usrp_display.py
===================================================================
---
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/python/usrp_display.py
2009-07-05 17:37:26 UTC (rev 11346)
+++
gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/python/usrp_display.py
2009-07-05 17:45:47 UTC (rev 11347)
@@ -56,6 +56,7 @@
self.connect(self.gui.actionSaveData, QtCore.SIGNAL("activated()"),
self.saveData)
+ self.gui.actionSaveData.setShortcut(QtGui.QKeySequence.Save)
def pauseFg(self):
if(self.gui.pauseButton.text() == "Pause"):
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11347 - gnuradio/branches/developers/trondeau/qt/gr-qtgui/src/python,
trondeau <=