Results 1 to 9 of 9

Thread: QRegExp Not Repeated More Than Four Times.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2015
    Posts
    22
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android

    Default QRegExp Not Repeated More Than Four Times.

    Here is the Regular Expression.

    QRegExp rx("^(?:[7-9]?[0-9]?[0-9]?[0-9]?[0-9]?[0-9]?[0-9]?[0-9]?[0-9]?[0-9])$");

    Above Regular Expression I Dont Want Repeat More Than Four Times In LineEdit.

    Ex:7 22222 2222

    Kindly Do NeedFul..
    Last edited by mandlakoteswar2011; 21st September 2015 at 08:12.

Similar Threads

  1. Replies: 0
    Last Post: 2nd April 2013, 19:26
  2. Replies: 0
    Last Post: 2nd April 2013, 10:48
  3. Animation problems, after repeated calls to start
    By pan in forum Qt Programming
    Replies: 2
    Last Post: 11th March 2011, 12:27
  4. QTabWidget currentChanged signal for repeated selects of a tab
    By balasaravanan in forum Qt Programming
    Replies: 1
    Last Post: 11th January 2011, 06:04
  5. Replies: 1
    Last Post: 3rd August 2009, 12:44

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.