MCPcopy Create free account
hub / github.com/commontk/CTK / toolButtonStyle

Method toolButtonStyle

Libs/Widgets/ctkMenuComboBox.cpp:502–506  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

500
501// -------------------------------------------------------------------------
502Qt::ToolButtonStyle ctkMenuComboBox::toolButtonStyle() const
503{
504 Q_D(const ctkMenuComboBox);
505 return d->SearchButton->toolButtonStyle();
506}
507// -------------------------------------------------------------------------
508void ctkMenuComboBox::setMinimumContentsLength(int characters)
509{

Callers 1

ctkMenuComboBoxTest1Function · 0.80

Calls

no outgoing calls

Tested by 1

ctkMenuComboBoxTest1Function · 0.64