I need to use gauges in my app. In Delphi I used to use TGauge with was simple and worked great. You could change the size and color with no issue. I have been trying to find a LCL that works just as well but I cant seem to find one. TProgressBar would be fine as I can change the direction but it does not resize, you can change length but not the thickness. I tried TcySimpleGauge which has all the functionality but does work properly. It does not seem to update when changing the position. Are there any suggestions for an LCL which works well in QT5 under Linux? Thanks