简体   繁体   English

python,pyside,qt桌面应用程序的验证库

[英]Validation library for python, pyside, qt desktop application

I am developing a desktop application using Qt (Pyside) and Python. 我正在使用Qt(Pyside)和Python开发桌面应用程序。

Is there any library to validate all form fields at once on save button click? 是否有任何库可以在单击保存按钮时立即验证所有表单字段? Please suggest if any. 请提出建议。

I think you are looking for QValidator and its sublcasses QDoubleValidator , QIntValidator , and QRegExpValidator . 我认为您正在寻找QValidator及其子类QDoubleValidatorQIntValidatorQRegExpValidator

There is usage example Line Edits Example 有用法示例线编辑示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM