- qtgui
- qtdbus
- qtwidgets
- qtcore
- dtkcore
- qsettingbackend_zh
- dobject_zh
- abstractappender_zh
- abstractstringappender_zh
- dfilewatcher_zh
- outputdebugappender_zh
- dsettingsbackend_zh
- drecentmanager_zh
- ddesktopentry_zh
- consoleappender_zh
- gsettingsbackend_zh
- dsettingsgroup_zh
- dlogmanager_zh
- fileappender_zh
- dsettings_zh
- dfilesystemwatcher_zh
- dfilewatchermanager_zh
- dbasefilewatcher_zh
- dtkgui
- dtkwidget
- dviewitemaction_zh
- dstandarditem_zh
- dfiledialog_zh
- dclipeffectwidget_zh
- danchors_zh
- dgraphicsclipeffect_zh
- dstyle_zh
- dcoloredprogressbar_zh
- dbuttonboxbutton_zh
- dlabel_zh
- dtiplabel_zh
- darrowlinedrawer_zh
- daboutdialog_zh
- dsettingswidgetfactory_zh
- dsearchcombobox_zh
- dcrumbedit_zh
- dcommandlinkbutton_zh
- dsettingsdialog_zh
- dwindowoptionbutton_zh
- dspinner_zh
- dsimplelistview_zh
- dwaterprogress_zh
- dmainwindow_zh
- dhidpihelper_zh
- dslider_zh
- dpasswordedit_zh
- danchorinfo_zh
- dmpriscontrol_zh
- darrowbutton_zh
- dbackgroundgroup_zh
- dcircleprogress_zh
- dwarningbutton_zh
- dwindowclosebutton_zh
- dvideowidget_zh
- dfilechooseredit_zh
- dblureffectwidget_zh
- darrowrectangle_zh
- dsearchedit_zh
- dfloatingmessage_zh
- dswitchlineexpand_zh
- dtabbar_zh
- dlineedit_zh
- danchorsbase_zh
- dstylediconengine_zh
- dwindowmaxbutton_zh
- dpageindicator_zh
- dsuggestbutton_zh
- dapplicationsettings_zh
- dtooltip_zh
- dwindowminbutton_zh
- ddrawer_zh
- dtitlebar_zh
- dsimplelistitem_zh
- dpicturesequenceview_zh
dcircleprogress_zh
Class::DCircleProgress
暂无该属性
Detailed Description
Use DCircleProgress to create a circle progress display widget. DCircleProgress provide a circle progress widget with configurable foreground color chunkColor and background color backgroundColor . You can also set text for display status or for other purpose.
DCircleProgress::Q_PROPERTY
int Q_PROPERTY(int )
DCircleProgress::mouseEntered
void mouseEntered()
DCircleProgress::mouseLeaved
void mouseLeaved()
DCircleProgress::DCircleProgress
DCircleProgress(int *parent)
DCircleProgress::value
int value() const
Progress value of the progressbar.
环形进度条的进度值。 Maximum value is 100, minimum value is 0. 最大值为 100 ,最小值为 0 。
See also setValue()
DCircleProgress::setValue
void setValue(int value)
Set the progress value of the progressbar.
设置环形进度条的进度值。 Maximum value is 100, minimum value is 0. 最大值为 100 ,最小值为 0 。将根据该值和最大值(100)的比例关系绘制进度。
See also value()
DCircleProgress::text
const QString text() const
Text display near the circle progressbar.
环形进度条旁边的文字。 See also setText()
DCircleProgress::setText
void setText(const QString &text)
Set the text display near the circle progressbar.
设置环形进度条旁边的文字。 See also text()
DCircleProgress::backgroundColor
const int backgroundColor() const
Background color of the circle progressbar.
环形进度条的背景色。 See also setBackgroundColor()
DCircleProgress::setBackgroundColor
void setBackgroundColor(const int &color)
Set the background color of the circle progressbar.
设置环形进度条的背景色。 See also backgroundColor()
DCircleProgress::chunkColor
const int chunkColor() const
Foreground color of the progressbar to indicate progress.
环形进度条的前景色,用以标识进度。 See also setChunkColor()
DCircleProgress::setChunkColor
void setChunkColor(const int &color)
Set the foreground color of the progressbar to indicate progress.
设置用以标识进度环形进度条的前景色。 See also chunkColor()
DCircleProgress::lineWidth
int lineWidth() const
circle line width of the circle progressbar.
环形进度条的环形宽度。 See also setLineWidth()
DCircleProgress::setLineWidth
void setLineWidth(const int width)
Set the circle line width of the circle progressbar.
设置环形进度条的环形宽度。 See also lineWidth() setLineWidth()
DCircleProgress::topLabel
int * topLabel()
Returns 返回环形进度条顶部文字Label
DCircleProgress::bottomLabel
int * bottomLabel()
Returns 返回环形进度条底部文字Label
DCircleProgress::paintEvent
void paintEvent(int *e) override
DCircleProgress::mouseReleaseEvent
void mouseReleaseEvent(int *e) override
DCircleProgress::enterEvent
void enterEvent(int *e) override
DCircleProgress::leaveEvent
void leaveEvent(int *e) override