genicam / harvesters_gui

Harvester-based GUI
Apache License 2.0
56 stars 24 forks source link

Fix QCssParser::parseColorValue warnings about alpha channel #31

Open cgraf78 opened 1 year ago

cgraf78 commented 1 year ago

harvesters-gui currently prints this warning to the console when it starts:

WARNING: QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 0, 0, 0, 0%'

Set the style sheet background property with rgba to fix the warning (explicitly sets the alpha channel).