答案 0 :(得分:3)
reject()
的{{3}}显示手柄是通过以下方式绘制的:
catch
source code的文档中说:
QToolBar
opt.rect = style->subElementRect(QStyle::SE_ToolBarHandle, &opt, this); if (opt.rect.isValid()) style->drawPrimitive(QStyle::PE_IndicatorToolBarHandle, &opt, &p, this);
QStyle::PE_IndicatorToolBarHandle
如果要使用样式表更改句柄的外观,则QStyle::PrimitiveElement
的36
部分显示:
使用Qt Stylesheets Reference子控件设置手柄(用于移动工具栏)的样式。
The handle of a toolbar.