Skip to content
  • 0 Votes
    7 Posts
    838 Views
    JonBJ
    @L0uisc The simple answer is that Qt must have have hundreds of classes and thousands of methods. You could add useful/utility features forever. There is no deep reason why one is offered but not another, other than popular usage. QInputDialog --- which by the way is not used that often --- is only really a convenience class on top of QDialog. Nothing wrong with your suggestion --- and you can always make those at https://bugreports.qt.io/, or offer to implement it yourself --- just TQtC probably has a million other things to do :)
  • 3 Votes
    4 Posts
    1k Views
    sierdzioS
    @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).