Home
last modified time | relevance | path

Searched refs:_BASE_RGB_BOX_STYLE (Results 1 – 2 of 2) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_colorbox.h112 static const QString _BASE_RGB_BOX_STYLE; variable
H A Drfx_colorbox.cpp26 const QString RfxColorBox::_BASE_RGB_BOX_STYLE = QString("margin-left: 25px;border-top-left-radius:… member in RfxColorBox
52 …this->_rgbBox->setStyleSheet(RfxColorBox::_BASE_RGB_BOX_STYLE + QString("background-color: rgb(%1,… in RfxColorBox()
383 QString newStyleSheet = RfxColorBox::_BASE_RGB_BOX_STYLE + QString("background-color: rgb("); in getNewRGBStylesheet()