On Tue, Mar 9, 2010 at 12:32 PM, Eike Ziller <[email protected]> wrote: > > On Mar 9, 2010, at 6:05 PM, ext [email protected] wrote: > >> Hi: >> How can I use a QSplitter from QtCreator? >> Why it not appears on the list of widgets of QtCreator? > > In the form editor, there's a tool button and menu item for "Layout in a > Splitter" which you use to create a splitter with the selected widgets in it. > I had this same confusion a month or two ago. It seems to me like there is some inconsistency in the design here. QSplitter should either appear in the the list of widgets, or it should be changed to QSplitterLayout and inherit QLayout. Just my two cents. I'd lean towards turning QSplitter into an actual layout.
Colin _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
