Свойства

boolclearButtonEnabled READ / WRITE
stringinputMask READ / WRITE
stringplaceholderText READ / WRITE
boolreadOnly READ / WRITE
stringselectedText READ
stringtext READ / WRITE

Методы

stringinputMask ( )
boolisClearButtonEnabled ( )
boolisReadOnly ( )
stringplaceholderText ( )
stringselectedText ( )
stringtext ( )

Слоты

voidclear ( )
voidselectAll ( )
voidsetClearButtonEnabled ( bool enabled )
voidsetInputMask ( string mask )
voidsetPlaceholderText ( string placeholderText )
voidsetReadOnly ( bool readOnly )
voidsetSelection ( int start, int end )
voidsetText ( string text )

Описание методов

string QLineEdit::inputMask ( )  

bool QLineEdit::isClearButtonEnabled ( )  

bool QLineEdit::isReadOnly ( )  

string QLineEdit::placeholderText ( )  

string QLineEdit::selectedText ( )  

string QLineEdit::text ( )  

Описание слотов

void QLineEdit::clear ( )  

void QLineEdit::selectAll ( )  

void QLineEdit::setClearButtonEnabled ( bool enabled )  

void QLineEdit::setInputMask ( string mask )  

void QLineEdit::setPlaceholderText ( string placeholderText )  

void QLineEdit::setReadOnly ( bool readOnly )  

void QLineEdit::setSelection ( int start, int end )  

void QLineEdit::setText ( string text )  

comments powered by HyperComments