Hi,
yeah this I know, but my question is why in all examples in qt documentation and book is this pointer initialized to 0 by default. What if I know that the widget has to has a parent, should I also use this default initialization? If yes why?