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

Method setTitle

DSView/pv/toolbars/titlebar.cpp:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void TitleBar::setTitle(QString title)
173{
174 if (!_is_native){
175 _title->setText(title);
176 }
177 else if (_parent != NULL){
178 _parent->setWindowTitle(title);
179 }
180}
181
182QString TitleBar::title()
183{

Callers 4

retranslateUiMethod · 0.45
retranslateUiMethod · 0.45
retranslateUiMethod · 0.45
on_action_setting_logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected