TextEdit所有成员列表
这是一个包含继承成员的TextEdit所有成员的完整列表。
- activeFocusOnPress : bool
- baseUrl : url
- bottomPadding : real
- canPaste : bool
- canRedo : bool
- canUndo : bool
- color : color
- contentHeight : real
- contentWidth : real
- cursorDelegate : Component
- cursorPosition : int
- cursorRectangle : rectangle
- cursorSelection : QtQuick::TextSelection
(预发布)
- cursorVisible : bool
- effectiveHorizontalAlignment : 枚举类型
- font.bold : bool
- font.capitalization : 枚举类型
- font.family : string
- font.features : object
(自6.6版本起)
- font.hintingPreference : 枚举类型
- font.italic : bool
- font.kerning : bool
- font.letterSpacing : real
- font.pixelSize : int
- font.pointSize : real
- font.preferShaping : bool
- font.strikeout : bool
- font.styleName : string
- font.underline : bool
- font.variableAxes : object
(自6.7版本起)
- font.weight : int
- font.wordSpacing : real
- horizontalAlignment : 枚举类型
- hoveredLink : string
- inputMethodComposing : 布尔型
- inputMethodHints : 枚举型
- leftPadding : 实数
- length : 整型
- lineCount : 整型
- mouseSelectionMode : 枚举型
- overwriteMode : 布尔型
- padding : 实数
- persistentSelection : 布尔型
- preeditText : 字符串
- readOnly : 布尔型
- renderType : 枚举型
- rightPadding : 实数
- selectByKeyboard : 布尔型
- selectByMouse : 布尔型
- selectedText : 字符串
- selectedTextColor : 颜色
- selectionColor : 颜色
- selectionEnd : 整型
- selectionStart : 整型
- tabStopDistance : 实数
- text : 字符串
- textDocument : TextDocument
- textFormat : 枚举型
- textMargin : 实数
- topPadding : 实数
- verticalAlignment : 枚举型
- wrapMode : 枚举型
- void append(字符串 text)
- clear()
- copy()
- cut()
- deselect()
- editingFinished()
- 字符串 getFormattedText(整型 start, 整型 end)
- 字符串 getText(整型 start, 整型 end)
- insert(整型 position, 字符串 text)
- isRightToLeft(整型 start, 整型 end)
- linkActivated(字符串 link)
- linkAt(实数 x, 实数 y)
- linkHovered(字符串 link)
- moveCursorSelection(整型 position, SelectionMode mode)
- paste()
- 整型 positionAt(整型 x, 整型 y)
- 矩形 positionToRectangle(position)
- redo()
- 整型 remove(整型 start, 整型 end)
- select(整型 start, 整型 end)
- selectAll()
- selectWord()
- undo()
以下成员从 Item 继承。
- activeFocus : 布尔型
- activeFocusOnTab : 布尔型
- anchors
- anchors.alignWhenCentered : 布尔型
- anchors.baseline : AnchorLine
- anchors.baselineOffset : 实数
- anchors.bottom : 锚线
- anchors.bottomMargin : 实数
- anchors.centerIn : 项目
- anchors.fill : 项目
- anchors.horizontalCenter : 锚线
- anchors.horizontalCenterOffset : 实数
- anchors.left : 锚线
- anchors.leftMargin : 实数
- anchors.margins : 实数
- anchors.right : 锚线
- anchors.rightMargin : 实数
- anchors.top : 锚线
- anchors.topMargin : 实数
- anchors.verticalCenter : 锚线
- anchors.verticalCenterOffset : 实数
- antialiasing : 布尔值
- baselineOffset : 整数
- children : 项目列表
- childrenRect
- childrenRect.height : 实数
- childrenRect.width : 实数
- childrenRect.x : 实数
- childrenRect.y : 实数
- clip : 布尔值
- containmentMask : QObject*
- data : QtObject 列表 [默认]
- enabled : 布尔值
- focus : 布尔值
- focusPolicy : 枚举
(自 6.7)
- height : 实数
- implicitHeight : 实数
- implicitWidth : 实数
- layer.effect : Component
- layer.enabled : 布尔值
- layer.format : 枚举
- layer.live : 布尔值
(自 6.5)
- layer.mipmap : 布尔值
- layer.samplerName : 字符串
- layer.samples : 枚举
- layer.smooth : 布尔值
- layer.sourceRect : 矩形
- layer.textureMirroring : 枚举
- layer.textureSize : 大小
- layer.wrapMode : 枚举
- opacity : 实数
- palette : 调色板
(自 6.0)
- parent : 项目
- resources : QtObject 列表
- 旋转 : 实数
- 缩放 : 实数
- 平滑 : 布尔值
- 状态 : 字符串
- 状态列表 : 状态列表
- 变换 : 变换列表
- 变换原点 : 枚举
- 过渡 : 过渡列表
- 可见 : 布尔值
- 可见子项 : 子项列表
- 宽度 : 实数
- X位置 : 实数
- Y位置 : 实数
- Z位置 : 实数
- childAt(实数 x, 实数 y)
- 布尔值 contains(点 point)
- dumpItemTree()
(自 6.3)
- forceActiveFocus()
- forceActiveFocus(Qt::FocusReason reason)
- 布尔值 grabToImage(回调函数, 目标大小)
- 点 mapFromGlobal(实数 x, 实数 y)
- 点 mapFromItem(项目 item, 实数 x, 实数 y)
- 点 mapFromItem(项目 item, 点 p)
- 矩形 mapFromItem(项目 item, 实数 x, 实数 y, 实数 宽度, 实数 高度)
- 矩形 mapFromItem(项目 item, 矩形 r)
- 点 mapToGlobal(实数 x, 实数 y)
- 点 mapToItem(项目 item, 实数 x, 实数 y)
- 点 mapToItem(项目 item, 点 )
- 矩形 mapToItem(项目 item, 实数 x, 实数 y, 实数 宽度, 实数 高度)
- 矩形 mapToItem(项目 item, 矩形 r)
- nextItemInFocusChain(布尔值 forward)
以下成员自 QtObject 继承。
- 对象名称 : 字符串
© 2024Qt公司。此处包含的文档贡献为其各自所有者的版权。在此提供的文档是根据自由软件基金会发布的GNU自由文档许可证版本1.3的条款许可的。Qt和 respective logos 是芬兰及/或世界其他地区的Qt公司的商标。所有其他商标均为其各自所有者的财产。