MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / changeEvent

Method changeEvent

src/Tools/plugins/widget/customwidgets.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void LocationWidget::changeEvent(QEvent* e)
121{
122 if (e->type() == QEvent::LanguageChange) {
123 this->retranslateUi();
124 }
125 QWidget::changeEvent(e);
126}
127
128void LocationWidget::retranslateUi()
129{

Callers

nothing calls this directly

Calls 3

retranslateUiMethod · 0.95
changeEventFunction · 0.85
typeMethod · 0.45

Tested by

no test coverage detected