Home · All Classes · Modules

QPlainTextEdit Class Reference
[QtGui module]

Inherits QAbstractScrollArea.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QPlainTextEdit.LineWrapMode


Method Documentation

QPlainTextEdit.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QPlainTextEdit.__init__ (self, QString, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QString QPlainTextEdit.anchorAt (self, QPoint pos)

QPlainTextEdit.appendHtml (self, QString)

This method is also a Qt slot with the C++ signature void appendHtml(const QString&).

QPlainTextEdit.appendPlainText (self, QString)

This method is also a Qt slot with the C++ signature void appendPlainText(const QString&).

bool QPlainTextEdit.backgroundVisible (self)

QRectF QPlainTextEdit.blockBoundingGeometry (self, QTextBlock)

QRectF QPlainTextEdit.blockBoundingRect (self, QTextBlock)

int QPlainTextEdit.blockCount (self)

bool QPlainTextEdit.canInsertFromMimeData (self, QMimeData)

bool QPlainTextEdit.canPaste (self)

QPlainTextEdit.centerCursor (self)

This method is also a Qt slot with the C++ signature void centerCursor().

bool QPlainTextEdit.centerOnScroll (self)

QPlainTextEdit.changeEvent (self, QEvent)

QPlainTextEdit.clear (self)

This method is also a Qt slot with the C++ signature void clear().

QPointF QPlainTextEdit.contentOffset (self)

QPlainTextEdit.contextMenuEvent (self, QContextMenuEvent)

QPlainTextEdit.copy (self)

This method is also a Qt slot with the C++ signature void copy().

QMimeData QPlainTextEdit.createMimeDataFromSelection (self)

QMenu QPlainTextEdit.createStandardContextMenu (self)

QTextCharFormat QPlainTextEdit.currentCharFormat (self)

QTextCursor QPlainTextEdit.cursorForPosition (self, QPoint)

QRect QPlainTextEdit.cursorRect (self, QTextCursor)

QRect QPlainTextEdit.cursorRect (self)

int QPlainTextEdit.cursorWidth (self)

QPlainTextEdit.cut (self)

This method is also a Qt slot with the C++ signature void cut().

QTextDocument QPlainTextEdit.document (self)

QString QPlainTextEdit.documentTitle (self)

QPlainTextEdit.dragEnterEvent (self, QDragEnterEvent)

QPlainTextEdit.dragLeaveEvent (self, QDragLeaveEvent)

QPlainTextEdit.dragMoveEvent (self, QDragMoveEvent)

QPlainTextEdit.dropEvent (self, QDropEvent)

QPlainTextEdit.ensureCursorVisible (self)

bool QPlainTextEdit.event (self, QEvent)

list-of-QTextEdit.ExtraSelection QPlainTextEdit.extraSelections (self)

bool QPlainTextEdit.find (self, QString, QTextDocument.FindFlags options = 0)

QTextBlock QPlainTextEdit.firstVisibleBlock (self)

QPlainTextEdit.focusInEvent (self, QFocusEvent)

bool QPlainTextEdit.focusNextPrevChild (self, bool)

QPlainTextEdit.focusOutEvent (self, QFocusEvent)

QAbstractTextDocumentLayout.PaintContext QPlainTextEdit.getPaintContext (self)

QPlainTextEdit.inputMethodEvent (self, QInputMethodEvent)

QVariant QPlainTextEdit.inputMethodQuery (self, Qt.InputMethodQuery)

QPlainTextEdit.insertFromMimeData (self, QMimeData)

QPlainTextEdit.insertPlainText (self, QString)

This method is also a Qt slot with the C++ signature void insertPlainText(const QString&).

bool QPlainTextEdit.isReadOnly (self)

bool QPlainTextEdit.isUndoRedoEnabled (self)

QPlainTextEdit.keyPressEvent (self, QKeyEvent)

QPlainTextEdit.keyReleaseEvent (self, QKeyEvent)

LineWrapMode QPlainTextEdit.lineWrapMode (self)

QVariant QPlainTextEdit.loadResource (self, int, QUrl)

int QPlainTextEdit.maximumBlockCount (self)

QPlainTextEdit.mergeCurrentCharFormat (self, QTextCharFormat)

QPlainTextEdit.mouseDoubleClickEvent (self, QMouseEvent)

QPlainTextEdit.mouseMoveEvent (self, QMouseEvent)

QPlainTextEdit.mousePressEvent (self, QMouseEvent)

QPlainTextEdit.mouseReleaseEvent (self, QMouseEvent)

QPlainTextEdit.moveCursor (self, QTextCursor.MoveOperation, QTextCursor.MoveMode mode = QTextCursor.MoveAnchor)

bool QPlainTextEdit.overwriteMode (self)

QPlainTextEdit.paintEvent (self, QPaintEvent)

QPlainTextEdit.paste (self)

This method is also a Qt slot with the C++ signature void paste().

QPlainTextEdit.print (self, QPrinter printer)

QPlainTextEdit.print_ (self, QPrinter)

QPlainTextEdit.redo (self)

This method is also a Qt slot with the C++ signature void redo().

QPlainTextEdit.resizeEvent (self, QResizeEvent)

QPlainTextEdit.scrollContentsBy (self, int, int)

QPlainTextEdit.selectAll (self)

This method is also a Qt slot with the C++ signature void selectAll().

QPlainTextEdit.setBackgroundVisible (self, bool)

QPlainTextEdit.setCenterOnScroll (self, bool)

QPlainTextEdit.setCurrentCharFormat (self, QTextCharFormat)

QPlainTextEdit.setCursorWidth (self, int)

QPlainTextEdit.setDocument (self, QTextDocument)

QPlainTextEdit.setDocumentTitle (self, QString)

QPlainTextEdit.setExtraSelections (self, list-of-QTextEdit.ExtraSelection)

QPlainTextEdit.setLineWrapMode (self, LineWrapMode)

QPlainTextEdit.setMaximumBlockCount (self, int)

QPlainTextEdit.setOverwriteMode (self, bool)

QPlainTextEdit.setPlainText (self, QString)

This method is also a Qt slot with the C++ signature void setPlainText(const QString&).

QPlainTextEdit.setReadOnly (self, bool)

QPlainTextEdit.setTabChangesFocus (self, bool)

QPlainTextEdit.setTabStopWidth (self, int)

QPlainTextEdit.setTextCursor (self, QTextCursor)

QPlainTextEdit.setTextInteractionFlags (self, Qt.TextInteractionFlags)

QPlainTextEdit.setUndoRedoEnabled (self, bool)

QPlainTextEdit.setWordWrapMode (self, QTextOption.WrapMode)

QPlainTextEdit.showEvent (self, QShowEvent)

bool QPlainTextEdit.tabChangesFocus (self)

int QPlainTextEdit.tabStopWidth (self)

QTextCursor QPlainTextEdit.textCursor (self)

Qt.TextInteractionFlags QPlainTextEdit.textInteractionFlags (self)

QPlainTextEdit.timerEvent (self, QTimerEvent)

QString QPlainTextEdit.toPlainText (self)

QPlainTextEdit.undo (self)

This method is also a Qt slot with the C++ signature void undo().

QPlainTextEdit.wheelEvent (self, QWheelEvent)

QTextOption.WrapMode QPlainTextEdit.wordWrapMode (self)


Qt Signal Documentation

void blockCountChanged (int)

This is the default overload of this signal.

void copyAvailable (bool)

This is the default overload of this signal.

void cursorPositionChanged ()

This is the default overload of this signal.

void modificationChanged (bool)

This is the default overload of this signal.

void redoAvailable (bool)

This is the default overload of this signal.

void selectionChanged ()

This is the default overload of this signal.

void textChanged ()

This is the default overload of this signal.

void undoAvailable (bool)

This is the default overload of this signal.

void updateRequest (const QRect&,int)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0