• Stars
    star
    115
  • Rank 304,996 (Top 7 %)
  • Language QML
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Custom radial Progress Bar QML component

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:

Screen Recording 2021-04-16 at 14 26 52

alt tag

alt tag

alt tag

alt tag