Is it possible to use a QIntValidator with more than one QLabel
- by yan bellavance
Hi, I have multiple labels on which I need to QLabel-setValidator(QValidator)
groups of them have the same validation rules. Can I reuse the same QIntValidator for all labels that have the same rules?