commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/06: qtgui: adding plain.qss file theme.


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/06: qtgui: adding plain.qss file theme.
Date: Sun, 8 Nov 2015 16:21:38 +0000 (UTC)

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

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 199a71d62e7f30251f6d1cea6da5c43588c62209
Author: Tom Rondeau <address@hidden>
Date:   Fri Nov 6 09:41:18 2015 -0500

    qtgui: adding plain.qss file theme.
    
    Easy way to switch default theme back to the plain QWT/QT colors
    instead of having to comment/delete the line from config.conf.
---
 gr-qtgui/CMakeLists.txt   | 1 +
 gr-qtgui/themes/plain.qss | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/gr-qtgui/CMakeLists.txt b/gr-qtgui/CMakeLists.txt
index ce05bd0..8fc49a0 100644
--- a/gr-qtgui/CMakeLists.txt
+++ b/gr-qtgui/CMakeLists.txt
@@ -146,6 +146,7 @@ install(
 ########################################################################
 install(
     FILES
+    themes/plain.qss
     themes/dark.qss
     themes/alt.qss
     themes/projector.qss
diff --git a/gr-qtgui/themes/plain.qss b/gr-qtgui/themes/plain.qss
new file mode 100644
index 0000000..2bf34a4
--- /dev/null
+++ b/gr-qtgui/themes/plain.qss
@@ -0,0 +1,3 @@
+QWidget
+{
+}



reply via email to

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