Dear bosses, how to call QMdiArea add custom window function of a class?
The connect (UI - & gt; MdiArea, & amp; QMdiArea: : subWindowActivated, [=] (QMdiSubWindow * codeEditor) {
//activateCodeEditor=codeEditor;
});
How to call activated child window loading custom window function of a class?