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 7886545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:20:43+00:00 2026-06-03T05:20:43+00:00

Possible Duplicate: What is this weird colon-member syntax in the constructor? I am in

  • 0

Possible Duplicate:
What is this weird colon-member syntax in the constructor?

I am in the need of a quick answer to the following question. It is about a C++ class (a QT-derivet class, but I think that is not important here).

In the header file, I have the following declaration:

class MainWindow : public QMainWindow
{
    Q_OBJECT

public:
    explicit MainWindow(QWidget *parent = 0);
    ~MainWindow();

while in the source file I have the following definition:

MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent)
{
    QWidget * central = new QWidget(this);

The question, maybe showing clearly my noobiness when it comes to C++, it is:

what does mean that : QMainWindow(parent) in the definition of the constructor? Is some kind of default initialization? Is that linked to the fact that the constructor is explicit (I have som grasp on what that does mean, but no detailed one)?

Please, I know the question might be very simple and noob, I just do not know where to start.

Thank you.

edit: Thank you to everybody that answered.

  • 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-03T05:20:44+00:00Added an answer on June 3, 2026 at 5:20 am

    It calls that specific constructor from the base class.

    It has nothing to do with the constructor being explicit. Explicit means, in this case, that a QWidget* cannot be implicitly converted to a MainWindow object.

    The :QMainWindow(parent) simply says that the base class constructor which takes a QWidget* as parameter should be called to construct the object.

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

Sidebar

Related Questions

Possible Duplicate: What is this weird colon-member syntax in the constructor? I need to
Possible Duplicate: What is this weird colon-member syntax in the constructor? I am looking
Possible Duplicate: What is this weird colon-member syntax in the constructor? Hi, I recently
Possible Duplicate: What is this weird colon-member syntax in the constructor? So I was
Possible Duplicate: What is useful about this C syntax? C variable declarations after function
Possible Duplicate: Question on this JavaScript Syntax (“What Does This Do?”) What is the
Possible Duplicates: C++ weird constructor syntax Variables After the Colon in a Constructor What
Possible Duplicate: NoClassDefFoundError - Eclipse and Android I'm seeing this question is getting asked
Possible Duplicate: How does this work? Weird Towers of Hanoi Solution While surfing Google,
Possible Duplicate: Weird Java Boxing Recently I saw a presentation where was the following

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.