Results 1 to 12 of 12

Thread: how to make input mask and validator work together?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to make input mask and validator work together?

    first I set default input mask for line edit. but some one else wants to set a validator for it.

  2. #2
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 29 Times in 27 Posts

    Default Re: how to make input mask and validator work together?

    counter-question:

    Do these input mask and validator do the SAME kind of validation/verification?

    If yes, i don't see any problem with clearing the input mask when someone sets the validator.
    I'm a rebel in the S.D.G.

  3. #3
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 29 Times in 27 Posts

    Default Re: how to make input mask and validator work together?

    Tell us a little bit about your widget, so we can get the main idea of what you are doing.
    I'm a rebel in the S.D.G.

  4. #4
    Join Date
    Mar 2009
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to make input mask and validator work together?

    my widget is a line edit. for example I set it with input mask "000.000.000.000" (this is a IP address inp ut mask). Then some one else wants to set a validator to the line edit and the validator could forbide user input numbers which are larget than 255. How can I write the QRegExpValidator rules under the exist input mask?

  5. #5
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 29 Times in 27 Posts

    Default Re: how to make input mask and validator work together?

    Well, tell me, what is the purpose of this input mask when it doesn't provide the complete validation of IP addresses?
    I'm a rebel in the S.D.G.

  6. #6
    Join Date
    Mar 2009
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to make input mask and validator work together?

    just notice user this is a IP address and user no need to input dot in line edit.

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.