diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-04-02 13:32:54 -0700 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-04-02 13:32:54 -0700 |
commit | 04faaba502eaa78e87463ca66c1a681bc17c5869 (patch) | |
tree | 8fb3b9f7423aa0f83da01dff77ba023ee94e8032 /gr-qtgui/doc/qtgui.dox | |
parent | cf7f3744d752b9a0146273e000bde08cc6085325 (diff) |
qtgui: remove dependency mentions of PyQWT.
Using PyQT widgets now instead of PyQWT for the QT Range widget. Some
programs, like gr_filter_design, require PyQWT but will explicitly
fail and tell the user that the package is missing. PyQWT is no longer
required for gr-qtgui.
Diffstat (limited to 'gr-qtgui/doc/qtgui.dox')
-rw-r--r-- | gr-qtgui/doc/qtgui.dox | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-qtgui/doc/qtgui.dox b/gr-qtgui/doc/qtgui.dox index 1d4c3099a3..3cce328f9a 100644 --- a/gr-qtgui/doc/qtgui.dox +++ b/gr-qtgui/doc/qtgui.dox @@ -132,7 +132,6 @@ The QT GUI blocks require the following dependencies. \li QtOpenGL (version >= 4.4) \li PyQt4 for Qt4 (version >= 4.4) \li Qwt (version >= 5.2) -\li PyQwt5 for Qt4 (version >= 5.2) \section qtgui_usage Usage |