Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Custom Data validation for Qt
QtWS25 Last Chance

Custom Data validation for Qt

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
validationformvalidatorextensionqtformvalidator
4 Posts 2 Posters 1.0k Views
  • 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.
  • C Offline
    C Offline
    Cocojambo
    wrote on 9 Mar 2021, 00:57 last edited by
    #1

    Hello, guys. Just wanted to share my small extension that helps to validate a set of different by type params.
    There is a bunch of rules which can be applied to the data.
    Initially it was designed to work with data received from Web (via Sockets), but the extension is self-sufficient to work with any input.
    Also there are Forms concept applied in here which helps to separate your validation code of your logic.
    Will glad to hear your feedback :)

    https://github.com/NMFES/QtFormValidator

    1 Reply Last reply
    3
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 9 Mar 2021, 06:59 last edited by
      #2

      From a quick glance - looks good and useful, thanks for sharing! What's the license, though?

      (Z(:^

      C 1 Reply Last reply 9 Mar 2021, 08:17
      0
      • S sierdzio
        9 Mar 2021, 06:59

        From a quick glance - looks good and useful, thanks for sharing! What's the license, though?

        C Offline
        C Offline
        Cocojambo
        wrote on 9 Mar 2021, 08:17 last edited by
        #3

        @sierdzio Well you have puzzled me a bit :) Never thought about a license type but I think it should be the Apache License 2.0
        I have added LICENSE file into the project. Thank you.

        S 1 Reply Last reply 9 Mar 2021, 08:35
        2
        • C Cocojambo
          9 Mar 2021, 08:17

          @sierdzio Well you have puzzled me a bit :) Never thought about a license type but I think it should be the Apache License 2.0
          I have added LICENSE file into the project. Thank you.

          S Offline
          S Offline
          sierdzio
          Moderators
          wrote on 9 Mar 2021, 08:35 last edited by
          #4

          @Cocojambo said in Custom Data validation for Qt:

          @sierdzio Well you have puzzled me a bit :) Never thought about a license type but I think it should be the Apache License 2.0
          I have added LICENSE file into the project. Thank you.

          Sounds good!

          I had to ask because of copyright law, if there is no license, nobody can legally use the code (even if it is available on github).

          (Z(:^

          1 Reply Last reply
          3

          1/4

          9 Mar 2021, 00:57

          • Login

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