- 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
dpalette_zh
Class::DPalette
暂无该属性
Detailed Description
~chinese ~chinese
DPalette 提供了修改的 QPalette 类 ~chinese DPalette 添加了新的颜色类型
- ~chinese * ~chinese 定义了 DPalette 颜色类型 * ~chinese UnknownCommand * ~chinese 无类型 * ~chinese UnknownCommand * ~chinese 列表项的背景色 * ~chinese UnknownCommand * ~chinese 标题型文本的颜色 * ~chinese UnknownCommand * ~chinese 提示性文本的颜色 * ~chinese UnknownCommand * ~chinese 警告类型的文本颜色 * ~chinese UnknownCommand * ~chinese 活跃式文本颜色(不受活动色影响) * ~chinese UnknownCommand * ~chinese 活跃式按钮(recommend button)背景色中的亮色(不受活跃色影响) * ~chinese UnknownCommand * ~chinese 活跃式按钮(recommend button)背景色中的暗色,会从亮色渐变到暗色(不受活跃色影响) * ~chinese UnknownCommand * ~chinese 控件边框颜色 * ~chinese UnknownCommand * ~chinese 无颜色类型
DPalette::DPalette
DPalette() ~chinese
DPalette::DPalette 构造函数
DPalette::DPalette
DPalette(const int &palette) ~chinese
DPalette::DPalette 构造函数 ~chinese palette参数被发送到 QPalette 构造函数
DPalette::DPalette
DPalette(const DPalette &palette) ~chinese
DPalette::DPalette 构造函数 ~chinese palette参数被发送到 QPalette 构造函数
DPalette::~DPalette
~DPalette()
DPalette::operator=
DPalette & operator=(const DPalette &palette)
DPalette::color
const int & color(int , DPalette::ColorType ) const See also setColor()
DPalette::brush
const int & brush(int , DPalette::ColorType ) const ~chinese
~chinese sa QPalette::brush() See also setBrush()
DPalette::setColor
void setColor(int cg, DPalette::ColorType ct, const int &color) See also color()
DPalette::setColor
void setColor(DPalette::ColorType ct, const int &color)
DPalette::setBrush
void setBrush(DPalette::ColorType ct, const int &brush) See also brush()
DPalette::setBrush
void setBrush(int cg, DPalette::ColorType cr, const int &brush) ~chinese
DPalette::setBrush 设置画刷 ~chinese sa cg QPalette::setBrush()
DPalette::color
const int & color(DPalette::ColorType ) const
DPalette::brush
const int & brush(DPalette::ColorType ) const
DPalette::itemBackground
const int & itemBackground() const
DPalette::textTiele
const int & textTiele() const
DPalette::textTips
const int & textTips() const
DPalette::textWarning
const int & textWarning() const
DPalette::textLively
const int & textLively() const
DPalette::lightLively
const int & lightLively() const
DPalette::darkLively
const int & darkLively() const
DPalette::frameBorder
const int & frameBorder() const
DPalette::placeholderText
const int & placeholderText() const
DPalette::frameShadowBorder
const int & frameShadowBorder() const