MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / retranslateUi

Method retranslateUi

DSView/pv/dialogs/lissajousoptions.cpp:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void LissajousOptions::retranslateUi()
155{
156 _enable->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_ENABLE), "Enable"));
157 _x_group->setTitle(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_X_AXIS), "X-axis"));
158 _y_group->setTitle(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_Y_AXIS), "Y-axis"));
159 setTitle(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_LISSAJOUS_OPTIONS), "Lissajous Options"));
160}
161
162void LissajousOptions::accept()
163{

Callers

nothing calls this directly

Calls 1

setTitleMethod · 0.45

Tested by

no test coverage detected