Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Trouble with QRegExpValidator
Qt 6.11 is out! See what's new in the release blog

Trouble with QRegExpValidator

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 549 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mourad2021
    wrote on last edited by
    #1

    Hi,
    I migrated from qt 5.12 to 5.15 and I have this error

    QRegExpValidator: No such file or directory
    

    I used this inclusion

    #include <QRegExpValidator>
    thanks for your help
    
    JonBJ 1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Try with
      QT += gui
      in .pro file
      and run qmake manually from the build menu.

      alt text

      1 Reply Last reply
      2
      • M Mourad2021

        Hi,
        I migrated from qt 5.12 to 5.15 and I have this error

        QRegExpValidator: No such file or directory
        

        I used this inclusion

        #include <QRegExpValidator>
        thanks for your help
        
        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @Mourad2021
        Now might be on opportune moment to consider moving onto QRegularExpressionValidator instead?

        1 Reply Last reply
        4

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved