QWidgetwindow in qt5
-
hello
any can help me any changes made from migration qt5.9 from qt4
QwidgetWindow for classis QwidgetWindow class is inherit from Qwidgets class in qt5 .9?
is relation ship are different in qt4.8Thanks
-
Hi,
No it's a QWindow but it's also a private class. What are you using it for ?
-
@SGaist it is getting used for event filler is there anything change from 4.8 version qt
-
What event are you filtering ?
-
hello
any can help me any changes made from migration qt5.9 from qt4
QwidgetWindow for classis QwidgetWindow class is inherit from Qwidgets class in qt5 .9?
is relation ship are different in qt4.8Thanks
@nikhil_belani said in QWidgetwindow in qt5:
any can help me any changes made from migration qt5.9 from qt4
I suggest you start by adding
QT += widgets
to your .pro file. Then, try to build your application for Qt 5 and address each error that appears.If you get stuck, copy the first few error messages that you get and paste them here.