I'm trying to apply validator in a line edit box in Qt 4.2 and it is not working: QDoubleValidator *haha= new QDoubleValidator(this); haha->setBottom(0.00); ...
確定! 回上一頁