activatedWindow(QWidget*)

Parent Previous Next

TW.app.activatedWindow(QWidget*)


If the User has pulled out various panes like the Tag WIndow, this will hide them all and show the edit window.


May need to us with findWindow



Reference Code:


http://www.google.com/codesearch/p?hl=en#TCAOwTxChU8/trunk/src/TWApp.cpp&q=hideFloatersExcept%20package:http://texworks%5C.googlecode%5C.com&l=985


void TWApp::activatedWindow(QWidget* theWindow)
{
       emit hideFloatersExcept(theWindow);
}

Created with the Personal Edition of HelpNDoc: Full featured multi-format Help generator