Свойство | Тип | Описание | |
---|---|---|---|
QDoubleValidator | System | ||
SetRange | void | ||
SetRange | void | ||
Validate | QValidator.State |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
QDoubleValidator ( |
||
QDoubleValidator ( double bottom, double top, int decimals, |
||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Метод | Описание | |
---|---|---|
CreateProxy ( ) : void | ||
QDoubleValidator ( |
Метод | Описание | |
---|---|---|
QDoubleValidator ( ) : System | ||
SetRange ( double bottom, double top ) : void | ||
SetRange ( double bottom, double top, int decimals ) : void | ||
Validate ( StringBuilder arg1, int &arg2 ) : QValidator.State |
public QDoubleValidator ( |
||
parent | ||
Результат | System |
protected QDoubleValidator ( |
||
dummy | ||
Результат | System |
public QDoubleValidator ( double bottom, double top, int decimals, |
||
bottom | double | |
top | double | |
decimals | int | |
parent | ||
Результат | System |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
Результат | string |