QMdiArea SetActiveSubWindow changing

502 Views Asked by At

I have some application and need someone who advices me what to do. I need to use setActiveSubWindow(QmdiSubWindow *window) method, but it takes as a parameter an instance of QMdiSubWindow class, but my windows is not an instance of this class. So what should i do? Is there some way to convert my windows or to override this method?

0

There are 0 best solutions below