On Wed, Mar 7, 2018 at 11:48 AM, Chris George <[email protected]> wrote:
How hard would it be to generate a tree showing Qt widget inheritance from > Leo's source? > Not sure what you mean. w.parent() is the containing widget. w.__class__ is the widget's class, which can be inspected with Python's inspect module. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
