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

Method buttonTextAlignment

Libs/Widgets/ctkPushButton.cpp:235–239  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

233
234//-----------------------------------------------------------------------------
235Qt::Alignment ctkPushButton::buttonTextAlignment()const
236{
237 Q_D(const ctkPushButton);
238 return d->ButtonTextAlignment;
239}
240
241//-----------------------------------------------------------------------------
242void ctkPushButton::setIconAlignment(Qt::Alignment newIconAlignment)

Callers 3

testDefaultsMethod · 0.45

Calls

no outgoing calls

Tested by 3

testDefaultsMethod · 0.36