Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, April 2007
QLayout "unnamed" added to QWidget "unnamed", which already has a layout


Message 1 in thread

hi,
i always come with this warning message:QLayout "unnamed" added to
QWidget "unnamed", which already has a layout
but the application goes on well,how can i solve this ?
thanks

--
 [ signature omitted ] 

Message 2 in thread

hi,

give a name to widgets and layouts in your app.
like this the message will indicate for what widget you try to add a 
layout when widget has already a layout.
probably in a widget that has his own layout internal system like 
centralwidget or another widget with a layout managment.


jiang jefix a écrit :

> hi,
> i always come with this warning message:QLayout "unnamed" added to
> QWidget "unnamed", which already has a layout
> but the application goes on well,how can i solve this ?
> thanks
>
> -- 
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>

--
 [ signature omitted ]