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
Forum Updated to NodeBB v4.3 + New Features

Trouble with QRegExpValidator

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 446 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 8 Mar 2021, 15:22 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
    
    J 1 Reply Last reply 8 Mar 2021, 15:52
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 8 Mar 2021, 15:48 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
        8 Mar 2021, 15:22

        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
        
        J Offline
        J Offline
        JonB
        wrote on 8 Mar 2021, 15:52 last edited by
        #3

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

        1 Reply Last reply
        4

        1/3

        8 Mar 2021, 15:22

        • Login

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