- 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
dwaterprogress_zh
Class::DWaterProgress
暂无该属性
Detailed Description
Use DWaterProgress to create an new water animation progress. * *
- Use DWaterProgress to create an new water animation progress. There is also an optional progress * text can be set as visible via setTextVisible() .
DWaterProgress::Q_PROPERTY
int Q_PROPERTY(int )
DWaterProgress::~DWaterProgress
~DWaterProgress()
DWaterProgress::value
int value() const
get the current progress value
当前进度值 See also setValue()
DWaterProgress::stop
void stop()
stop water animation.
停止水位动画
DWaterProgress::setValue
void setValue(int value)
set the current progress value (range: 0~100)
设置当前进度值,(范围 0~100)
DWaterProgress::setTextVisible
void setTextVisible(bool visible)
set progress text visible or not
设置是否显示进度 set the progress text value(like 50% when value is 50) visible. 设置进度文字是否显示,如值为 50 时显示 50% 。
DWaterProgress::paintEvent
void paintEvent(int *) override
DWaterProgress::changeEvent
void changeEvent(int *e) override