Results 1 to 2 of 2

Thread: How do you implement a smooth scrolling text ticker with Qt?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: How do you implement a smooth scrolling text ticker with Qt?

    As soon as you block the main (gui) thread - why ever -, you can do what you want but you never will get a smooth scrolling ticker.

    Also skipping the property animation could speed up: See the ticker class from the C++ GUI Programming book: http://www.informit.com/articles/article.aspx?p=1405544.

  2. The following user says thank you to Lykurg for this useful post:

    Haiko Schol (12th August 2010)

Similar Threads

  1. Smooth Text Scrolling
    By Jones in forum Newbie
    Replies: 11
    Last Post: 19th November 2011, 18:40
  2. Replies: 3
    Last Post: 25th May 2010, 10:29
  3. "Smooth" Scrolling, QGraphicsView
    By nearlyNERD in forum Qt Programming
    Replies: 5
    Last Post: 25th February 2010, 17:18
  4. Replies: 6
    Last Post: 9th January 2008, 15:56
  5. automatic scrolling text edit
    By Vash5556 in forum Newbie
    Replies: 2
    Last Post: 19th March 2007, 18:32

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.