diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-11-11 12:59:48 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-11-11 12:59:48 -0800 |
commit | 69ab3557fbfd7a47c5f22d34fc273b757f2c67df (patch) | |
tree | 90c8cdbee59d8e32a0abc22177efd38cfe10ba23 | |
parent | dd0f60d7d2de29c7442945f4989087f3f3806d9b (diff) | |
parent | 991036392bdf479ec7e9ee1eadd0bc75365e4ba0 (diff) |
Merge remote-tracking branch 'bastibl/qt-style-sheets' into next
-rw-r--r-- | gr-qtgui/python/qtgui/util.py.cmakein | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/python/qtgui/util.py.cmakein b/gr-qtgui/python/qtgui/util.py.cmakein index ca2b3b37c5..ec654d9ba2 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: |