I'm new to Qt and I created a custom widget. When I create it like :
mywidget *wdg = new mywidget(centralWidget);
without setting it's geometry, the widget displays in the upper left corner. If however, I try to move it, I get a black rectangle where it is drawn. Is there some property I should check ?
What can I do to make it display?
