[Qt-interest] scroll text to a position
sathya tej
ragesathya at gmail.com
Sun May 3 17:15:56 CEST 2009
Thanks a lot every one for every thing.
I finally figured out myself as to how it should be done...
textScroller = textEditor1->verticalScrollBar();
textScroller->setTracking(true);
textScroller->setSliderDown ( true );
textScroller->setSliderPosition(startOffset);
textScroller->setSliderDown ( false );
After all, necessity is ..... :D
On Sun, May 3, 2009 at 7:00 PM, Arnold Krille <arnold at arnoldarts.de> wrote:
> Hi,
>
> On Sunday 03 May 2009 14:43:53 sathya tej wrote:
> > Please help me with your valuable suggestions.
> > I am badly in need of help.
>
> If it is that badly, get a commercial license to get commercial support.
> Otherwise keep in mind that this is a voluntary list with people helping
> other
> people voluntarily in their free time. No one here gets paid to answer as
> soon
> as possible.
>
> And if no one answers within 1:15 hours, that is not a sign that no one
> knows.
> Heck, some people on this list are "still" sleeping while you are asking
> urgently...
>
>
> Now I did look at the documentation and it seems as if there is no easy way
> to
> do that. But my question is why you want to force the user to see something
> specific?
>
> Have fun,
>
> Arnold
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
--
whatever happens happens for GOOD
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090503/d6055df1/attachment.html
More information about the Qt-interest-old
mailing list