From af408c76d0e4993e71a91051ed09c923749c6383 Mon Sep 17 00:00:00 2001 From: "A. Maitland Bottoms" <bottoms@debian.org> Date: Sat, 21 Nov 2020 14:05:53 -0500 Subject: more qt4 qt5 updates Have additional apps, examples, and tools use Qt5 instead of Qt4. --- gr-zeromq/examples/python/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-zeromq/examples/python/gui.py') diff --git a/gr-zeromq/examples/python/gui.py b/gr-zeromq/examples/python/gui.py index 7d19735482..3105470ec7 100644 --- a/gr-zeromq/examples/python/gui.py +++ b/gr-zeromq/examples/python/gui.py @@ -14,8 +14,8 @@ from gnuradio.eng_arg import eng_float, intx import gui import sys import os -from PyQt4 import Qt, QtGui, QtCore, uic -import PyQt4.Qwt5 as Qwt +from PyQt5 import Qt, QtGui, QtCore, uic +import PyQt5.Qwt5 as Qwt from gnuradio import zeromq import signal -- cgit v1.2.3