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

QRegExpValidator with Qt6.3

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 4 Posters 418 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.
  • A Offline
    A Offline
    Alfredy
    wrote on last edited by
    #1

    Hello I want to control an email address with Qt 6.3 I would like to know if someone can help me

    JonBJ 1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      What does "control an email address" mean?

      1 Reply Last reply
      2
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        Beside the question of @ChrisW67, QRegExpValidator was already deprecated in Qt 5 and has been removed from Qt 6. You have QRegularExpressionValidator to replace it.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        3
        • A Alfredy

          Hello I want to control an email address with Qt 6.3 I would like to know if someone can help me

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @Alfredy
          As @SGaist says first change to QRegularExpressionValidator. Then Google qregularexpressionvalidator email address to fins suggested code such as https://www.walletfox.com/course/qlineeditemailvalidation.php

          1 Reply Last reply
          0
          • A Offline
            A Offline
            Alfredy
            wrote on last edited by
            #5

            Alright thanks you all.

            1 Reply Last reply
            0

            • Login

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