commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 03/07: qtgui: fix stylesheet for qt5


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/07: qtgui: fix stylesheet for qt5
Date: Fri, 11 Nov 2016 21:19:06 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit 991036392bdf479ec7e9ee1eadd0bc75365e4ba0
Author: Bastian Bloessl <address@hidden>
Date:   Fri Nov 11 13:27:55 2016 +0100

    qtgui: fix stylesheet for qt5
---
 gr-qtgui/python/qtgui/util.py.cmakein | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-qtgui/python/qtgui/util.py.cmakein 
b/gr-qtgui/python/qtgui/util.py.cmakein
index ca2b3b3..ec654d9 100644
--- a/gr-qtgui/python/qtgui/util.py.cmakein
+++ b/gr-qtgui/python/qtgui/util.py.cmakein
@@ -25,7 +25,7 @@
 from gnuradio import gr
 
 def check_set_qss():
-    app = QtGui.qApp
+    app = QtWidgets.qApp
     qssfile = gr.prefs().get_string("qtgui","qss","")
     if(len(qssfile)>0):
         try:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]