Is it possible to use a QIntValidator with more than one QLabel
Posted
by yan bellavance
on Stack Overflow
See other posts from Stack Overflow
or by yan bellavance
Published on 2010-03-13T01:29:45Z
Indexed on
2010/03/13
1:37 UTC
Read the original article
Hit count: 288
qt
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?
© Stack Overflow or respective owner