@Properties(inherit=Qt5Widgets.class) public class QTextEdit extends QAbstractScrollArea
Modifier and Type | Class and Description |
---|---|
static class |
QTextEdit.AutoFormattingFlag |
static class |
QTextEdit.ExtraSelection |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
FixedColumnWidth
enum QTextEdit::LineWrapMode
|
static int |
FixedPixelWidth
enum QTextEdit::LineWrapMode
|
static int |
NoWrap
enum QTextEdit::LineWrapMode
|
static int |
WidgetWidth
enum QTextEdit::LineWrapMode
|
AdjustIgnored, AdjustToContents, AdjustToContentsOnFirstShow
Box, HLine, NoFrame, Panel, Plain, Raised, Shadow_Mask, Shape_Mask, StyledPanel, Sunken, VLine, WinPanel
DrawChildren, DrawWindowBackground, IgnoreMask
Constructor and Description |
---|
QTextEdit() |
QTextEdit(long size)
Native array allocator.
|
QTextEdit(Pointer p)
Pointer cast constructor.
|
QTextEdit(QString text) |
QTextEdit(QString text,
QWidget parent) |
QTextEdit(QWidget parent) |
addScrollBarWidget, cornerWidget, horizontalScrollBarPolicy, maximumViewportSize, minimumSizeHint, setCornerWidget, setHorizontalScrollBarPolicy, setSizeAdjustPolicy, setupViewport, setVerticalScrollBarPolicy, setViewport, sizeAdjustPolicy, sizeHint, verticalScrollBarPolicy, viewport
frameShadow, frameShape, frameStyle, frameWidth, lineWidth, midLineWidth, setFrameShadow, setFrameShape, setFrameStyle, setLineWidth, setMidLineWidth
_close, acceptDrops, accessibleDescription, accessibleName, activateWindow, addAction, adjustSize, asQPaintDevice, asQPaintDevice, autoFillBackground, baseSize, childAt, clearFocus, clearMask, closeEvent, contextMenuPolicy, createWinId, devType, effectiveWinId, ensurePolished, find, focusPolicy, focusProxy, focusWidget, font, frameSize, getContentsMargins, getContentsMargins, getContentsMargins, grabGesture, grabKeyboard, grabMouse, hasFocus, hasMouseTracking, hasTabletTracking, height, hide, insertAction, internalWinId, isActiveWindow, isAncestorOf, isEnabled, isEnabledTo, isFullScreen, isHidden, isLeftToRight, isMaximized, isMinimized, isModal, isRightToLeft, isTopLevel, isVisible, isVisibleTo, isWindow, isWindowModified, keyboardGrabber, layout, layoutDirection, lower, maximumHeight, maximumSize, maximumWidth, minimumHeight, minimumSize, minimumWidth, mouseGrabber, move, nativeParentWidget, nextInFocusChain, overrideWindowFlags, parentWidget, previousInFocusChain, raise, releaseKeyboard, releaseMouse, releaseShortcut, removeAction, render, repaint, repaint, resize, resize, restoreGeometry, saveGeometry, scroll, setAcceptDrops, setAccessibleDescription, setAccessibleName, setAttribute, setAttribute, setAutoFillBackground, setBaseSize, setBaseSize, setContentsMargins, setContextMenuPolicy, setDisabled, setEnabled, setFixedHeight, setFixedSize, setFixedSize, setFixedWidth, setFocus, setFocus, setFocusPolicy, setFocusProxy, setFont, setGeometry, setHidden, setLayout, setLayoutDirection, setMaximumHeight, setMaximumSize, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumSize, setMinimumWidth, setMouseTracking, setParent, setParent, setShortcutAutoRepeat, setShortcutAutoRepeat, setShortcutEnabled, setShortcutEnabled, setSizeIncrement, setSizeIncrement, setSizePolicy, setSizePolicy, setStatusTip, setStyle, setStyleSheet, setTabletTracking, setTabOrder, setToolTip, setToolTipDuration, setUpdatesEnabled, setWhatsThis, setWindowFilePath, setWindowFlag, setWindowFlag, setWindowFlags, setWindowIcon, setWindowIconText, setWindowModality, setWindowModified, setWindowOpacity, setWindowRole, setWindowTitle, show, showFullScreen, showMaximized, showMinimized, showNormal, size, sizeIncrement, sizePolicy, stackUnder, statusTip, style, styleSheet, testAttribute, toolTip, toolTipDuration, topLevelWidget, underMouse, ungrabGesture, unsetCursor, unsetLayoutDirection, unsetLocale, update, update, updateGeometry, updatesEnabled, whatsThis, width, window, windowFilePath, windowFlags, windowIcon, windowIconText, windowModality, windowOpacity, windowRole, windowTitle, windowType, winId, x, y
blockSignals, deleteLater, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, dumpObjectInfo, dumpObjectTree, event, eventFilter, inherits, inherits, installEventFilter, isWidgetType, isWindowType, killTimer, objectName, parent, registerUserData, removeEventFilter, setObjectName, setParent, setProperty, setProperty, signalsBlocked, startTimer, startTimer, startTimer, startTimer, tr, tr, tr, tr
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public static final int NoWrap
public static final int WidgetWidth
public static final int FixedPixelWidth
public static final int FixedColumnWidth
public QTextEdit(Pointer p)
Pointer.Pointer(Pointer)
.public QTextEdit(long size)
Pointer.position(long)
.public QTextEdit(QWidget parent)
public QTextEdit()
public QTextEdit position(long position)
position
in class QAbstractScrollArea
public void setTextInteractionFlags(@ByVal @Cast(value="Qt::TextInteractionFlags") int flags)
@ByVal @Cast(value="Qt::TextInteractionFlags") public int textInteractionFlags()
public double fontPointSize()
public int fontWeight()
public int lineWrapColumnOrWidth()
public void setLineWrapColumnOrWidth(int w)
@ByVal public QString toMarkdown(@Cast(value="QTextDocument::MarkdownFeatures") int features)
public void ensureCursorVisible()
public QMenu createStandardContextMenu()
@Deprecated public int tabStopWidth()
@Deprecated public void setTabStopWidth(int width)
public double tabStopDistance()
public void setTabStopDistance(double distance)
public int cursorWidth()
public void setCursorWidth(int width)
@ByVal public QVariant inputMethodQuery(@Cast(value="Qt::InputMethodQuery") int property)
@ByVal public QVariant inputMethodQuery(@Cast(value="Qt::InputMethodQuery") int query, @ByVal QVariant argument)
public void setFontPointSize(double s)
public void setFontWeight(int w)
public void cut()
public void copy()
public void paste()
public void undo()
public void redo()
public void clear()
public void selectAll()
public void zoomIn(int range)
public void zoomIn()
public void zoomOut(int range)
public void zoomOut()
Copyright © 2020. All rights reserved.