vote up -1 vote down star

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?

flag

4  
I think we need more code to answer this properly. What does the mywidget class look like? What is centralWidget? Does centralWidget have a layout? – Parker May 7 at 12:27

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.