Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QLineEditdouble 値を検証したいということがあります。0 を有効な値として使用できますが、値が 0 を含むのではなく、厳密に0より大きいQDoubleValidator::setBottom(0)ことを強制したいと思います。何か案は?
QLineEdit
QDoubleValidator::setBottom(0)
注: ボトムを に設定することも考えましたが1E-05、何かごまかしているような気がします。値を特定の精度に制限したくありません。
1E-05