Constructing the base class

The first statement in the CaeMainWindow constructor initializes the class by calling the base class constructor.

In general, you should always call the base class constructor of the class from which you are deriving, unless you know that you will overwrite the functionality of the class.