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

Method setLeftButtonText

ElaWidgetTools/ElaContentDialog.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void ElaContentDialog::setLeftButtonText(const QString& text)
144{
145 Q_D(ElaContentDialog);
146 d->_leftButton->setText(text);
147}
148
149void ElaContentDialog::setMiddleButtonText(const QString& text)
150{

Callers 1

ElaKeyBinderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected