Property | Type | Description | |
---|---|---|---|
QIntValidator | System | ||
SetRange | void | ||
Validate | QValidator.State |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
QIntValidator ( |
||
QIntValidator ( int bottom, int top, |
||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QIntValidator ( |
Method | Description | |
---|---|---|
QIntValidator ( ) : System | ||
SetRange ( int bottom, int top ) : void | ||
Validate ( StringBuilder arg1, int &arg2 ) : QValidator.State |
public QIntValidator ( |
||
parent | ||
return | System |
protected QIntValidator ( |
||
dummy | ||
return | System |
public QIntValidator ( int bottom, int top, |
||
bottom | int | |
top | int | |
parent | ||
return | System |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |