[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
+{
+}
- [Commit-gnuradio] [gnuradio] branch master updated (8737d63 -> 51c0426), git, 2015/11/08
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'tom/qtgui/plain_theme', git, 2015/11/08
- [Commit-gnuradio] [gnuradio] 01/06: qtgui: adding plain.qss file theme.,
git <=
- [Commit-gnuradio] [gnuradio] 02/06: removed d_ prefix on local variables, git, 2015/11/08
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'mmueller/qtgui_FrequencyDisplay_Plot', git, 2015/11/08
- [Commit-gnuradio] [gnuradio] 04/06: expanded quadrature_demod_cf docs; added .grc <doc>, git, 2015/11/08
- [Commit-gnuradio] [gnuradio] 03/06: Merge branch 'maint', git, 2015/11/08