I think that what OP wants is a scrollable widget that contains dynamically created text edits. Thus my suggestion is to wrap CCreateTextEdit into a QScrollArea using QScrollArea::setWidget(). Remember to set the widgetResizable property of the scroll area to true.
Hi,
i ve to dynamically created On click a tool button textedit and have to add in a widget, part of mainwindow.
widget size is fixed to 100 x100.
and scrollbar should be display automatically if the added to widget.
Cheers,
Phillip
--- Please post the solution you got to solve your problem. It may help others.
Bookmarks