MCPcopy Create free account
hub / github.com/MultiMC/Launcher / setText

Method setText

launcher/ui/widgets/LabeledToolButton.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void LabeledToolButton::setText(const QString & text)
49{
50 m_label->setText(text);
51}
52
53void LabeledToolButton::setIcon(QIcon icon)
54{

Callers 15

loginMethod · 0.45
readyForLaunchMethod · 0.45
retranslateMethod · 0.45
retranslateUiMethod · 0.45
retranslateUiMethod · 0.45
updateToolsMenuMethod · 0.45
defaultAccountChangedMethod · 0.45
updateNewsLabelMethod · 0.45
instanceChangedMethod · 0.45
selectionBadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected