[Interest] Resize event handler in Qt 4.8.x
Ramakanth Kesireddy
rama.kesi at gmail.com
Thu Jul 26 07:19:43 CEST 2018
Hi,
Am using Qt 4.8.x with UI components based on QWidgets.
In the custom implementation of resize event handler, I would like to know
if it is mandatory to invoke QWidget base implementation of resizeEvent or
not like below:
Void CustomWidget:: resizeEvent (QResizeEvent *event)
//Start brace
// Custom implementation
QWidget:: resizeEvent(event)
//End brace
Thanks and Regards,
Ramakanth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180726/7421e0c3/attachment.html>
More information about the Interest
mailing list