CopperSpice API
1.9.2
|
The QPlainTextEdit class provides a widget which is used to edit and display plain text. More...
Public Types | |
enum | LineWrapMode |
Public Types inherited from QFrame | |
enum | Shadow |
enum | Shape |
enum | StyleMask |
Public Types inherited from QWidget | |
enum | RenderFlag |
Public Types inherited from QPaintDevice | |
enum | PaintDeviceMetric |
Public Signals | |
void | blockCountChanged (int newBlockCount) |
void | copyAvailable (bool status) |
void | cursorPositionChanged () |
void | modificationChanged (bool changed) |
void | redoAvailable (bool status) |
void | selectionChanged () |
void | textChanged () |
void | undoAvailable (bool status) |
void | updateRequest (const QRect &rect, int dy) |
Public Signals inherited from QWidget | |
void | customContextMenuRequested (const QPoint &pos) |
void | windowIconChanged (const QIcon &icon) |
void | windowIconTextChanged (const QString &iconText) |
void | windowTitleChanged (const QString &title) |
Public Signals inherited from QObject | |
void | destroyed (QObject *obj=nullptr) |
void | objectNameChanged (const QString &objectName) |
Public Slots | |
void | appendHtml (const QString &html) |
void | appendPlainText (const QString &text) |
void | centerCursor () |
void | clear () |
void | copy () |
void | cut () |
void | insertPlainText (const QString &text) |
void | paste () |
void | redo () |
void | selectAll () |
void | setPlainText (const QString &text) |
void | undo () |
void | zoomIn (int range=1) |
void | zoomOut (int range=1) |
Public Slots inherited from QWidget | |
bool | close () |
void | hide () |
void | lower () |
void | raise () |
void | repaint () |
void | setDisabled (bool disable) |
void | setEnabled (bool enable) |
void | setFocus () |
void | setHidden (bool hidden) |
void | setStyleSheet (const QString &styleSheet) |
virtual void | setVisible (bool visible) |
void | setWindowModified (bool modified) |
void | setWindowTitle (const QString &title) |
void | show () |
void | showFullScreen () |
void | showMaximized () |
void | showMinimized () |
void | showNormal () |
void | update () |
Public Slots inherited from QObject | |
void | deleteLater () |
Public Methods | |
QPlainTextEdit (const QString &text, QWidget *parent=nullptr) | |
QPlainTextEdit (QWidget *parent=nullptr) | |
virtual | ~QPlainTextEdit () |
QString | anchorAt (const QPoint &pos) const |
bool | backgroundVisible () const |
int | blockCount () const |
bool | canPaste () const |
bool | centerOnScroll () const |
QMenu * | createStandardContextMenu () |
QMenu * | createStandardContextMenu (const QPoint &position) |
QTextCharFormat | currentCharFormat () const |
QTextCursor | cursorForPosition (const QPoint &pos) const |
QRect | cursorRect () const |
QRect | cursorRect (const QTextCursor &cursor) const |
int | cursorWidth () const |
QTextDocument * | document () const |
QString | documentTitle () const |
void | ensureCursorVisible () |
QList< QTextEdit::ExtraSelection > | extraSelections () const |
bool | find (const QRegularExpression &exp, QTextDocument::FindFlags options=QTextDocument::FindFlags ()) |
bool | find (const QString &exp, QTextDocument::FindFlags options=QTextDocument::FindFlags ()) |
QVariant | inputMethodQuery (Qt::InputMethodQuery property) const override |
QVariant | inputMethodQuery (Qt::InputMethodQuery query, QVariant argument) const |
bool | isReadOnly () const |
bool | isUndoRedoEnabled () const |
LineWrapMode | lineWrapMode () const |
virtual QVariant | loadResource (int type, const QUrl &name) |
int | maximumBlockCount () const |
void | mergeCurrentCharFormat (const QTextCharFormat &modifier) |
void | moveCursor (QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode=QTextCursor::MoveAnchor) |
bool | overwriteMode () const |
QString | placeholderText () const |
void | print (QPagedPaintDevice *printer) const |
void | setBackgroundVisible (bool visible) |
void | setCenterOnScroll (bool enable) |
void | setCurrentCharFormat (const QTextCharFormat &format) |
void | setCursorWidth (int width) |
void | setDocument (QTextDocument *document) |
void | setDocumentTitle (const QString &title) |
void | setExtraSelections (const QList< QTextEdit::ExtraSelection > &selections) |
void | setLineWrapMode (LineWrapMode mode) |
void | setMaximumBlockCount (int maximum) |
void | setOverwriteMode (bool overwrite) |
void | setPlaceholderText (const QString &placeholderText) |
void | setReadOnly (bool ro) |
void | setTabChangesFocus (bool enable) |
void | setTabStopWidth (int width) |
void | setTextCursor (const QTextCursor &cursor) |
void | setTextInteractionFlags (Qt::TextInteractionFlags flags) |
void | setUndoRedoEnabled (bool enable) |
void | setWordWrapMode (QTextOption::WrapMode policy) |
bool | tabChangesFocus () const |
int | tabStopWidth () const |
QTextCursor | textCursor () const |
Qt::TextInteractionFlags | textInteractionFlags () const |
QString | toPlainText () const |
QTextOption::WrapMode | wordWrapMode () const |
Public Methods inherited from QAbstractScrollArea | |
QAbstractScrollArea (QWidget *parent=nullptr) | |
~QAbstractScrollArea () | |
void | addScrollBarWidget (QWidget *widget, Qt::Alignment alignment) |
QWidget * | cornerWidget () const |
QScrollBar * | horizontalScrollBar () const |
Qt::ScrollBarPolicy | horizontalScrollBarPolicy () const |
QSize | maximumViewportSize () const |
QSize | minimumSizeHint () const override |
QWidgetList | scrollBarWidgets (Qt::Alignment alignment) |
void | setCornerWidget (QWidget *widget) |
void | setHorizontalScrollBar (QScrollBar *scrollBar) |
void | setHorizontalScrollBarPolicy (Qt::ScrollBarPolicy policy) |
void | setSizeAdjustPolicy (SizeAdjustPolicy policy) |
virtual void | setupViewport (QWidget *viewport) |
void | setVerticalScrollBar (QScrollBar *scrollBar) |
void | setVerticalScrollBarPolicy (Qt::ScrollBarPolicy policy) |
void | setViewport (QWidget *widget) |
SizeAdjustPolicy | sizeAdjustPolicy () const |
QSize | sizeHint () const override |
QScrollBar * | verticalScrollBar () const |
Qt::ScrollBarPolicy | verticalScrollBarPolicy () const |
QWidget * | viewport () const |
Public Methods inherited from QFrame | |
QFrame (QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::EmptyFlag) | |
~QFrame () | |
QRect | frameRect () const |
Shadow | frameShadow () const |
Shape | frameShape () const |
int | frameStyle () const |
int | frameWidth () const |
int | lineWidth () const |
int | midLineWidth () const |
void | setFrameRect (const QRect &rect) |
void | setFrameShadow (Shadow value) |
void | setFrameShape (Shape value) |
void | setFrameStyle (int style) |
void | setLineWidth (int width) |
void | setMidLineWidth (int width) |
QSize | sizeHint () const override |
Public Methods inherited from QWidget | |
QWidget (QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::EmptyFlag) | |
~QWidget () | |
bool | acceptDrops () const |
QString | accessibleDescription () const |
QString | accessibleName () const |
QList< QAction * > | actions () const |
void | activateWindow () |
void | addAction (QAction *action) |
void | addActions (const QList< QAction * > &actions) |
void | adjustSize () |
bool | autoFillBackground () const |
QPalette::ColorRole | backgroundRole () const |
QBackingStore * | backingStore () const |
QSize | baseSize () const |
QWidget * | childAt (const QPoint &position) const |
QWidget * | childAt (int x, int y) const |
QRect | childrenRect () const |
QRegion | childrenRegion () const |
void | clearFocus () |
void | clearMask () |
QMargins | contentsMargins () const |
QRect | contentsRect () const |
Qt::ContextMenuPolicy | contextMenuPolicy () const |
QCursor | cursor () const |
WId | effectiveWinId () const |
void | ensurePolished () const |
Qt::FocusPolicy | focusPolicy () const |
QWidget * | focusProxy () const |
QWidget * | focusWidget () const |
const QFont & | font () const |
QFontInfo | fontInfo () const |
QFontMetrics | fontMetrics () const |
QPalette::ColorRole | foregroundRole () const |
QRect | frameGeometry () const |
QSize | frameSize () const |
const QRect & | geometry () const |
void | getContentsMargins (int *left, int *top, int *right, int *bottom) const |
QPixmap | grab (const QRect &rectangle=QRect (QPoint (0, 0), QSize (-1,-1))) |
void | grabGesture (Qt::GestureType gestureType, Qt::GestureFlags flags=Qt::GestureFlags ()) |
void | grabKeyboard () |
void | grabMouse () |
void | grabMouse (const QCursor &cursor) |
int | grabShortcut (const QKeySequence &key, Qt::ShortcutContext context=Qt::WindowShortcut) |
QGraphicsEffect * | graphicsEffect () const |
QGraphicsProxyWidget * | graphicsProxyWidget () const |
bool | hasEditFocus () const |
bool | hasFocus () const |
virtual bool | hasHeightForWidth () const |
bool | hasMouseTracking () const |
int | height () const |
virtual int | heightForWidth (int width) const |
Qt::InputMethodHints | inputMethodHints () const |
void | insertAction (QAction *before, QAction *action) |
void | insertActions (QAction *before, QList< QAction * > actions) |
bool | isActiveWindow () const |
bool | isAncestorOf (const QWidget *child) const |
bool | isEnabled () const |
bool | isEnabledTo (const QWidget *parent) const |
bool | isEnabledToTLW () const |
bool | isFullScreen () const |
bool | isHidden () const |
bool | isMaximized () const |
bool | isMinimized () const |
bool | isModal () const |
bool | isTopLevel () const |
bool | isVisible () const |
bool | isVisibleTo (const QWidget *parent) const |
bool | isWindow () const |
bool | isWindowModified () const |
QLayout * | layout () const |
Qt::LayoutDirection | layoutDirection () const |
QLocale | locale () const |
QPoint | mapFrom (const QWidget *parent, const QPoint &pos) const |
QPoint | mapFromGlobal (const QPoint &pos) const |
QPoint | mapFromParent (const QPoint &pos) const |
QPoint | mapTo (const QWidget *parent, const QPoint &pos) const |
QPoint | mapToGlobal (const QPoint &pos) const |
QPoint | mapToParent (const QPoint &pos) const |
QRegion | mask () const |
int | maximumHeight () const |
QSize | maximumSize () const |
int | maximumWidth () const |
int | minimumHeight () const |
QSize | minimumSize () const |
int | minimumWidth () const |
void | move (const QPoint &point) |
void | move (int x, int y) |
QWidget * | nativeParentWidget () const |
QWidget * | nextInFocusChain () const |
QRect | normalGeometry () const |
void | overrideWindowFlags (Qt::WindowFlags flags) |
QPaintEngine * | paintEngine () const override |
const QPalette & | palette () const |
QWidget * | parentWidget () const |
QPoint | pos () const |
QWidget * | previousInFocusChain () const |
QRect | rect () const |
void | releaseKeyboard () |
void | releaseMouse () |
void | releaseShortcut (int id) |
void | removeAction (QAction *action) |
void | render (QPaintDevice *target, const QPoint &targetOffset=QPoint (), const QRegion &sourceRegion=QRegion (), RenderFlags renderFlags=RenderFlags (DrawWindowBackground|DrawChildren)) |
void | render (QPainter *painter, const QPoint &targetOffset=QPoint (), const QRegion &sourceRegion=QRegion (), RenderFlags renderFlags=RenderFlags (DrawWindowBackground|DrawChildren)) |
void | repaint (const QRect &rect) |
void | repaint (const QRegion ®ion) |
void | repaint (int x, int y, int w, int h) |
void | resize (const QSize &size) |
void | resize (int w, int h) |
bool | restoreGeometry (const QByteArray &geometry) |
QByteArray | saveGeometry () const |
void | scroll (int dx, int dy) |
void | scroll (int dx, int dy, const QRect &rect) |
void | setAcceptDrops (bool on) |
void | setAccessibleDescription (const QString &description) |
void | setAccessibleName (const QString &name) |
void | setAttribute (Qt::WidgetAttribute attribute, bool enable=true) |
void | setAutoFillBackground (bool enable) |
void | setBackgroundRole (QPalette::ColorRole role) |
void | setBaseSize (const QSize &size) |
void | setBaseSize (int basew, int baseh) |
void | setContentsMargins (const QMargins &margins) |
void | setContentsMargins (int left, int top, int right, int bottom) |
void | setContextMenuPolicy (Qt::ContextMenuPolicy policy) |
void | setCursor (const QCursor &cursor) |
void | setEditFocus (bool enable) |
void | setFixedHeight (int h) |
void | setFixedSize (const QSize &size) |
void | setFixedSize (int w, int h) |
void | setFixedWidth (int w) |
void | setFocus (Qt::FocusReason reason) |
void | setFocusPolicy (Qt::FocusPolicy policy) |
void | setFocusProxy (QWidget *widget) |
void | setFont (const QFont &font) |
void | setForegroundRole (QPalette::ColorRole role) |
void | setGeometry (const QRect &rect) |
void | setGeometry (int x, int y, int w, int h) |
void | setGraphicsEffect (QGraphicsEffect *effect) |
void | setInputMethodHints (Qt::InputMethodHints hints) |
void | setLayout (QLayout *layout) |
void | setLayoutDirection (Qt::LayoutDirection direction) |
void | setLocale (const QLocale &locale) |
void | setMask (const QBitmap &bitmap) |
void | setMask (const QRegion ®ion) |
void | setMaximumHeight (int maxh) |
void | setMaximumSize (const QSize &size) |
void | setMaximumSize (int maxw, int maxh) |
void | setMaximumWidth (int maxw) |
void | setMinimumHeight (int minh) |
void | setMinimumSize (const QSize &size) |
void | setMinimumSize (int minw, int minh) |
void | setMinimumWidth (int minw) |
void | setMouseTracking (bool enable) |
void | setPalette (const QPalette &palette) |
void | setParent (QWidget *parent) |
void | setParent (QWidget *parent, Qt::WindowFlags flags) |
void | setShortcutAutoRepeat (int id, bool enable=true) |
void | setShortcutEnabled (int id, bool enable=true) |
void | setSizeIncrement (const QSize &size) |
void | setSizeIncrement (int w, int h) |
void | setSizePolicy (QSizePolicy policy) |
void | setSizePolicy (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) |
void | setStatusTip (const QString &data) |
void | setStyle (QStyle *style) |
void | setToolTip (const QString &data) |
void | setToolTipDuration (int msec) |
void | setUpdatesEnabled (bool enable) |
void | setWhatsThis (const QString &str) |
void | setWindowFilePath (const QString &filePath) |
void | setWindowFlags (Qt::WindowFlags flags) |
void | setWindowIcon (const QIcon &icon) |
void | setWindowModality (Qt::WindowModality windowModality) |
void | setWindowOpacity (qreal level) |
void | setWindowRole (const QString &role) |
void | setWindowState (Qt::WindowStates windowState) |
QSize | size () const |
QSize | sizeIncrement () const |
QSizePolicy | sizePolicy () const |
void | stackUnder (QWidget *widget) |
QString | statusTip () const |
QStyle * | style () const |
QString | styleSheet () const |
bool | testAttribute (Qt::WidgetAttribute attribute) const |
QString | toolTip () const |
int | toolTipDuration () const |
QWidget * | topLevelWidget () const |
bool | underMouse () const |
void | ungrabGesture (Qt::GestureType gestureType) |
void | unsetCursor () |
void | unsetLayoutDirection () |
void | unsetLocale () |
void | update (const QRect &rect) |
void | update (const QRegion ®ion) |
void | update (int x, int y, int w, int h) |
void | updateGeometry () |
bool | updatesEnabled () const |
QRegion | visibleRegion () const |
QString | whatsThis () const |
int | width () const |
QWidget * | window () const |
QString | windowFilePath () const |
Qt::WindowFlags | windowFlags () const |
QWindow * | windowHandle () const |
QIcon | windowIcon () const |
Qt::WindowModality | windowModality () const |
qreal | windowOpacity () const |
QString | windowRole () const |
Qt::WindowStates | windowState () const |
QString | windowTitle () const |
Qt::WindowType | windowType () const |
WId | winId () const |
int | x () const |
int | y () const |
Public Methods inherited from QObject | |
QObject (QObject *parent=nullptr) | |
~QObject () | |
bool | blockSignals (bool block) |
const QList< QObject * > & | children () const |
bool | connect (const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) |
bool | connect (const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) |
bool | disconnect (const QObject *receiver, const QString &slotMethod=QString ()) const |
bool | disconnect (const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const |
bool | disconnect (const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QString > | dynamicPropertyNames () const |
virtual bool | event (QEvent *event) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
template<typename T > | |
T | findChild (const QString &childName=QString ()) const |
template<class T > | |
QList< T > | findChildren (const QRegularExpression ®Exp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
template<class T > | |
QList< T > | findChildren (const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
bool | inherits (const QString &className) const |
void | installEventFilter (QObject *filterObj) |
bool | isWidgetType () const |
bool | isWindowType () const |
void | killTimer (int id) |
const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
QString | objectName () const |
QObject * | parent () const |
template<class T = QVariant> | |
T | property (const QString &name) const |
void | removeEventFilter (QObject *obj) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const QString &name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer) |
QThread * | thread () const |
Public Methods inherited from QPaintDevice | |
virtual | ~QPaintDevice () |
int | colorCount () const |
int | depth () const |
int | devicePixelRatio () const |
qreal | devicePixelRatioF () const |
int | height () const |
int | heightMM () const |
int | logicalDpiX () const |
int | logicalDpiY () const |
bool | paintingActive () const |
int | physicalDpiX () const |
int | physicalDpiY () const |
int | width () const |
int | widthMM () const |
Protected Methods | |
QRectF | blockBoundingGeometry (const QTextBlock &block) const |
QRectF | blockBoundingRect (const QTextBlock &block) const |
bool | canInsertFromMimeData (const QMimeData *source) const |
void | changeEvent (QEvent *event) override |
QPointF | contentOffset () const |
void | contextMenuEvent (QContextMenuEvent *event) override |
QMimeData * | createMimeDataFromSelection () const |
void | dragEnterEvent (QDragEnterEvent *event) override |
void | dragLeaveEvent (QDragLeaveEvent *event) override |
void | dragMoveEvent (QDragMoveEvent *event) override |
void | dropEvent (QDropEvent *event) override |
bool | event (QEvent *event) override |
QTextBlock | firstVisibleBlock () const |
void | focusInEvent (QFocusEvent *event) override |
bool | focusNextPrevChild (bool next) override |
void | focusOutEvent (QFocusEvent *event) override |
QAbstractTextDocumentLayout::PaintContext | getPaintContext () const |
void | inputMethodEvent (QInputMethodEvent *event) override |
void | insertFromMimeData (const QMimeData *source) |
void | keyPressEvent (QKeyEvent *event) override |
void | keyReleaseEvent (QKeyEvent *event) override |
void | mouseDoubleClickEvent (QMouseEvent *event) override |
void | mouseMoveEvent (QMouseEvent *event) override |
void | mousePressEvent (QMouseEvent *event) override |
void | mouseReleaseEvent (QMouseEvent *event) override |
void | paintEvent (QPaintEvent *event) override |
void | resizeEvent (QResizeEvent *event) override |
void | scrollContentsBy (int dx, int dy) override |
void | showEvent (QShowEvent *event) override |
void | timerEvent (QTimerEvent *event) override |
void | wheelEvent (QWheelEvent *event) override |
void | zoomInF (float range) |
Protected Methods inherited from QAbstractScrollArea | |
bool | event (QEvent *event) override |
void | setViewportMargins (const QMargins &margins) |
void | setViewportMargins (int left, int top, int right, int bottom) |
virtual bool | viewportEvent (QEvent *event) |
QMargins | viewportMargins () const |
virtual QSize | viewportSizeHint () const |
Protected Methods inherited from QFrame | |
void | drawFrame (QPainter *painter) |
bool | event (QEvent *event) override |
void | initStyleOption (QStyleOptionFrame *option) const |
Protected Methods inherited from QWidget | |
virtual void | actionEvent (QActionEvent *event) |
virtual void | closeEvent (QCloseEvent *event) |
void | create (WId window=0, bool initializeWindow=true, bool destroyOldWindow=true) |
void | destroy (bool destroyWindow=true, bool destroySubWindows=true) |
virtual void | enterEvent (QEvent *event) |
bool | event (QEvent *event) override |
bool | focusNextChild () |
bool | focusPreviousChild () |
virtual void | hideEvent (QHideEvent *event) |
void | initPainter (QPainter *painter) const override |
virtual void | leaveEvent (QEvent *event) |
int | metric (PaintDeviceMetric metric) const override |
virtual void | moveEvent (QMoveEvent *event) |
virtual bool | nativeEvent (const QByteArray &eventType, void *message, long *result) |
virtual void | tabletEvent (QTabletEvent *event) |
Protected Methods inherited from QObject | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signalMethod) const |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signalMethod) const |
bool | isSignalConnected (const QMetaMethod &signalMethod) const |
int | receivers (const QString &signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Protected Methods inherited from QPaintDevice | |
QPaintDevice () | |
Additional Inherited Members | |
Public Typedefs inherited from QWidget | |
using | RenderFlags = QFlags< RenderFlag > |
Static Public Methods inherited from QWidget | |
static QWidget * | createWindowContainer (QWindow *window, QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::EmptyFlag) |
static QWidget * | find (WId id) |
static QWidget * | keyboardGrabber () |
static QWidget * | mouseGrabber () |
static void | setTabOrder (QWidget *firstWidget, QWidget *secondWidget) |
Static Public Methods inherited from QObject | |
static bool | connect (const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) |
static bool | connect (const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ()) |
static bool | connect (const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) |
template<class Sender , class SignalClass , class... SignalArgs, class Receiver , class SlotClass , class... SlotArgs, class SlotReturn > | |
static bool | connect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection) |
template<class Sender , class SignalClass , class... SignalArgs, class Receiver , class T > | |
static bool | connect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection) |
static bool | disconnect (const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod) |
static bool | disconnect (const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod) |
static bool | disconnect (const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod) |
static bool | disconnect (const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t) |
template<class Sender , class SignalClass , class... SignalArgs, class Receiver , class SlotClass , class... SlotArgs, class SlotReturn > | |
static bool | disconnect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...)) |
template<class Sender , class SignalClass , class... SignalArgs, class Receiver > | |
static bool | disconnect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr) |
template<class Sender , class SignalClass , class... SignalArgs, class Receiver , class T > | |
static bool | disconnect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod) |
static QMetaObject & | staticMetaObject () |
static QString | tr (const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) |
Protected Slots inherited from QWidget | |
void | updateMicroFocus () |
Related Functions inherited from QWidget | |
QWidgetList | |
WId | |
Related Functions inherited from QObject | |
T | qobject_cast (QObject *object) |
QObjectList | |
The QPlainTextEdit class provides a widget which is used to edit and display plain text. This class is an advanced viewer/editor supporting plain text. It is optimized to handle large documents and to respond quickly to user input. QPlainText uses similar concepts similar to QTextEdit, however it is optimized for plain text handling.
QPlainTextEdit works on paragraphs and characters. A paragraph is a formatted string which is word-wrapped to fit into the width of the widget. By default when reading plain text, one newline signifies a paragraph. A document consists of zero or more paragraphs. Paragraphs are separated by hard line breaks. Each character within a paragraph has its own attributes, font and color.
The shape of the mouse cursor on a QPlainTextEdit is Qt::IBeamCursor by default. It can be changed through the viewport()'s cursor property.
The text is set or replaced using setPlainText() which deletes the existing text and replaces it with the text passed to plaintiveness(). Text can be inserted using the QTextCursor class or using the methods insertPlainText(), appendPlainText() or paste().
By default, the text edit wraps words at whitespace to fit within the text edit widget. The setLineWrapMode() method word wrap to the widget's width WidgetWidth, you can specify whether to break on whitespace or anywhere with setWordWrapMode().
The find() method can be used to find and select a given string within the text. If you want to limit the total number of paragraphs in a QPlainTextEdit, as it is for example useful in a log viewer, then you can use the maximumBlockCount property. The combination of setMaximumBlockCount() and appendPlainText() turns QPlainTextEdit into an efficient viewer for log text. The scrolling can be reduced with the centerOnScroll() property, making the log viewer even faster. Text can be formatted in a limited way, either using a syntax highlighter (see below), or by appending html-formatted text with appendHtml(). While QPlainTextEdit does not support complex rich text rendering with tables and floats, it does support limited paragraph-based formatting that you may need in a log viewer.
When QPlainTextEdit is used read-only the key bindings are limited to navigation, and text may only be selected with the mouse:
Keypresses | Action |
---|---|
Qt::UpArrow | Moves one line up. |
Qt::DownArrow | Moves one line down. |
Qt::LeftArrow | Moves one character to the left. |
Qt::RightArrow | Moves one character to the right. |
PageUp | Moves one (viewport) page up. |
PageDown | Moves one (viewport) page down. |
Home | Moves to the beginning of the text. |
End | Moves to the end of the text. |
Alt+Wheel | Scrolls the page horizontally (the Wheel is the mouse wheel). |
Ctrl+Wheel | Zooms the text. |
Ctrl+A | Selects all text. |
All the information about using QPlainTextEdit as a display widget also applies here.
Selection of text is handled by the QTextCursor class, which provides functionality for creating selections, retrieving the text contents or deleting selections. You can retrieve the object that corresponds with the user-visible cursor using the textCursor() method. If you want to set a selection in QPlainTextEdit just create one on a QTextCursor object and then make that cursor the visible cursor using setCursor(). The selection can be copied to the clipboard with copy(), or cut to the clipboard with cut(). The entire text can be selected using selectAll().
QPlainTextEdit holds a QTextDocument object which can be retrieved using the document() method. You can also set your own document object using setDocument(). QTextDocument emits a textChanged() signal if the text changes and it also provides the isModified() method which will return true if the text has been modified since it was either loaded or since the last call to setModified with false as argument. In addition it provides methods for undo and redo.
Just like QTextEdit, QPlainTextEdit works together with QSyntaxHighlighter.
The list of key bindings which are implemented for editing:
Keypresses | Action |
---|---|
Backspace | Deletes the character to the left of the cursor. |
Delete | Deletes the character to the right of the cursor. |
Ctrl+C | Copy the selected text to the clipboard. |
Ctrl+Insert | Copy the selected text to the clipboard. |
Ctrl+K | Deletes to the end of the line. |
Ctrl+V | Pastes the clipboard text into text edit. |
Shift+Insert | Pastes the clipboard text into text edit. |
Ctrl+X | Deletes the selected text and copies it to the clipboard. |
Shift+Delete | Deletes the selected text and copies it to the clipboard. |
Ctrl+Z | Undoes the last operation. |
Ctrl+Y | Redoes the last operation. |
LeftArrow | Moves the cursor one character to the left. |
Ctrl+LeftArrow | Moves the cursor one word to the left. |
RightArrow | Moves the cursor one character to the right. |
Ctrl+RightArrow | Moves the cursor one word to the right. |
UpArrow | Moves the cursor one line up. |
Ctrl+UpArrow | Moves the cursor one word up. |
DownArrow | Moves the cursor one line down. |
Ctrl+Down Arrow | Moves the cursor one word down. |
PageUp | Moves the cursor one page up. |
PageDown | Moves the cursor one page down. |
Home | Moves the cursor to the beginning of the line. |
Ctrl+Home | Moves the cursor to the beginning of the text. |
End | Moves the cursor to the end of the line. |
Ctrl+End | Moves the cursor to the end of the text. |
Alt+Wheel | Scrolls the page horizontally (the Wheel is the mouse wheel). |
Ctrl+Wheel | Zooms the text. |
To select (mark) text hold down the Shift key whilst pressing one of the movement keystrokes, for example, Shift+Right Arrow will select the character to the right, and Shift+Ctrl+Right Arrow will select the word to the right, etc.
QPlainTextEdit is a thin class, implemented by using most of the technology that is behind QTextEdit and QTextDocument. Its performance benefits over QTextEdit stem mostly from using a different and simplified text layout called QPlainTextDocumentLayout on the text document (refer to QTextDocument::setDocumentLayout()). The plain text document layout does not support tables nor embedded frames, and replaces a pixel-exact height calculation with a line-by-line respectively paragraph-by-paragraph scrolling approach. This makes it possible to handle significantly larger documents, and still resize the editor with line wrap enabled in real time. It also makes for a fast log viewer (refer to setMaximumBlockCount()).
Defines if lines are wrapped.
Constant | Value |
---|---|
QPlainTextEdit::NoWrap | 0 |
QPlainTextEdit::WidgetWidth | 1 |
|
explicit |
Constructs an empty QPlainTextEdit with the given parent.
Constructs a QPlainTextEdit with the given parent. The text edit will display the specified text.
|
virtual |
Destroys the current QPlainTextEdit object.
Returns the reference of the anchor at position pos, or an empty string if no anchor exists at that point.
|
slot |
Appends a new paragraph with html to the end of the text edit.
|
slot |
Appends a new paragraph with text to the end of the text edit.
bool QPlainTextEdit::backgroundVisible | ( | ) | const |
Returns the value of the property.
|
protected |
Returns the bounding rectangle of the text block in content coordinates. Translate the rectangle with the contentOffset() to get visual coordinates on the viewport.
|
protected |
Returns the bounding rectangle of the text block in the block's own coordinates.
int QPlainTextEdit::blockCount | ( | ) | const |
Returns the value of the property.
|
signal |
This signal is emitted whenever the block count changes. The new block count is passed in newBlockCount.
|
protected |
This function returns true if the contents of the MIME data object, specified by source, can be decoded and inserted into the document. It is called for example when during a drag operation the mouse enters this widget and it is necessary to determine whether it is possible to accept the drag.
bool QPlainTextEdit::canPaste | ( | ) | const |
Returns whether text can be pasted from the clipboard into the textedit.
|
slot |
Scrolls the document in order to center the cursor vertically.
bool QPlainTextEdit::centerOnScroll | ( | ) | const |
Returns the value of the property.
|
overrideprotectedvirtual |
Reimplemented from QFrame::changeEvent()
|
slot |
Deletes all the text in the text edit. The undo/redo history is cleared by this method.
|
protected |
Returns the content's origin in viewport coordinates.
The origin of the content of a plain text edit is always the top left corner of the first visible text block. The content offset is different from (0,0) when the text has been scrolled horizontally, or when the first visible block has been scrolled partially off the screen, i.e. the visible text does not start with the first line of the first visible block, or when the first visible block is the very first block and the editor displays a margin.
|
overrideprotectedvirtual |
Shows the standard context menu created with createStandardContextMenu().
If you do not want the text edit to have a context menu, you can set its contextMenuPolicy to Qt::NoContextMenu. If you want to customize the context menu, reimplement this method. If you want to extend the standard context menu, reimplement this function, call createStandardContextMenu() and extend the menu returned.
Information about the event is passed in the event object.
Reimplemented from QAbstractScrollArea::contextMenuEvent()
|
slot |
Copies any selected text to the clipboard.
|
signal |
This signal is emitted when text is selected or de-selected in the text edit.
When text is selected this signal will be emitted with status set to true. If no text has been selected or if the selected text is de-selected this signal is emitted with status set to false. If true then copy() can be used to copy the selection to the clipboard. If it is false then copy() does nothing.
|
protected |
This method returns a new MIME data object to represent the contents of the text edit's current selection. It is called when the selection needs to be encapsulated into a new QMimeData object; for example, when a drag and drop operation is started, or when data is copied to the clipboard.
If you reimplement this method, be aware the ownership of the returned QMimeData object is passed to the caller. The selection can be retrieved by using the textCursor() function.
QMenu * QPlainTextEdit::createStandardContextMenu | ( | ) |
This method creates the standard context menu which is shown when the user clicks on the line edit with the right mouse button. Called from the default contextMenuEvent() handler. The popup menu's ownership is transferred to the caller.
This method creates the standard context menu which is shown when the user clicks on the text edit with the right mouse button. Called from the default contextMenuEvent() handler. The given position indicates in document coordinates where the mouse click occurred.
This method may create a different menu based on the position where the user clicked. The popup menu's ownership is transferred to the caller.
QTextCharFormat QPlainTextEdit::currentCharFormat | ( | ) | const |
Returns the char format that is used when inserting new text.
QTextCursor QPlainTextEdit::cursorForPosition | ( | const QPoint & | pos | ) | const |
Returns a QTextCursor at position pos in viewport coordinates.
|
signal |
This signal is emitted whenever the position of the cursor changed.
QRect QPlainTextEdit::cursorRect | ( | ) | const |
Returns a rectangle (in viewport coordinates) that includes the cursor of the text edit.
QRect QPlainTextEdit::cursorRect | ( | const QTextCursor & | cursor | ) | const |
Returns a rectangle (in viewport coordinates) that includes the cursor.
int QPlainTextEdit::cursorWidth | ( | ) | const |
Returns the value of the property.
|
slot |
QTextDocument * QPlainTextEdit::document | ( | ) | const |
Returns a pointer to the underlying document.
|
inline |
Returns the value of the property.
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::dragEnterEvent()
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::dragLeaveEvent()
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::dragMoveEvent()
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::dropEvent()
void QPlainTextEdit::ensureCursorVisible | ( | ) |
Ensures that the cursor is visible by scrolling the text edit if necessary.
|
overrideprotected |
Reimplemented from QAbstractScrollArea::event()
QList< QTextEdit::ExtraSelection > QPlainTextEdit::extraSelections | ( | ) | const |
Returns previously set extra selections.
bool QPlainTextEdit::find | ( | const QRegularExpression & | exp, |
QTextDocument::FindFlags | options = QTextDocument::FindFlags() |
||
) |
Finds the next occurrence which matches the exp using the given options. Returns true if a match was found and changes the cursor to select the match, otherwise returns false.
The QTextDocument::FindCaseSensitively option will be ignored, use QRegularExpression::CaseInsensitiveOption instead.
bool QPlainTextEdit::find | ( | const QString & | exp, |
QTextDocument::FindFlags | options = QTextDocument::FindFlags() |
||
) |
Finds the next occurrence of the string, exp using the given options. Returns true if exp was found and changes the cursor to select the match, otherwise returns false.
|
protected |
Returns the first visible block.
|
overrideprotectedvirtual |
Reimplemented from QWidget::focusInEvent()
|
overrideprotectedvirtual |
Reimplemented from QWidget::focusNextPrevChild()
|
overrideprotectedvirtual |
Reimplemented from QWidget::focusOutEvent()
|
protected |
Returns the paint context for the viewport(), useful only when reimplementing paintEvent().
|
overrideprotectedvirtual |
Reimplemented from QWidget::inputMethodEvent()
|
overridevirtual |
Reimplemented from QWidget::inputMethodQuery()
QVariant QPlainTextEdit::inputMethodQuery | ( | Qt::InputMethodQuery | query, |
QVariant | argument | ||
) | const |
Reimplemented from QWidget::inputMethodQuery()
|
protected |
This method inserts the contents of the MIME data object, specified by source, into the text edit at the current cursor position. It is called whenever text is inserted as the result of a clipboard paste operation, or when the text edit accepts data from a drag and drop operation.
|
slot |
This is a slot which inserts text at the current cursor position. Equivalent to calling the following.
bool QPlainTextEdit::isReadOnly | ( | ) | const |
Returns the value of the property.
|
inline |
Returns the value of the property.
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::keyPressEvent()
|
overrideprotectedvirtual |
Reimplemented from QWidget::keyReleaseEvent()
LineWrapMode QPlainTextEdit::lineWrapMode | ( | ) | const |
Returns the value of the property.
Loads the resource specified by the given type and name. This method is an extension of QTextDocument::loadResource().
|
inline |
Returns the value of the property.
void QPlainTextEdit::mergeCurrentCharFormat | ( | const QTextCharFormat & | modifier | ) |
Merges the properties specified in modifier into the current character format by calling QTextCursor::mergeCharFormat on the editor's cursor. If the editor has a selection then the properties of modifier are directly applied to the selection.
|
signal |
This signal is emitted whenever the content of the document changes in a way that affects the modification state. If changed is true, the document has been modified, otherwise it is false.
For example, calling setModified(false) on a document and then inserting text causes the signal to get emitted. If you undo that operation, causing the document to return to its original unmodified state, the signal will get emitted again.
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::mouseDoubleClickEvent()
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::mouseMoveEvent()
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::mousePressEvent()
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::mouseReleaseEvent()
void QPlainTextEdit::moveCursor | ( | QTextCursor::MoveOperation | operation, |
QTextCursor::MoveMode | mode = QTextCursor::MoveAnchor |
||
) |
Moves the cursor by performing the given operation. If mode is QTextCursor::KeepAnchor, the cursor selects the text it moves over. This is the same effect that the user achieves when they hold down the Shift key and move the cursor with the cursor keys.
bool QPlainTextEdit::overwriteMode | ( | ) | const |
Returns the value of the property.
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::paintEvent()
|
slot |
Pastes the text from the clipboard into the text edit at the current cursor position. If there is no text in the clipboard nothing happens.
To change the behavior of this method, which will modify what QPlainTextEdit can paste and how it is being pasted, reimplement the virtual canInsertFromMimeData() and insertFromMimeData() methods.
QString QPlainTextEdit::placeholderText | ( | ) | const |
Returns the value of the property.
void QPlainTextEdit::print | ( | QPagedPaintDevice * | printer | ) | const |
This method prints the text edit document to the given printer. This is equivalent to calling the print method on the document directly except this method also supports QPrinter::Selection as a print range.
|
slot |
The last operation is redone. If there is no operation to redo, then there is no redo step in the undo/redo history and nothing happens.
|
signal |
This signal is emitted when the redo operations become available. If redo operation is possible then status will be true, otherwise it will be false.
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::resizeEvent()
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::scrollContentsBy()
|
slot |
Selects all text.
|
signal |
This signal is emitted whenever the selection changes.
void QPlainTextEdit::setBackgroundVisible | ( | bool | visible | ) |
Sets the value of the property to visible.
void QPlainTextEdit::setCenterOnScroll | ( | bool | enable | ) |
Sets the value of the property to enable.
void QPlainTextEdit::setCurrentCharFormat | ( | const QTextCharFormat & | format | ) |
Sets the char format that is be used when inserting new text to format by calling QTextCursor::setCharFormat() on the editor's cursor. If the editor has a selection then the char format is directly applied to the selection.
void QPlainTextEdit::setCursorWidth | ( | int | width | ) |
Sets the value of the property to width.
void QPlainTextEdit::setDocument | ( | QTextDocument * | document | ) |
Makes document the new document of the text editor. The parent QObject of the provided document remains the owner of the object. If the current document is a child of the text editor, then it is deleted.
The document must have a document layout that inherits QPlainTextDocumentLayout (see QTextDocument::setDocumentLayout()).
|
inline |
Sets the value of the property to title.
void QPlainTextEdit::setExtraSelections | ( | const QList< QTextEdit::ExtraSelection > & | selections | ) |
This method allows temporarily marking certain regions in the document with a given color, specified as selections. This can be useful for example in a programming editor to mark a whole line of text with a given background color to indicate the existence of a breakpoint.
void QPlainTextEdit::setLineWrapMode | ( | LineWrapMode | mode | ) |
Sets the value of the property to mode.
|
inline |
Sets the value of the property to maximum.
void QPlainTextEdit::setOverwriteMode | ( | bool | overwrite | ) |
Sets the value of the property to overwrite.
void QPlainTextEdit::setPlaceholderText | ( | const QString & | placeholderText | ) |
Sets the value of the property to placeholderText.
|
slot |
Changes the text for this QPlainTextEdit to text. Any previous text is removed and the undo/redo history is cleared.
void QPlainTextEdit::setReadOnly | ( | bool | ro | ) |
Sets the value of the property to ro.
void QPlainTextEdit::setTabChangesFocus | ( | bool | enable | ) |
Sets the value of the property to enable.
void QPlainTextEdit::setTabStopWidth | ( | int | width | ) |
Sets the value of the property to width.
void QPlainTextEdit::setTextCursor | ( | const QTextCursor & | cursor | ) |
Sets the visible cursor.
void QPlainTextEdit::setTextInteractionFlags | ( | Qt::TextInteractionFlags | flags | ) |
Sets the value of the property to flags.
|
inline |
Sets the value of the property to enable.
void QPlainTextEdit::setWordWrapMode | ( | QTextOption::WrapMode | policy | ) |
Sets the value of the property to policy.
|
overrideprotectedvirtual |
Reimplemented from QWidget::showEvent()
bool QPlainTextEdit::tabChangesFocus | ( | ) | const |
Returns the value of the property.
int QPlainTextEdit::tabStopWidth | ( | ) | const |
Returns the value of the property.
|
signal |
This signal is emitted whenever the document's content changes. For example, when text is inserted or deleted, or when formatting is applied.
QTextCursor QPlainTextEdit::textCursor | ( | ) | const |
Returns a copy of the QTextCursor which represents the currently visible cursor. Changes on the returned cursor do not affect the QPlainTextEdit cursor. Use setTextCursor() to update the visible cursor.
Qt::TextInteractionFlags QPlainTextEdit::textInteractionFlags | ( | ) | const |
Returns the value of the property.
|
overrideprotected |
Reimplemented from QObject::timerEvent()
|
inline |
Returns the text for this QPlatTextEdit as plain text.
|
slot |
Undoes the last operation. If there is no operation to undo, there is no undo step in the undo/redo history and nothing happens.
|
signal |
This signal is emitted when the undo operations become available. If the undo operation is possible then status will be true, otherwise it will be false.
|
signal |
This signal is emitted when the text document needs an update of the specified rect. If the text is scrolled, rect will cover the entire viewport area. If the text is scrolled vertically, dy carries the amount of pixels the viewport was scrolled.
The purpose of the signal is to support extra widgets in plain text edit subclasses that e.g. show line numbers, breakpoints, or other extra information.
|
overrideprotectedvirtual |
Reimplemented from QAbstractScrollArea::wheelEvent()
QTextOption::WrapMode QPlainTextEdit::wordWrapMode | ( | ) | const |
Returns the value of the property.
|
slot |
Increases the base font size by the given range which is specified in points. All font sizes are recalculated based on the new size. The size of any image is not affected.
|
protected |
Increases the base font size by the given range which is specified in points. All font sizes are recalculated based on the new size. The size of any image is not affected.
|
slot |
Decreases the base font size by the given range which is specified in points. All font sizes are recalculated based on the new size. The size of any image is not affected.
|
This property holds whether the palette background is visible outside the document area.
If set to true, the plain text edit paints the palette background on the viewport area not covered by the text document. Otherwise, if set to false, it will not. The feature makes it possible for the user to visually distinguish between the area of the document, painted with the base color of the palette, and the empty area not covered by any document.
The default is false.
Properties | Class Methods |
---|---|
read | backgroundVisible |
write | setBackgroundVisible |
|
This property holds the number of text blocks in the document.
By default, in an empty document, this property contains a value of 1.
Properties | Class Methods |
---|---|
read | blockCount |
|
This property holds whether the cursor should be centered on screen.
If set to true, the plain text edit scrolls the document vertically to make the cursor visible at the center of the viewport. This also allows the text edit to scroll below the end of the document. Otherwise, if set to false, the plain text edit scrolls the smallest amount possible to ensure the cursor is visible. The same algorithm is applied to any new line appended through appendPlainText().
The default is false.
Properties | Class Methods |
---|---|
read | centerOnScroll |
write | setCenterOnScroll |
|
This property specifies the width of the cursor in pixels. The default value is 1.
Properties | Class Methods |
---|---|
read | cursorWidth |
write | setCursorWidth |
|
This property holds the title of the document parsed from the text.
By default, this property contains an empty string.
Properties | Class Methods |
---|---|
read | documentTitle |
write | setDocumentTitle |
|
This property holds the line wrap mode.
The default mode is WidgetWidth which causes words to be wrapped at the right edge of the text edit. Wrapping occurs at whitespace, keeping whole words intact. If you want wrapping to occur within words use setWordWrapMode().
Properties | Class Methods |
---|---|
read | lineWrapMode |
write | setLineWrapMode |
|
This property holds the limit for blocks in the document. Specifies the maximum number of blocks the document may have. If there are more blocks in the document that specified with this property blocks are removed from the beginning of the document.
A negative or zero value specifies that the document may contain an unlimited amount of blocks. This setting this property will apply the limit immediately to the document contents. Setting this property also disables the undo redo history.
The default value is 0.
Properties | Class Methods |
---|---|
read | maximumBlockCount |
write | setMaximumBlockCount |
|
This property holds whether text entered by the user will overwrite existing text. As with many text editors, the plain text editor widget can be configured to insert or overwrite existing text with new text entered by the user.
If this property is true, existing text is overwritten, character-for-character by new text, otherwise, text is inserted at the cursor position, displacing existing text.
By default this property is false (new text does not overwrite existing text).
Properties | Class Methods |
---|---|
read | overwriteMode |
write | setOverwriteMode |
|
This property holds the editor placeholder text. By default,this property contains an empty string.
Setting this property makes the editor display a grayed-out placeholder text when the document() is empty.
Properties | Class Methods |
---|---|
read | placeholderText |
write | setPlaceholderText |
|
This property gets and sets the plain text editor's contents. The previous contents are removed and undo/redo history is reset when this property is set.
By default for an editor with no contents, this property contains an empty string.
Properties | Class Methods |
---|---|
read | toPlainText |
write | setPlainText |
notify | textChanged |
user | true |
|
This property holds whether the text edit is read-only. In a read-only text edit the user can only navigate through the text and select text; modifying the text is not possible.
This property's default is false.
Properties | Class Methods |
---|---|
read | isReadOnly |
write | setReadOnly |
|
This property holds whether Tab changes focus or is accepted as input. In some occasions text edits should not allow the user to input tabulators or change indentation using the Tab key, as this breaks the focus chain. The default is false.
Properties | Class Methods |
---|---|
read | tabChangesFocus |
write | setTabChangesFocus |
|
This property holds the tab stop width in pixels.
By default, this property contains a value of 80.
Properties | Class Methods |
---|---|
read | tabStopWidth |
write | setTabStopWidth |
|
Specifies how the label should interact with user input if it displays text. If the flags contain either Qt::LinksAccessibleByKeyboard<> or Qt::TextSelectableByKeyboard then the focus policy is also automatically set to Qt::ClickFocus.
The default value depends on whether the QPlainTextEdit is read-only or editable.
Properties | Class Methods |
---|---|
read | textInteractionFlags |
write | setTextInteractionFlags |
|
This property holds whether undo and redo are enabled. Users are only able to undo or redo actions if this property is true, and if there is an action that can be undone (or redone).
By default this property is true.
Properties | Class Methods |
---|---|
read | isUndoRedoEnabled |
write | setUndoRedoEnabled |
|
This property holds the mode QPlainTextEdit will use when wrapping text by words.
By default this property is set to QTextOption::WrapAtWordBoundaryOrAnywhere.
Properties | Class Methods |
---|---|
read | wordWrapMode |
write | setWordWrapMode |