Qt-interest Archive, March 2002
QTextView Alternative
Message 1 in thread
I need an alternative to QTextView. It must be possible to manipulate the
text which is displayed. What will allow me to display text that can be
editted?
Thanks
Message 2 in thread
QTextView has been obsoleted in 3.0. If you're using
3.0, you should use QTextEdit instead, which should
allow you to do what you need.
On Tue, 19 Mar 2002, Mark Finlay wrote:
> I need an alternative to QTextView. It must be possible to manipulate the
> text which is displayed. What will allow me to display text that can be
> editted?
>
> Thanks
>
> --
> List archive and information: http://qt-interest.trolltech.com
>
Jeff "Shippy" Shipman E-Mail: shippy@nmt.edu
Computer Science Major ICQ: 1786493
New Mexico Institute of Mining and Technology
Homepage: http://www.nmt.edu/~shippy
Message 3 in thread
Is there any other alternative.
Imho QTextEdit is not usable at the moment. I have an application which
stores around 1MB data in some QTextEdit widgets and the memory consumption
of this goes up to 180MB! (3.03) and 220MB with 3.02.
This cannot meant serious by the trollies, or? I hope this is considered as
bug and solved in future versions. As by now this App wouldn't run on a pc
with less than 256MB Ram. Way to much, just for some textedits which are
presenting some lines of logged things.
> -----Original Message-----
> From: owner-qt-interest@trolltech.com
> [mailto:owner-qt-interest@trolltech.com]On Behalf Of Jeff Shipman
> Sent: Wednesday, March 20, 2002 2:11 AM
> To: Mark Finlay
> Cc: qt-interest@trolltech.com
> Subject: Re: QTextView Alternative
>
>
> QTextView has been obsoleted in 3.0. If you're using
> 3.0, you should use QTextEdit instead, which should
> allow you to do what you need.
>
> On Tue, 19 Mar 2002, Mark Finlay wrote:
>
> > I need an alternative to QTextView. It must be possible to
> manipulate the
> > text which is displayed. What will allow me to display text that can be
> > editted?
> >
> > Thanks
> >
> > --
> > List archive and information: http://qt-interest.trolltech.com
> >
>
> Jeff "Shippy" Shipman E-Mail: shippy@nmt.edu
> Computer Science Major ICQ: 1786493
> New Mexico Institute of Mining and Technology
> Homepage: http://www.nmt.edu/~shippy
>
> --
> List archive and information: http://qt-interest.trolltech.com
>
Message 4 in thread
Why don't they simply put the 'obsolete' Classes QMultiLineEdit and
QTextView back in the way it was.
It was imho the better solution for displaying content with a lot of lines.
Or is there a way to tell a QTextWidgedt not to work paragraphed, as I
believe this is the cause for this huge hunger for memory.
Or a widget which is now supposed to do such displays which I am not aware
till now?
> -----Original Message-----
> From: owner-qt-interest@trolltech.com
> [mailto:owner-qt-interest@trolltech.com]On Behalf Of Andre Moll
> Sent: Thursday, March 21, 2002 3:49 PM
> To: qt-interest@trolltech.com
> Subject: RE: QTextView Alternative
>
>
> Is there any other alternative.
>
> Imho QTextEdit is not usable at the moment. I have an application which
> stores around 1MB data in some QTextEdit widgets and the memory
> consumption
> of this goes up to 180MB! (3.03) and 220MB with 3.02.
>
> This cannot meant serious by the trollies, or? I hope this is
> considered as
> bug and solved in future versions. As by now this App wouldn't run on a pc
> with less than 256MB Ram. Way to much, just for some textedits which are
> presenting some lines of logged things.
>
>
> > -----Original Message-----
> > From: owner-qt-interest@trolltech.com
> > [mailto:owner-qt-interest@trolltech.com]On Behalf Of Jeff Shipman
> > Sent: Wednesday, March 20, 2002 2:11 AM
> > To: Mark Finlay
> > Cc: qt-interest@trolltech.com
> > Subject: Re: QTextView Alternative
> >
> >
> > QTextView has been obsoleted in 3.0. If you're using
> > 3.0, you should use QTextEdit instead, which should
> > allow you to do what you need.
> >
> > On Tue, 19 Mar 2002, Mark Finlay wrote:
> >
> > > I need an alternative to QTextView. It must be possible to
> > manipulate the
> > > text which is displayed. What will allow me to display text
> that can be
> > > editted?
> > >
> > > Thanks
> > >
> > > --
> > > List archive and information: http://qt-interest.trolltech.com
> > >
> >
> > Jeff "Shippy" Shipman E-Mail: shippy@nmt.edu
> > Computer Science Major ICQ: 1786493
> > New Mexico Institute of Mining and Technology
> > Homepage: http://www.nmt.edu/~shippy
> >
> > --
> > List archive and information: http://qt-interest.trolltech.com
> >
>
> --
> List archive and information: http://qt-interest.trolltech.com
>