[Qt-creator] Multiple Iheritance

Andre Poenitz andre.poenitz at mathematik.tu-chemnitz.de
Mon Jan 19 20:37:36 CET 2009


On Mon, Jan 19, 2009 at 08:26:38PM +0100, Adrian Łubik wrote:
> >
> > You can change templates/qt4project/mywidget*  if you don't like the
> > default.
> >
> > I am not sure that having more than a single "default" template is a
> > good idea. It will very likely to confuse a large portion of
> > potential users, especially since the differences between the
> > approaches are rather minor and not easily explained in a tooltip or
> > such.
> 
> But I'm not so sure of the actual approach... If I can't get first
> form with multiple inheritance in the template so what for can I
> choose the type of the inheritance when I add a new form class?

The templates are meant do get a quick start without too many questions
asked. They are used at most once per project. That's different from
File -> New -> Qt Designer Form Class.

Apart from that: for bigger projects, the single-inheritance-with-
explicit-deletion scales best, for toy projects it really does not
matter. So the chosen default does make sense, and there is really
no need to change anything, even for a single-widget project.

Andre'




More information about the Qt-creator-old mailing list