Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7797199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T23:36:36+00:00 2026-06-01T23:36:36+00:00

Here is what I have, from a garbage-collection/proper cleanup perspective: class MyWidget(QWidget): def __init__(self,qtParent):

  • 0

Here is what I have, from a garbage-collection/proper cleanup perspective:

class MyWidget(QWidget):
    def __init__(self,qtParent):
        QWidget.__init__(self,qtParent):
        
        self.mySubWidget = MySubWidget(self)  # <-- keeping a direct reference to the child

When I destroy MyWidget, will mySubWidget also get correctly destroyed by Qt/pyside/python when I call the code below?

setAttribute( Qt.DeleteOnClose, True)
myWidget.close()

Or, should I use weakrefs like below?

import weakref

class MyWidget(QWidget):
    def __init__(self,qtParent):
        QWidget.__init__(self,qtParent):
        
        self.mySubWidget = weakref.ref(MySubWidget(self))
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T23:36:37+00:00Added an answer on June 1, 2026 at 11:36 pm

    The first one is fine. If you don’t have any other reference to the created MySubWidget outside of your instance, then it will be garbage collected when you delete the MyWidget instance.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here you have my switch from my Class Essaie with the Main() : switch(c)
Recent JVM's have a lot of XX parameters for garbage collection (see here for
Here's the code I have: from cStringIO import StringIO from lxml import etree xml
From here I have seen it suggested that an instance of RichTextBox be created
Here I have a simple php script which displays some values from a database
I have here a bubble popping game where bubbles fall from top of the
I have installed StyleCop CheckIn policy (from here ) and it works great. However
Here's the problem: I have couple of pages which gets its content from a
Here is the problem from code chef : A set of N dignitaries have
I have a curious issue here In my ejbCreate() method from where i insert

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.