added some test code
This commit is contained in:
parent
3c80a82ea6
commit
e25dc70ed1
1 changed files with 9 additions and 0 deletions
|
@ -38,6 +38,15 @@ CChannelFader::CChannelFader ( QWidget* pNW,
|
|||
pcbSolo = new QCheckBox ( "Solo", pNW );
|
||||
pLabel = new QLabel ( "", pNW );
|
||||
|
||||
|
||||
/*
|
||||
// TEST custom slider made of custom bitmaps
|
||||
pFader->setStyleSheet (
|
||||
"QSlider::groove { image: url(:/png/LEDs/res/CLEDYellowSmall.png) }"
|
||||
"QSlider::handle { image: url(:/png/LEDs/res/CLEDGreySmall.png) }" );
|
||||
*/
|
||||
|
||||
|
||||
// setup layout
|
||||
pMainGrid->setSpacing ( 2 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue