[Qt-interest] [URGENT] QTextEdit in ScrollArea
John McClurkin
jwm at nei.nih.gov
Tue May 12 13:44:37 CEST 2009
Neel Basu wrote:
> I have put my Widget and QTextEdit in a Cuystom Widget . and I've set that
> Custom Widget as Widget in a ScrollArea.
>
> But I dont want QTextEdit to Display the vertical scrollbar rather I want the
> QTextEdit be as long as my Text. which I'll Scroll by the Vertical Scrollbar
> on my ScrollArea
>
> any idea ??
Read the documentation. QTextEdit inherits QAbstractScrollArea. From
that you should be able to figure out how to set scrollbar policy to
whatever you want.
More information about the Qt-interest-old
mailing list