Home
last modified time | relevance | path

Searched refs:alternateRowColor (Results 1 – 5 of 5) sorted by relevance

/dports/audio/hydrogen/hydrogen-1.0.1/data/
H A Dhydrogen.default.conf210 <alternateRowColor>128,134,152</alternateRowColor>
223 <alternateRowColor>167,168,163</alternateRowColor>
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/SongEditor/
H A DSongEditor.cpp655 …QColor alternateRowColor( pStyle->m_songEditor_alternateRowColor.getRed(), pStyle->m_songEditor_al… in createBackground() local
677 m_pBackgroundPixmap->fill( alternateRowColor ); in createBackground()
1940 …QColor alternateRowColor( pStyle->m_songEditor_alternateRowColor.getRed(), pStyle->m_songEditor_al… in createBackground() local
1998 p.fillRect ( 0, height() - 3, width(), 2, alternateRowColor ); in createBackground()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/PatternEditor/
H A DDrumPatternEditor.cpp743 …static const QColor alternateRowColor( pStyle->m_patternEditor_alternateRowColor.getRed(), pStyle-… in __create_background() local
764 p.fillRect( 0, y, (20 + nNotes * m_nGridWidth), m_nGridHeight, alternateRowColor ); in __create_background()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp264 … QColor alternateRowColor = palette.base().color().lighter(93); // ref gtkstyle.c draw_flat_box in standardPalette() local
269alternateRowColor = QColor(gtkAltBase->red>>8, gtkAltBase->green>>8, gtkAltBase->blue>>8); in standardPalette()
272 palette.setColor(QPalette::AlternateBase, alternateRowColor); in standardPalette()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp377 … QColor alternateRowColor = palette.base().color().lighter(93); // ref gtkstyle.c draw_flat_box in standardPalette() local
382alternateRowColor = QColor(gtkAltBase->red>>8, gtkAltBase->green>>8, gtkAltBase->blue>>8); in standardPalette()
385 palette.setColor(QPalette::AlternateBase, alternateRowColor); in standardPalette()