You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide an example or docs for extending a Qt class? E.g. A simple example that extends qt_widgets::main_window::MainWindow and overrides closeEvent? This is commonly needed to intercept closing of a window.
(I assume this is not implemented per #26, I'll just leave this open because a simple example showing this, once done, has a lot of value and it can make it clear to other users that this is not implemented yet.)
The text was updated successfully, but these errors were encountered:
Can you provide an example or docs for extending a Qt class? E.g. A simple example that extends
qt_widgets::main_window::MainWindow
and overridescloseEvent
? This is commonly needed to intercept closing of a window.(I assume this is not implemented per #26, I'll just leave this open because a simple example showing this, once done, has a lot of value and it can make it clear to other users that this is not implemented yet.)
The text was updated successfully, but these errors were encountered: