Results 1 to 2 of 2

Thread: How to add a Flash animated label in the software?

  1. #1
    Join Date
    Jun 2011
    Location
    Porto Alegre, Brazil
    Posts
    482
    Thanks
    165
    Thanked 2 Times in 2 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default How to add a Flash animated label in the software?

    Hello!

    Do you guys remember the Google (and some other companies) adds that popup in the low part of YouTube videos or even at its side?

    Adds.jpg

    Well, I, as probably everyone, hates those adds, but I asked myself how could I add such an add (or something very, very similar) inside a Qt/based software. Is it possible to use a QLabel for such Flash animated adds? (Notice that it's not just to put a image; that is easy. The point here is to add a animated add (or even something else that is animated), specifically a Flash animated one. Lets suppose I make a contract with Google for them to put their adds inside my software, for example). I guess maybe I'ld have to use the Qt classes related to internet navigation (QWebView, etc.), but even so I have now idea how this would be done.

    Any tips and commentaries are welcome!


    Thanks,


    Momergil

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How to add a Flash animated label in the software?

    You could just put the widget into the content widget but not add it to any layout but place it manually.
    Probably using an event filter to move when the content widget is moved or resized by its parent's layout

    Cheers,
    _

Similar Threads

  1. Replies: 0
    Last Post: 11th January 2013, 11:21
  2. best way for a own animated loader?
    By janton in forum Newbie
    Replies: 2
    Last Post: 28th February 2012, 19:52
  3. How to make text in label or TextEDit to flash?
    By qtlinuxnewbie in forum Newbie
    Replies: 2
    Last Post: 6th April 2010, 07:53
  4. Pb with animated gif on Mac os
    By mourad in forum Qt Programming
    Replies: 0
    Last Post: 17th April 2008, 13:38
  5. animated gif's
    By :db:sStrong in forum Newbie
    Replies: 2
    Last Post: 31st May 2006, 15:22

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.