Quote Originally Posted by wysota View Post
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.