Cant select any constructor from base class but the default one.
-
Found that by changing the order the c-tors are declared in the base.h QtCreator uses always the first c-tor declared, and if its a parametrised one it will properly call Base(parm1, ...) in the Derived() c-tor that is generated. So this is definitely a bug in QtCreator and not an issue with QtCreator unable to generate for classes that are not derived from QObject....