Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
Static Public Attributes | List of all members
Seg3D::StyleSheet Class Reference

Static Public Attributes

static const char * PALETTE_BACKGROUND_PROPERTY_C = PALETTE_BACKGROUND_PROPERTY
 
static const QString MAIN_STYLE_C
 
static const QString GROUP_MENUBAR_C
 
static const QString STATUSBAR_C
 
static const QString STATUSBAR_ERROR_C
 
static const QString STATUSBAR_WARNING_C
 
static const QString STATUSBAR_MESSAGE_C
 
static const QString STATUSBAR_DEBUG_C
 
static const QString TOOLBOXWIDGET_C
 
static const QString TOOLBOXPAGEWIDGET_PAGE_BACKGROUND_ACTIVE_C
 
static const QString TOOLBOXPAGEWIDGET_PAGE_BACKGROUND_INACTIVE_C
 
static const QString TOOLBOXPAGEWIDGET_ACTIVATE_BUTTON_ACTIVE_C
 
static const QString TOOLBOXPAGEWIDGET_ACTIVATE_BUTTON_INACTIVE_C
 
static const QString LAYERMANAGERWIDGET_C
 
static const QString LAYERWIDGET_C
 
static const QString LAYER_WIDGET_BASE_ACTIVE_C
 
static const QString LAYER_WIDGET_BASE_ACTIVE_IN_USE_C
 
static const QString LAYER_WIDGET_BASE_IN_USE_C
 
static const QString LAYER_WIDGET_BASE_INACTIVE_C
 
static const QString LAYER_WIDGET_LABEL_INACTIVE_C
 
static const QString LAYER_WIDGET_BASE_LOCKED_C
 
static const QString LAYER_WIDGET_LABEL_LOCKED_C
 
static const QString LAYER_WIDGET_LABEL_ACTIVE_C
 
static const QString LAYER_WIDGET_LABEL_ACTIVE_IN_USE_C
 
static const QString LAYER_WIDGET_LABEL_IN_USE_C
 
static const QString GROUP_WIDGET_BACKGROUND_ACTIVE_C
 
static const QString GROUP_WIDGET_BACKGROUND_INACTIVE_C
 
static const QString LAYER_RESAMPLER_C
 
static const QString LAYER_PUSHDRAGBUTTON_C
 
static const QString GROUP_PUSHDRAGBUTTON_C
 
static const QString VIEWERWIDGET_C
 
static const QString VIEWERSELECTED_C
 
static const QString VIEWERNOTSELECTED_C
 
static const QString VIEWERWIDGET_SINGLELINE_C
 
static const QString VIEWERWIDGET_DOUBLELINE_C
 
static const QString RENDERINGWIDGET_C
 
static const QString RENDERING_CLIPPING_ACTIVE_C
 
static const QString RENDERING_CLIPPING_INACTIVE_C
 
static const QString RENDERING_FOG_ACTIVE_C
 
static const QString RENDERING_FOG_INACTIVE_C
 
static const QString RENDERING_VR_ACTIVE_C
 
static const QString RENDERING_VR_INACTIVE_C
 
static const QString PROJECTDOCKWIDGET_C
 
static const QString PROVENANCE_LIST_HEADER_C
 
static const QString LAYERIO_C
 
static const QString SPLASHSCREEN_C
 
static const QString PREFERENCES_C
 
static const QString SHORTCUTS_C
 
static const QString SEGMENTATION_EXPORT_C
 
static const QString QTLAYERLISTWIDGET_VALID_C
 
static const QString QTLAYERLISTWIDGET_INVALID_C
 
static const QString TRISTATE_UNCHECKED_C
 
static const QString TRISTATE_INTERMEDIATE_C
 
static const QString TRISTATE_CHECKED_C
 
static const QString SPEEDLINE_TOOL_C
 
static const QString ACCENT_COLOR_C
 
static const QString CRITICAL_ERROR_COLOR_C
 
static const QString ERROR_COLOR_C
 
static const QString WARNING_COLOR_C
 
static const QString MESSAGE_COLOR_C
 
static const QString SUCCESS_COLOR_C
 
static const QString DEBUG_COLOR_C
 

Member Data Documentation

const QString Seg3D::StyleSheet::ACCENT_COLOR_C
static
Initial value:
= QString::fromUtf8(
ACCENT_HEX_COLOR )
const QString Seg3D::StyleSheet::CRITICAL_ERROR_COLOR_C
static
Initial value:
= QString::fromUtf8(
CRITICAL_ERROR_HEX_COLOR )
const QString Seg3D::StyleSheet::DEBUG_COLOR_C
static
Initial value:
= QString::fromUtf8(
DEBUG_COLOR )
const QString Seg3D::StyleSheet::ERROR_COLOR_C
static
Initial value:
= QString::fromUtf8(
ERROR_HEX_COLOR )
const QString Seg3D::StyleSheet::GROUP_MENUBAR_C
static
Initial value:
= QString::fromUtf8(
"QWidget#group_tools_{"
" border-radius: 3px;"
" border: 3px solid rgb( " BORDER_COLOR ") ;"
" background-color: rgb( 106, 106, 112 );"
" color: white;"
" border-top-width: 0px;"
" border-top-right-radius: 0px;"
" border-top-left-radius: 0px;"
"}"
"QWidget#iso_quality_{"
" border-top: 1px solid rgb( " HOVER_COLOR ") ;"
" margin-left: 3px;"
" margin-right: 3px;"
"}"
"QWidget#duplicate_layers_{"
" border-top: 1px solid rgb( " HOVER_COLOR ") ;"
" margin-left: 3px;"
" margin-right: 3px;"
"}"
"QWidget#delete_{"
" border-top: 1px solid rgb( " HOVER_COLOR ") ;"
" margin-left: 3px;"
" margin-right: 3px;"
"}"
)
const QString Seg3D::StyleSheet::GROUP_PUSHDRAGBUTTON_C
static
Initial value:
= QString::fromUtf8(
"QPushButton#activate_button_{"
" background-color:rgba(0, 0, 0, 0);"
" border-color: rgba(0, 0, 0, 0);"
" border: none;"
" height: 24px;"
" text-align: left;"
" color: white;"
" margin: 0 0 0 0;"
" padding: 0 0 0 0;"
" font: bold;"
"}"
"QPushButton#activate_button_:pressed{"
" background-color:rgba(0, 0, 0, 0);"
" border: none;"
" border-color: rgba(0, 0, 0, 0);"
" color: gray;"
" margin: 0 0 0 0;"
" padding: 0 0 0 0;"
"}"
"QPushButton#activate_button_:disabled{"
" background-color:rgb( " HOVER_COLOR ") ;"
" border: none;"
" border-color: rgba(0, 0, 0, 0);"
" color: gray;"
" margin: 0 0 0 0;"
" padding: 0 0 0 0;"
"}")
const QString Seg3D::StyleSheet::GROUP_WIDGET_BACKGROUND_ACTIVE_C
static
Initial value:
= QString::fromUtf8(
"QWidget#group_header_ {"
" background-color: rgb( " ACCENT_COLOR ") ;"
" border: 3px solid rgb( " BORDER_COLOR ") ;"
" border-radius: 3px;"
" border-bottom: 0px solid transparent;"
" border-bottom-right-radius:0px;"
" border-bottom-left-radius:0px;"
" color: white;"
" padding: 1px;"
"}"
"QToolButton:checked:!hover {"
" background-color: rgba(0,0,0,0);"
" margin: 0 0 0 0;"
" padding: 0 0 0 0;"
"}"
)
const QString Seg3D::StyleSheet::GROUP_WIDGET_BACKGROUND_INACTIVE_C
static
Initial value:
= QString::fromUtf8(
"QWidget#group_header_ {"
" background-color: rgb( " INACTIVE_COLOR ") ;"
" border: 2px solid rgb( " BORDER_COLOR ") ;"
" border-radius: 3px;"
" border-bottom-width: 2px;"
" border-bottom-right-radius:3px;"
" border-bottom-left-radius:3px;"
" color: white;"
" padding: 1px;"
"}"
)
const QString Seg3D::StyleSheet::LAYER_PUSHDRAGBUTTON_C
static
Initial value:
= QString::fromUtf8(
"QPushButton#activate_button_{"
" background-color: rgba(0, 0, 0, 0);"
" border: 0px solid rgba(0, 0, 0, 0);"
" border-radius: 3px;"
" color: white;"
" margin: 0px;"
" padding: 0px;"
"}"
"QPushButton#activate_button_:disabled{"
" background-color: rgb( " HOVER_COLOR ") ;"
" border: 0px solid rgba(0, 0, 0, 0);"
" border-radius: 3px;"
" color: gray;"
" margin: 0px;"
" padding: 0px;"
"}")
const QString Seg3D::StyleSheet::LAYER_RESAMPLER_C
static
Initial value:
= QString::fromUtf8(
"QDialog{"
" background-color: rgb(" BACKGROUND_COLOR ");"
" border: none;"
"}"
)
const QString Seg3D::StyleSheet::LAYER_WIDGET_BASE_ACTIVE_C
static
Initial value:
= QString::fromUtf8(
"QWidget#base_ {"
" border: 3px solid rgb( " BORDER_COLOR ") ;"
" border-top-width: 1px;"
" border-top-color: rgb( " BORDER_COLOR ") ;"
" border-radius: 3px;"
" border-top-right-radius: 3px 1px;"
" border-top-left-radius: 3px 1px;"
" background-color: rgb( " ACCENT_COLOR ") ;"
"}"
)
const QString Seg3D::StyleSheet::LAYER_WIDGET_BASE_ACTIVE_IN_USE_C
static
Initial value:
= QString::fromUtf8(
"QWidget#base_{"
" border: 3px solid rgba(73, 111, 160, 150);"
" border-top-width: 1px;"
" border-top-color: rgb( " BORDER_COLOR ") ;"
" border-radius: 3px;"
" border-top-right-radius: 3px 1px;"
" border-top-left-radius: 3px 1px;"
" background-color: rgb( " ACCENT_COLOR ") ;"
"}")
const QString Seg3D::StyleSheet::LAYER_WIDGET_BASE_IN_USE_C
static
Initial value:
= QString::fromUtf8(
"QWidget#base_{"
" border: 3px solid rgba(73, 111, 160, 150);"
" border-top-width: 0px;"
" border-radius: 3px;"
" border-top-right-radius: 0px;"
" border-top-left-radius: 0px;"
" background-color: rgb( " HOVER_COLOR ") ;"
"}")
const QString Seg3D::StyleSheet::LAYER_WIDGET_BASE_INACTIVE_C
static
Initial value:
= QString::fromUtf8(
"QWidget#base_{"
" background-color: rgb( " PALETTE_BACKGROUND_COLOR ") ;"
" border: 3px solid rgb( " BORDER_COLOR ") ;"
" border-top-width: 0px;"
" border-radius: 3px;"
" border-top-right-radius: 0px;"
" border-top-left-radius: 0px;"
"}")
const QString Seg3D::StyleSheet::LAYER_WIDGET_BASE_LOCKED_C
static
Initial value:
= QString::fromUtf8(
"QWidget#base_ {"
" border: 3px solid rgb( " SELECT_COLOR ") ;"
" border-top-width: 0px;"
" border-radius: 3px;"
" border-top-right-radius: 0px;"
" border-top-left-radius: 0px;"
" background-color: rgb( " HOVER_COLOR ") ;"
"}"
)
const QString Seg3D::StyleSheet::LAYER_WIDGET_LABEL_ACTIVE_C
static
Initial value:
= QString::fromUtf8(
"QLineEdit#label_:!focus{"
" background-color: rgb( " ACCENT_COLOR ") ;"
"}")
const QString Seg3D::StyleSheet::LAYER_WIDGET_LABEL_ACTIVE_IN_USE_C
static
Initial value:
= QString::fromUtf8(
"QLineEdit#label_:!focus{"
" background-color: rgb( " ACCENT_COLOR ") ;"
"}")
const QString Seg3D::StyleSheet::LAYER_WIDGET_LABEL_IN_USE_C
static
Initial value:
= QString::fromUtf8(
"QLineEdit#label_:!focus{"
" background-color: rgb( " HOVER_COLOR ") ;"
"}")
const QString Seg3D::StyleSheet::LAYER_WIDGET_LABEL_INACTIVE_C
static
Initial value:
= QString::fromUtf8(
"QLineEdit#label_:!focus{"
" background-color: rgb( " PALETTE_BACKGROUND_COLOR ") ;"
"}")
const QString Seg3D::StyleSheet::LAYER_WIDGET_LABEL_LOCKED_C
static
Initial value:
= QString::fromUtf8(
"QLineEdit#label_:!focus{"
" color: gray;"
" background-color: rgb( " HOVER_COLOR ") ;"
"}")
const QString Seg3D::StyleSheet::LAYERMANAGERWIDGET_C
static
Initial value:
= QString::fromUtf8(
"QScrollArea{"
" background-color: rgb( " BACKGROUND_COLOR ") ;"
"}"
"QWidget#main_{"
" background-color: rgb( " BACKGROUND_COLOR ") ;"
" margin: 0px;"
"}"
"QWidget#scrollAreaWidgetContents{"
" border: 1px solid rgb( " BACKGROUND_COLOR ") ;"
"}"
)
const QString Seg3D::StyleSheet::MESSAGE_COLOR_C
static
Initial value:
= QString::fromUtf8(
MESSAGE_HEX_COLOR )
const QString Seg3D::StyleSheet::PREFERENCES_C
static
Initial value:
= QString::fromUtf8(
"QWidget#prefs_tabs_ QGroupBox {"
" background-color: rgb( " PALETTE_BACKGROUND_COLOR ") ;"
"}"
)
const QString Seg3D::StyleSheet::PROJECTDOCKWIDGET_C
static
Initial value:
= QString(
"QWidget#dockWidgetContents QGroupBox{"
" background-color: rgb( " PALETTE_BACKGROUND_COLOR ") ;"
"}"
"QCheckBox#custom_colors_checkbox_ {"
" margin-left: 10px;"
"}"
)
const QString Seg3D::StyleSheet::QTLAYERLISTWIDGET_INVALID_C
static
Initial value:
= QString::fromUtf8(
" background-color: rgb( " ALERT_BACKGROUND_COLOR ") ;"
)
const QString Seg3D::StyleSheet::QTLAYERLISTWIDGET_VALID_C
static
Initial value:
= QString::fromUtf8(
" background-color: transparent;"
)
const QString Seg3D::StyleSheet::SEGMENTATION_EXPORT_C
static
Initial value:
= QString::fromUtf8(
"QFrame {"
" background-color: rgb( " PALETTE_BACKGROUND_COLOR " );"
"}"
"QScrollArea {"
" background-color: rgb( " PALETTE_BACKGROUND_COLOR " );"
"}"
"QWidget#group_with_masks_tree_ {"
" background-color: rgb( " PALETTE_BACKGROUND_COLOR " );"
"}"
"QWidget#layers_ {"
" background-color: rgb( " PALETTE_BACKGROUND_COLOR " );"
"}"
"QFrame#layer_line_{ "
" background-color: rgb( " HOVER_COLOR ") ;"
"}"
)
const QString Seg3D::StyleSheet::SHORTCUTS_C
static
Initial value:
= QString::fromUtf8(
"QWidget#scrollAreaWidgetContents {"
" background-color: rgb( " BACKGROUND_COLOR ") ;"
"}"
"QWidget#scrollAreaWidgetContents_2 {"
" background-color: rgb( " BACKGROUND_COLOR ") ;"
"}"
"QWidget#scrollAreaWidgetContents_3 {"
" background-color: rgb( " BACKGROUND_COLOR ") ;"
"}"
"QWidget#scrollAreaWidgetContents_4 {"
" background-color: rgb( " BACKGROUND_COLOR ") ;"
"}"
"QWidget#active_tool_shortcuts_ QScrollArea {"
" border: 1px solid white;"
"}"
"QWidget#active_tool_shortcuts_ QWidget {"
" background-color: rgb( " BACKGROUND_COLOR ") ;"
"}"
)
const QString Seg3D::StyleSheet::SPEEDLINE_TOOL_C
static
Initial value:
= QString::fromUtf8(
"QLabel#message_1_ {"
" color: rgb(" FONT_COLOR ");"
" font: bold;"
"}"
"QWidget#message_data_layer_alert_ {"
" border-radius: 3px;"
" background-color: rgb(" ALERT_BACKGROUND_COLOR ");"
"}"
"QWidget#message_mask_alert_ {"
" border-radius: 3px;"
" background-color: rgb(" ALERT_BACKGROUND_COLOR ");"
"}"
)
const QString Seg3D::StyleSheet::SPLASHSCREEN_C
static
Initial value:
= QString::fromUtf8(
"SplashScreen#splashscreen{"
" background-color: none; "
"}"
)
const QString Seg3D::StyleSheet::STATUSBAR_DEBUG_C
static
Initial value:
= QString::fromUtf8(
"QLabel#status_report_label_{"
" color: " DEBUG_COLOR ";"
" font: bold;"
"}" )
const QString Seg3D::StyleSheet::STATUSBAR_ERROR_C
static
Initial value:
= QString::fromUtf8(
"QLabel#status_report_label_{"
" color: rgb(" ERROR_COLOR ");"
" font: bold;"
"}" )
const QString Seg3D::StyleSheet::STATUSBAR_MESSAGE_C
static
Initial value:
= QString::fromUtf8(
"QLabel#status_report_label_{"
" color: rgb(" MESSAGE_COLOR ");"
" font: bold;"
"}" )
const QString Seg3D::StyleSheet::STATUSBAR_WARNING_C
static
Initial value:
= QString::fromUtf8(
"QLabel#status_report_label_{"
" color: rgb(" WARNING_COLOR ");"
" font: bold;"
"}" )
const QString Seg3D::StyleSheet::SUCCESS_COLOR_C
static
Initial value:
= QString::fromUtf8(
SUCCESS_HEX_COLOR )
const QString Seg3D::StyleSheet::TOOLBOXPAGEWIDGET_PAGE_BACKGROUND_ACTIVE_C
static
Initial value:
= QString(
"QWidget#page_background_ {"
" background-color: rgb( " ACCENT_COLOR ") ;"
" border-radius: 3px;"
" border: 3px solid rgb( " BORDER_COLOR ") ;"
" border-bottom-width: 0px;"
" border-bottom-right-radius: 0px;"
" border-bottom-left-radius: 0px;"
"}"
"QWidget#page_header_ {"
" padding-right: 3px; "
"}"
)
const QString Seg3D::StyleSheet::TOOLBOXPAGEWIDGET_PAGE_BACKGROUND_INACTIVE_C
static
Initial value:
= QString(
"QWidget#page_background_ {"
" background-color: rgb( " INACTIVE_COLOR ") ;"
" border-radius: 3px;"
" border: 2px solid rgb( " BORDER_COLOR ") ;"
"}"
"QWidget#page_header_ {"
" padding-right: 3px; "
"}"
)
const QString Seg3D::StyleSheet::TRISTATE_CHECKED_C
static
Initial value:
= QString::fromUtf8(
"QToolButton{"
" background-color: rgb( " SELECT_COLOR ") ;"
" border-width: 2px;"
" border-radius: 2px;"
"}"
)
const QString Seg3D::StyleSheet::TRISTATE_INTERMEDIATE_C
static
Initial value:
= QString::fromUtf8(
"QToolButton{"
" background-color: rgb( " HOVER_COLOR ") ;"
" border-width: 2px;"
" border-radius: 2px;"
"}"
)
const QString Seg3D::StyleSheet::TRISTATE_UNCHECKED_C
static
Initial value:
= QString::fromUtf8(
"QToolButton{"
" background-color: transparent;"
" border-width: 2px;"
" border-radius: 2px;"
"}"
)
const QString Seg3D::StyleSheet::VIEWERNOTSELECTED_C
static
Initial value:
= QString::fromUtf8(
"QWidget#border_{"
" border-top: 3px solid rgb(" INACTIVE_COLOR ");"
" border-bottom: 3px solid rgb(" INACTIVE_COLOR ");"
" border-left: 3px solid rgb(" INACTIVE_COLOR ");"
" border-right: 3px solid rgb(" INACTIVE_COLOR ");"
"}")
const QString Seg3D::StyleSheet::VIEWERSELECTED_C
static
Initial value:
= QString::fromUtf8(
"QWidget#border_{"
" border-top: 3px solid rgb( " ACCENT_COLOR ") ;"
" border-bottom: 3px solid rgb( " ACCENT_COLOR ") ;"
" border-left: 3px solid rgb( " ACCENT_COLOR ") ;"
" border-right: 3px solid rgb( " ACCENT_COLOR ") ;"
"}")
const QString Seg3D::StyleSheet::VIEWERWIDGET_DOUBLELINE_C
static
Initial value:
= QString::fromUtf8(
"QWidget#buttonbar_{"
" border-bottom: 1px solid rgb(" HOVER_COLOR ") ;"
"}"
"QWidget#viewer_mode_holder_{"
" border-bottom: 1px solid rgb(" HOVER_COLOR ") ;"
"}"
)
const QString Seg3D::StyleSheet::VIEWERWIDGET_SINGLELINE_C
static
Initial value:
= QString::fromUtf8(
"QWidget#buttonbar_{"
" border-bottom: none ;"
"}"
"QWidget#viewer_mode_holder_{"
" border-bottom: none ;"
"}"
)
const QString Seg3D::StyleSheet::WARNING_COLOR_C
static
Initial value:
= QString::fromUtf8(
WARNING_HEX_COLOR )

The documentation for this class was generated from the following files: