Custom Data validation for Qt
-
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 :) -
From a quick glance - looks good and useful, thanks for sharing! What's the license, though?
-
@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).