Is it possible to subclass the rootwidget? #6629
Unanswered
BurningTreeC
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @BurningTreeC if you only want your new properties to be available on the root widget, and not other instances of the widget base class, then you should be able to poke those methods into the existing instance with something like |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have a question regarding the
rootwidget
I'd like to extend a method in a plugin I'm writing
Is that possible through something like a subclassing mechanism?
Best wishes,
Simon
Beta Was this translation helpful? Give feedback.
All reactions