Hi, I have this problem. I have application where I use QInputDialog for passwords. What I want is to disable Ok button until user inputs at least 4 numbers into dialog. Is there some way to do it? I can retrieve length of input by reacting on signal textValueChanged(QString), but how to change property of QInputDialog button? Is it even possible?
Bookmarks