MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / setMiddleButtonText

Method setMiddleButtonText

ElaWidgetTools/ElaContentDialog.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void ElaContentDialog::setMiddleButtonText(const QString& text)
150{
151 Q_D(ElaContentDialog);
152 d->_middleButton->setText(text);
153}
154
155void ElaContentDialog::setRightButtonText(const QString& text)
156{

Callers 1

ElaKeyBinderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected