public class QLineEdit: QFrame, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QLineEditThis type implements System.IDisposable.
Qt Namespace
QLineEdit Constructors
QLineEdit(Qt.QWidget, System.String) Constructor
QLineEdit(System.String, Qt.QWidget, System.String) Constructor
QLineEdit(Qt.QWidget) Constructor
QLineEdit(System.String, Qt.QWidget) Constructor
QLineEdit(void *) Constructor
QLineEdit Methods
QLineEdit.Alignment Method
QLineEdit.Backspace Method
QLineEdit.CharacterAt Method
QLineEdit.Clear Method
QLineEdit.ClearValidator Method
QLineEdit.Copy Method
QLineEdit.CreatePopupMenu Method
QLineEdit.CursorBackward(bool, int) Method
QLineEdit.CursorBackward(bool) Method
QLineEdit.CursorForward(bool, int) Method
QLineEdit.CursorForward(bool) Method
QLineEdit.CursorLeft(bool, int) Method
QLineEdit.CursorLeft(bool) Method
QLineEdit.CursorPosition Method
QLineEdit.CursorRight(bool, int) Method
QLineEdit.CursorRight(bool) Method
QLineEdit.CursorWordBackward Method
QLineEdit.CursorWordForward Method
QLineEdit.Cut Method
QLineEdit.Del Method
QLineEdit.Deselect Method
QLineEdit.DisplayText Method
QLineEdit.DragEnabled Method
QLineEdit.DrawContents Method
QLineEdit.Edited Method
QLineEdit.End Method
QLineEdit.Finalize Method
QLineEdit.Frame Method
QLineEdit.GetSelection Method
QLineEdit.HasMarkedText Method
QLineEdit.HasSelectedText Method
QLineEdit.Home Method
QLineEdit.Insert Method
QLineEdit.IsReadOnly Method
QLineEdit.IsRedoAvailable Method
QLineEdit.IsUndoAvailable Method
QLineEdit.MarkedText Method
QLineEdit.MaxLength Method
QLineEdit.MinimumSizeHint Method
QLineEdit.PasswordChar Method
QLineEdit.Paste Method
QLineEdit.Q_event Method
QLineEdit.Redo Method
QLineEdit.RepaintArea Method
QLineEdit.SelectAll Method
QLineEdit.SelectedText Method
QLineEdit.SetAlignment Method
QLineEdit.SetCursorPosition Method
QLineEdit.SetDragEnabled Method
QLineEdit.SetEchoMode Method
QLineEdit.SetEdited Method
QLineEdit.SetFont Method
QLineEdit.SetFrame Method
QLineEdit.SetMaxLength Method
QLineEdit.SetPalette Method
QLineEdit.SetPasswordChar Method
QLineEdit.SetReadOnly Method
QLineEdit.SetSelection Method
QLineEdit.SetText Method
QLineEdit.SetValidator Method
QLineEdit.SizeHint Method
QLineEdit.Text Method
QLineEdit.TheEchoMode Method
QLineEdit.Undo Method
QLineEdit.ValidateAndSet Method
QLineEdit.Validator Method
QLineEdit.WindowActivationChange Method
public void QLineEdit(Qt.QWidget parent, System.String name);
Qt.QLineEdit Class, Qt Namespace
public void QLineEdit(System.String arg1, Qt.QWidget parent, System.String name);
Qt.QLineEdit Class, Qt Namespace
public void QLineEdit(Qt.QWidget parent);
Qt.QLineEdit Class, Qt Namespace
public void QLineEdit(System.String arg1, Qt.QWidget parent);
Qt.QLineEdit Class, Qt Namespace
public void QLineEdit(void * ptr);
Qt.QLineEdit Class, Qt Namespace
public int Alignment();
Qt.QLineEdit Class, Qt Namespace
public void Backspace();
Qt.QLineEdit Class, Qt Namespace
public int CharacterAt(int xpos, Qt.QChar chr);
Qt.QLineEdit Class, Qt Namespace
public void Clear();
Qt.QLineEdit Class, Qt Namespace
public void ClearValidator();
Qt.QLineEdit Class, Qt Namespace
public void Copy();
Qt.QLineEdit Class, Qt Namespace
protected Qt.QPopupMenu CreatePopupMenu();
Qt.QLineEdit Class, Qt Namespace
public void CursorBackward(bool mark, int steps);
Qt.QLineEdit Class, Qt Namespace
public void CursorBackward(bool mark);
Qt.QLineEdit Class, Qt Namespace
public void CursorForward(bool mark, int steps);
Qt.QLineEdit Class, Qt Namespace
public void CursorForward(bool mark);
Qt.QLineEdit Class, Qt Namespace
public void CursorLeft(bool mark, int steps);
Qt.QLineEdit Class, Qt Namespace
public void CursorLeft(bool mark);
Qt.QLineEdit Class, Qt Namespace
public int CursorPosition();
Qt.QLineEdit Class, Qt Namespace
public void CursorRight(bool mark, int steps);
Qt.QLineEdit Class, Qt Namespace
public void CursorRight(bool mark);
Qt.QLineEdit Class, Qt Namespace
public void CursorWordBackward(bool mark);
Qt.QLineEdit Class, Qt Namespace
public void CursorWordForward(bool mark);
Qt.QLineEdit Class, Qt Namespace
public void Cut();
Qt.QLineEdit Class, Qt Namespace
public void Del();
Qt.QLineEdit Class, Qt Namespace
public void Deselect();
Qt.QLineEdit Class, Qt Namespace
public System.String DisplayText();
Qt.QLineEdit Class, Qt Namespace
public bool DragEnabled();
Qt.QLineEdit Class, Qt Namespace
protected void DrawContents(Qt.QPainter painter);
Qt.QLineEdit Class, Qt Namespace
public bool Edited();
Qt.QLineEdit Class, Qt Namespace
public void End(bool mark);
Qt.QLineEdit Class, Qt Namespace
protected override void Finalize();
Qt.QLineEdit Class, Qt Namespace
public bool Frame();
Qt.QLineEdit Class, Qt Namespace
public bool GetSelection(int[] start, int[] end);
Qt.QLineEdit Class, Qt Namespace
public bool HasMarkedText();
Qt.QLineEdit Class, Qt Namespace
public bool HasSelectedText();
Qt.QLineEdit Class, Qt Namespace
public void Home(bool mark);
Qt.QLineEdit Class, Qt Namespace
public void Insert(System.String arg1);
Qt.QLineEdit Class, Qt Namespace
public bool IsReadOnly();
Qt.QLineEdit Class, Qt Namespace
public bool IsRedoAvailable();
Qt.QLineEdit Class, Qt Namespace
public bool IsUndoAvailable();
Qt.QLineEdit Class, Qt Namespace
public System.String MarkedText();
Qt.QLineEdit Class, Qt Namespace
public int MaxLength();
Qt.QLineEdit Class, Qt Namespace
public Qt.QSize MinimumSizeHint();
Qt.QLineEdit Class, Qt Namespace
public Qt.QChar PasswordChar();
Qt.QLineEdit Class, Qt Namespace
public void Paste();
Qt.QLineEdit Class, Qt Namespace
protected bool Q_event(Qt.QEvent arg1);
Qt.QLineEdit Class, Qt Namespace
public void Redo();
Qt.QLineEdit Class, Qt Namespace
protected void RepaintArea(int arg1, int arg2);
Qt.QLineEdit Class, Qt Namespace
public void SelectAll();
Qt.QLineEdit Class, Qt Namespace
public System.String SelectedText();
Qt.QLineEdit Class, Qt Namespace
public void SetAlignment(int flag);
Qt.QLineEdit Class, Qt Namespace
public void SetCursorPosition(int arg1);
Qt.QLineEdit Class, Qt Namespace
public void SetDragEnabled(bool b);
Qt.QLineEdit Class, Qt Namespace
public void SetEchoMode(EchoMode arg1);
Qt.QLineEdit Class, Qt Namespace
public void SetEdited(bool arg1);
Qt.QLineEdit Class, Qt Namespace
public void SetFont(Qt.QFont arg1);
Qt.QLineEdit Class, Qt Namespace
public void SetFrame(bool arg1);
Qt.QLineEdit Class, Qt Namespace
public void SetMaxLength(int arg1);
Qt.QLineEdit Class, Qt Namespace
public void SetPalette(Qt.QPalette arg1);
Qt.QLineEdit Class, Qt Namespace
public void SetPasswordChar(Qt.QChar c);
Qt.QLineEdit Class, Qt Namespace
public void SetReadOnly(bool arg1);
Qt.QLineEdit Class, Qt Namespace
public void SetSelection(int arg1, int arg2);
Qt.QLineEdit Class, Qt Namespace
public void SetText(System.String arg1);
Qt.QLineEdit Class, Qt Namespace
public void SetValidator(Qt.QValidator arg1);
Qt.QLineEdit Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QLineEdit Class, Qt Namespace
public System.String Text();
Qt.QLineEdit Class, Qt Namespace
public EchoMode TheEchoMode();
Qt.QLineEdit Class, Qt Namespace
public void Undo();
Qt.QLineEdit Class, Qt Namespace
public bool ValidateAndSet(System.String arg1, int arg2, int arg3, int arg4);
Qt.QLineEdit Class, Qt Namespace
public Qt.QValidator Validator();
Qt.QLineEdit Class, Qt Namespace
protected void WindowActivationChange(bool arg1);
Qt.QLineEdit Class, Qt Namespace