On Friday 17 September 2010 00:38:10 yogesh upreti wrote: > Hallo Group, > I want in my application to add horizontal layout in one of the tab (part > of a QTabWidget). > Qt-Creator is not letting me do that. > Is there any tricks there? > I can select all widgets and put them in a Layout, but when I want to > assign a layout to the whole tab (one of the tab of the tab widget), It's > not working
Hi, You need to select the tab (either by clicking on an empty area or in the object panel), and then choose the layout you want. You'll see the icon chnages in the object panel, with your new icon (instead of the "missing layout" icon). Cheers, Nicolas -- Nicolas Arnaud-Cormos | [email protected] | Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
