commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 03/10: qtgui: Adding the projector.qss file


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/10: qtgui: Adding the projector.qss file to help with projected presentations/screenshots
Date: Sun, 30 Aug 2015 21:20:02 +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 2bdda83ed96cb906dad7f595d07123b994289a5b
Author: Bill Clark <address@hidden>
Date:   Fri Aug 28 17:40:13 2015 -0400

    qtgui: Adding the projector.qss file to help with projected 
presentations/screenshots
---
 gr-qtgui/CMakeLists.txt       |   1 +
 gr-qtgui/themes/projector.qss | 227 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 228 insertions(+)

diff --git a/gr-qtgui/CMakeLists.txt b/gr-qtgui/CMakeLists.txt
index 4f0ca13..ce05bd0 100644
--- a/gr-qtgui/CMakeLists.txt
+++ b/gr-qtgui/CMakeLists.txt
@@ -148,6 +148,7 @@ install(
     FILES
     themes/dark.qss
     themes/alt.qss
+    themes/projector.qss
     DESTINATION ${GR_THEMES_DIR}
     COMPONENT "qtgui"
 )
diff --git a/gr-qtgui/themes/projector.qss b/gr-qtgui/themes/projector.qss
new file mode 100644
index 0000000..02ee36f
--- /dev/null
+++ b/gr-qtgui/themes/projector.qss
@@ -0,0 +1,227 @@
+QWidget
+{
+    color: white;
+    background-color: black;
+    font-size: 32px;
+}
+
+QwtPlot
+{
+    padding: 10px;
+    font-size: 18px;
+}
+
+DisplayPlot {
+    qproperty-zoomer_color: green;
+/*    qproperty-marker_alpha1: 150;*/
+/*    qproperty-marker_alpha2: 150;*/
+/*    qproperty-marker_alpha3: 150;*/
+    qproperty-axes_label_font_size: 28;
+}
+
+TimeDomainDisplayPlot {
+    qproperty-tag_text_color: blue;
+    qproperty-tag_background_color: grey;
+    qproperty-tag_background_style: Dense4Pattern;
+    qproperty-line_color1: #00FF00;
+    qproperty-line_color2: magenta;
+    qproperty-line_color3: #F44336;
+    qproperty-line_color4: #00FF00;
+    qproperty-line_color5: magenta;
+    qproperty-line_color6: #F44336;
+    qproperty-line_style1: SolidLine;
+    qproperty-line_style2: DashLine;
+    qproperty-line_style3: DotLine;
+    qproperty-line_style4: SolidLine;
+    qproperty-line_style5: DashLine;
+    qproperty-line_style6: DotLine;
+    qproperty-marker_alpha1: 225;
+    qproperty-marker_alpha2: 225;
+    qproperty-marker_alpha3: 225;
+    qproperty-marker_alpha4: 150;
+    qproperty-marker_alpha5: 150;
+    qproperty-marker_alpha6: 150;
+    qproperty-line_width1: 3;
+    qproperty-line_width2: 3;
+    qproperty-line_width3: 3;
+    qproperty-line_width4: 3;
+    qproperty-line_width5: 3;
+    qproperty-line_width6: 3;
+}
+
+WaterfallDisplayPlot {
+    qproperty-intensity_color_map_type1: 5;
+    qproperty-low_intensity_color: black;
+    qproperty-high_intensity_color: green;
+    qproperty-color_map_title_font_size: 24;
+}
+
+TimeRasterDisplayPlot {
+    qproperty-intensity_color_map_type1: 6;
+    qproperty-color_map_title_font_size: 24;
+}
+
+HistogramDisplayPlot {
+    qproperty-line_color1: #00FF00;
+    qproperty-line_style1: SolidLine;
+    qproperty-marker_alpha1: 150;
+}
+
+
+FrequencyDisplayPlot {
+    qproperty-line_color1: cyan;
+    qproperty-line_color2: magenta;
+    qproperty-line_color3: #F44336;
+    qproperty-line_color4: cyan;
+    qproperty-line_color5: magenta;
+    qproperty-line_color6: #F44336;
+    qproperty-line_style1: SolidLine;
+    qproperty-line_style2: DashLine;
+    qproperty-line_style3: DotLine;
+    qproperty-line_style4: SolidLine;
+    qproperty-line_style5: DashLine;
+    qproperty-line_style6: DotLine;
+    qproperty-marker_alpha1: 225;
+    qproperty-marker_alpha2: 225;
+    qproperty-marker_alpha3: 225;
+    qproperty-marker_alpha4: 150;
+    qproperty-marker_alpha5: 150;
+    qproperty-marker_alpha6: 150;
+    qproperty-line_width1: 3;
+    qproperty-line_width2: 3;
+    qproperty-line_width3: 3;
+    qproperty-line_width4: 3;
+    qproperty-line_width5: 3;
+    qproperty-line_width6: 3;
+    qproperty-max_fft_color: palegreen;
+    qproperty-min_fft_color: darkblue;
+    qproperty-marker_lower_intensity_color: white;
+    qproperty-marker_upper_intensity_color: red;
+    qproperty-marker_lower_intensity_visible: false;
+    qproperty-marker_upper_intensity_visible: false;
+    qproperty-marker_noise_floor_amplitude_color: red;
+    qproperty-marker_noise_floor_amplitude_visible: false;
+    qproperty-marker_lower_intensity_width: 3;
+    qproperty-marker_upper_intensity_width: 3;
+}
+
+VectorDisplayPlot {
+    qproperty-line_color1: #00FF00;
+    qproperty-line_color2: magenta;
+    qproperty-line_color3: #F44336;
+    qproperty-line_color4: #00FF00;
+    qproperty-line_color5: magenta;
+    qproperty-line_color6: #F44336;
+    qproperty-line_style1: SolidLine;
+    qproperty-line_style2: DashLine;
+    qproperty-line_style3: SolidLine;
+    qproperty-line_style4: DashLine;
+    qproperty-line_style5: SolidLine;
+    qproperty-line_style6: DashLine;
+/*    qproperty-line_style3: DotLine;
+    qproperty-line_style4: SolidLine;
+    qproperty-line_style5: DashLine;
+    qproperty-line_style6: DotLine;*/
+    qproperty-marker_alpha1: 225;
+    qproperty-marker_alpha2: 225;
+    qproperty-marker_alpha3: 225;
+    qproperty-marker_alpha4: 150;
+    qproperty-marker_alpha5: 150;
+    qproperty-marker_alpha6: 150;
+    qproperty-line_width1: 3;
+    qproperty-line_width2: 3;
+    qproperty-line_width3: 3;
+    qproperty-line_width4: 3;
+    qproperty-line_width5: 3;
+    qproperty-line_width6: 3;
+    qproperty-max_vec_color: palegreen;
+    qproperty-min_vec_color: darkblue;
+    qproperty-marker_lower_intensity_color: white;
+    qproperty-marker_upper_intensity_color: red;
+    qproperty-marker_lower_intensity_visible: false;
+    qproperty-marker_upper_intensity_visible: false;
+    qproperty-marker_ref_level_color: red;
+    qproperty-marker_ref_level_visible: false;
+    qproperty-marker_lower_intensity_width: 3;
+    qproperty-marker_upper_intensity_width: 3;
+}
+
+ConstellationDisplayPlot {
+    qproperty-line_color1: #00FF00;
+    qproperty-marker_alpha1: 150;
+}
+
+QwtPlotCanvas
+{
+    border: 1px solid White;
+    border-radius: 10px;
+}
+
+QwtScaleWidget
+{
+    font-size: 24px;
+}
+
+QwtLegend
+{
+    padding: 3px;
+    margin: 3px;
+    font-size: 24px;
+}
+
+QwtLegendItem
+{
+    padding: 2px;
+    margin: 2px;
+    font-size: 24px;
+}
+
+QLineEdit,
+QPlainTextEdit,
+QComboBox,
+QMenu {
+    selection-color: black;
+    selection-background-color: lightgrey;
+    background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 black, stop: 1 
rgb(128, 128, 128));
+    border: 1px solid gray;
+    padding: 2px;
+    border-radius: 3px;
+}
+
+QPushButton,
+QToolButton {
+    selection-color: black;
+    selection-background-color: white;
+    background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 black, stop: 1 
rgb(128, 128, 128));
+    border: 1px solid gray;
+    padding: 2px;
+    border-radius: 3px;
+}
+
+QTabWidget::pane {
+    border: 1px solid white;
+}
+
+QTabBar {
+    margin: 20px;
+    padding: 20px;
+}
+
+QTabBar::tab {
+    background-color: rgb(100, 100, 100);
+    border: 3px solid white;
+    padding: 5px;
+}
+
+QTabBar::tab:first {
+    border-top-left-radius: 4px;
+}
+
+QTabBar::tab:last {
+    border-top-right-radius: 4px;
+}
+
+QTabBar::tab:selected {
+    background-color: rgb(200, 200, 200);
+    color: black;
+}



reply via email to

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