MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / setTitle

Method setTitle

DSView/pv/dialogs/dsdialog.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void DSDialog::setTitle(QString title)
116{
117 if (_titlebar){
118 _titlebar->setTitle(title);
119 }
120}
121
122void DSDialog::reload()
123{

Callers 11

update_title_bar_textMethod · 0.45
show_docMethod · 0.45
ShowDlgMethod · 0.45
DeviceOptionsMethod · 0.45
build_dynamic_panelMethod · 0.45
dsmessagebox.cppFile · 0.45
retranslateUiMethod · 0.45
retranslateUiMethod · 0.45
load_options_viewMethod · 0.45
retranslateUiMethod · 0.45
retranslateUiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected