Chris Graf
Chris Graf
Fix a couple of instances where a local variable declaration shadowed another variable. This was causing a compiler error when compiling with clang and treating most compiler warnings as errors...
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...
harvesters-gui currently prints this warning to the console when it starts: ``` harvesters_gui\frontend\pyqt5.py:163: DeprecationWarning: please consider to use files instead of cti_files. return self.harvester_core.cti_files ``` Apply the suggested fix to...
These params allow the caller to make the GUI auto-load a CTI file and select a device that is enumerated within the CTI library. If the desired device is not...