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.
Bookmarks