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

  • SEARCH
  • Home
  • 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 8601073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:45:35+00:00 2026-06-12T01:45:35+00:00

Question: Specifying a parent with Qt is always seem to be a good idea.

  • 0

Question:
Specifying a parent with Qt is always seem to be a good idea. However I don’t understand why it is required in some particular cases. There is plenty examples of using QGraphicsView in the following way:

MainWindow::MainWindow()
{
    QGraphicsView *view = new QGraphicsView(this);
    ...
}

So why this is better than QGraphicsView *view = new QGraphicsView(NULL)? in this specific case?

Thank you,
Alex

  • 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-12T01:45:36+00:00Added an answer on June 12, 2026 at 1:45 am

    I’d like to thank UmNyobe and Anthony for helping me to figure it out.

    Anyway, I had to look on QT sources to figure out what’s happening behind the curtain.

    So I understand the whole QObjects idea as following. When a new QObject is created with a specified parent, the hidden QObjectPrivate::setParent_helper(QObject *parent) function is called. It indeed registers the child with the parent:

    parent->d_func()->children.append(q); // Strange, they didn't use `this` to register the object :)
    

    So technically speaking, creating a child with a parent allows the parent to register the child. Therefore, specifying a parent when creating a child is a useful habit.

    In some cases, the parent-child relation is specified later anyway (see Anthony’s answer), therefore the parent may not be specified.

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

Sidebar

Related Questions

Question context: let say that there is some really important row in config/locales/en.yml that
Question in title pretty much sums it up. I have some resource object defined
My question is straight: why there is inherit value for (almost) all the properties
Quick question: When specifying options for a plugin, is it possible to use percentages
Note: I accidentally posted this question without specifying which STL implementation I was using,
BalusC provided a good answer to a question about how to set messages per
This is a follow-on question to my earlier question about specifying multiple schemata in
I was having difficulty specifying the title for the question properly - essentially I
Question #1 - When specifying an inline style in an HTML element, is it
When specifying and creating numeric functions are there any C# idiomatic guidelines on when

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.