• 首页
  • Qt文档
  • DTK文档
  • 玲珑文档
  • dcoloredprogressbar_zh

    Class::DColoredProgressBar

    暂无该属性


    Detailed Description

    DColoredProgressBar is the same as QProgressBar, except it can change its appearance depending on the value displayed.

    DColoredProgressBar::addThreshold

    [private plain  ]

    void addThreshold(int threshold, int brush)

    DColoredProgressBar::addThreshold 添加一个新的阈值,并指定达到该值后要使用的画笔。如果一个相同值的阈值已经存在,它将被覆盖。 threshold 使用此画笔的最小值。 brush 当前显示的值不小于 threshold且小于下一个阈值时使用的画笔。

    DColoredProgressBar::removeThreshold

    [private plain  ]

    void removeThreshold(int threshold)

    DColoredProgressBar::removeThreshold 移除一个threshold threshold 被移除的threshold值

    DColoredProgressBar::thresholds

    [private plain  ]

    QList thresholds() const

    DColoredProgressBar::thresholds 获取所有的thresholds值 Returns 返回一个 threshold值的列表

    DColoredProgressBar::paintEvent

    [protected plain  ]

    void paintEvent(int *) override