MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / translate

Method translate

gui/qt/visualizerwidget.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64VisualizerWidget::~VisualizerWidget() = default;
65
66void VisualizerWidget::translate() {
67 m_group->setTitle(tr("Settings"));
68 m_btnLcd->setToolTip(tr("Preset Configurations"));
69 m_btnRefresh->setToolTip(tr("Apply changes"));
70 m_btnConfig->setToolTip(tr("Change Configuration"));
71}
72
73void VisualizerWidget::showPresets() {
74 QMenu menu;

Callers 3

translateExtrasMethod · 0.80
ArrowKeyMethod · 0.80
touchUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected