[Qt-interest] How to scroll QTextEdit to the end
yogesh upreti
yogesh.upreti at gmail.com
Tue Jun 22 08:38:59 CEST 2010
Ohh.. Thanks
It was my mistake, the whole time I was checking actionTriggered() (I don't
know WTH), which was a signal :D
Thanks again
Yogesh Upreti
Date: Tue, 22 Jun 2010 01:23:48 +0300
> From: Nikos Chantziaras <realnc at arcor.de>
> Subject: Re: [Qt-interest] How to scroll QTextEdit to the end
> To: qt-interest at trolltech.com
> Message-ID: <hvoopa$svb$1 at eple.troll.no>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> It's not a signal. It's a member function. You call it with the
> QAbstractSlider::SliderAction (enum) you want:
>
> hbar->triggerAction(QAbstractSlider::SliderToMaximum);
>
> http://doc.trolltech.com/4.6/qabstractslider.html#triggerAction
> http://doc.trolltech.com/4.6/qabstractslider.html#SliderAction-enum
>
>
> On 06/22/2010 01:05 AM, yogesh upreti wrote:
> > Hi Nikos,
> > How do I use triggerAction signal from QAbstractSlider with a TextEdit?
> >
> > Regds
> > Yogesh
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100622/85788b7d/attachment.html
More information about the Qt-interest-old
mailing list