progress bar
-
Network strength stylesheet? What do you mean?
-
@sierdzio

How to create stylesheet for this ?
I'm using horizontal slider if slider value changed setting the progress bar valueI'd just use a QLabel and change the image based on signal strength.
-
@sierdzio Using a progress bar and slider already set the limits progressbar->setrange(0,100)
increasing value by 10 ,decreasing the value by 10 if slider value changed
how to design that progress bar like above image@Rockerz you can use the chunk property for this in the stylesheet, but it won't allow you to show different size of the bar I think: https://doc.qt.io/qt-6/stylesheet-reference.html#chunk-sub