Skip to content

filipdns/RadialBarDemo

 
 

Repository files navigation

RadialBarDemo

Custom radial Progress Bar QML component This is a Custom Radial Bar created as a component to be used with QML.

Following are the main properties of this component.

  • startAngle
  • spanAngle
  • minValue
  • maxValue
  • value
  • dialWidth
  • backgroundColor
  • foregroundColor
  • progressColor
  • textColor
  • penStyle
  • suffixText
  • showText
  • dialType
  • textFont

The property penStyle can be used to provide two styles which QT is providing which are Qt::FlatCap & Qt::RoundCap.

The property DialType is peovided as custom enum which will have following properties.

  • FullDial
  • MinToMax
  • NoDial

Screenshots:

alt tag

alt tag

alt tag

alt tag

About

Custom radial Progress Bar QML component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 56.0%
  • QML 39.3%
  • QMake 4.7%