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?
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?