pyqt5学习笔记——QValidator类简介

QValidator简介

官网文档内容1:

The QValidator class provides validation of input text.

The class itself is abstract. Two subclasses, QIntValidator and QDoubleValidator, provide basic numeric-range checking, and QRegExpValidator provides general checking using a custom regular expression.

一大顿都是英文,其实说简单点,Qvalidator常用来设置输入框的合法性,当合法时,才能成功输入并显示到输入框。

QValidator就是一个抽象类,其子类QIntValidator、QDoubleValidator两个类是用来设置合法int和合法Double,而还有一个子类QRegExpValidator是用来结合正则表达式,判断合法性。

文档内容2:

enum QValidator::State

This enum type defines the states in which a validated string can exist.

Constant Value Description
QValidator::Invalid 0 The string is clearly invalid.
QValidator::Intermediate 1 The string is
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值