我試圖在Qt 4.2的行編輯框中應用驗證器,但它不起作用: QDoubleValidator *haha= new QDoubleValidator(this); haha->setBottom(0.00); haha->setDecimals(2); ...
確定! 回上一頁