Results 1 to 3 of 3

Thread: Blinking text in Line Edit

  1. #1
    Join Date
    Oct 2013
    Posts
    21
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default Blinking text in Line Edit

    how to make blinking the text on QlineEdit

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Blinking text in Line Edit

    Do you really want to try to edit flashing text?

  3. #3
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Blinking text in Line Edit

    juse clean and show the text using a timer .. save the text in a member function and u can use QLineEdit::Clear() and QLineEdit::setText one after another in a QTimer
    "Behind every great fortune lies a crime" - Balzac

Similar Threads

  1. QTableView line edit clears the text on edit
    By PlasticJesus in forum Qt Programming
    Replies: 5
    Last Post: 14th March 2015, 19:06
  2. Text/line edit in QWebView
    By Esperto in forum Qt Programming
    Replies: 1
    Last Post: 15th December 2011, 09:41
  3. Replies: 3
    Last Post: 26th August 2010, 08:57
  4. Checking max text lenght to fit in line edit?
    By maverick_pol in forum Qt Programming
    Replies: 2
    Last Post: 16th June 2008, 00:24
  5. Replies: 8
    Last Post: 15th May 2007, 09:21

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.