QWidget { color: #DEDDDA; background-color: #242424; } QwtPlot { padding: 10px; font-size: 18px; } DisplayPlot { qproperty-zoomer_color: #3584E4; qproperty-line_color1: #3584E4; qproperty-line_color2: #33C7DE; qproperty-line_color3: #26A269; qproperty-line_style2: DashLine; qproperty-line_style3: DotLine; qproperty-axes_label_font_size: 18; } TimeDomainDisplayPlot { qproperty-tag_text_color: #3584E4; qproperty-tag_background_color: #3D3D3D; qproperty-tag_background_style: Dense4Pattern; } WaterfallDisplayPlot { qproperty-intensity_color_map_type1: 1; qproperty-low_intensity_color: #1E1E1E; qproperty-high_intensity_color: #26A269; } FrequencyDisplayPlot { qproperty-max_fft_color: #26A269; qproperty-min_fft_color: #26A269; qproperty-marker_lower_intensity_color: #DEDDDA; qproperty-marker_upper_intensity_color: #E01B24; 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; } VectorDisplayPlot { qproperty-max_vec_color: #26A269; qproperty-min_vec_color: #26A269; qproperty-marker_lower_intensity_color: #DEDDDA; qproperty-marker_upper_intensity_color: #E01B24; qproperty-marker_lower_intensity_visible: false; qproperty-marker_upper_intensity_visible: false; qproperty-marker_ref_level_amplitude_color: red; qproperty-marker_ref_level_amplitude_visible: false; } QwtPlotCanvas { border: 1px solid #5E5E5E; border-radius: 10px; } QwtScaleWidget { font-size: 14px; } QwtLegend { padding: 3px; margin: 3px; font-size: 14px; } QwtLegendItem { padding: 2px; margin: 2px; } QLineEdit, QPlainTextEdit, QComboBox, QMenu { selection-color: #FFFFFF; selection-background-color: #3584E4; background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #2D2D2D, stop: 1 #353535); border: 1px solid #5E5E5E; padding: 2px; border-radius: 3px; } QPushButton, QToolButton { selection-color: #FFFFFF; selection-background-color: #3584E4; background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #2D2D2D, stop: 1 #3D3D3D); border: 1px solid #5E5E5E; padding: 2px; border-radius: 3px; } QTabWidget::pane { border: 1px solid #5E5E5E; } QTabBar { margin: 20px; padding: 20px; } QTabBar::tab { background-color: #2D2D2D; border: 1px solid #5E5E5E; padding: 5px; } QTabBar::tab:first { border-top-left-radius: 4px; } QTabBar::tab:last { border-top-right-radius: 4px; } QTabBar::tab:selected { background-color: #3D3D3D; color: #3584E4; }