Untitled
unknown
plain_text
2 years ago
331 B
6
Indexable
for (auto action : m_popup->actions())
{
if (!action->isSeparator())
{
auto text = qobject_cast<Movavi::Popcorn::PopcornAction *>(action)->text();
qobject_cast<Movavi::Popcorn::PopcornAction *>(action)->setText(Translator::translate(text, "AddTrackButton.menu"));
}
//m_popup->actions().at(0)->setText("hello");
}Editor is loading...