[Resolved] Doubt on QLayout
General and Desktop
2
Posts
1
Posters
1.0k
Views
1
Watching
-
In QLayout class (http://doc.qt.nokia.com/4.7-snapshot/qlayout.html), we can add a widget to layout.
But I'm trying to list all Widgets on this layout and manipulate all of them...
How can I do that?I try to do itemAt( i ), but I can't convert a QLayoutItem to QWidget!!