which widget i have to use to show battery state of charge on my mobile application?
Solved
Mobile and Embedded
-
I am reading battery voltage in decimal value from 0 to 100 %.
i wan to represent same way like mobile where we can show battery charging icon. as well as when it discharging at that time state of charge like mobile.
can you suggest me best widget for it
-
@Qt-embedded-developer You can either use https://doc.qt.io/qt-5/qprogressbar.html or design your own widget.