Obsolete Members for QTextEdit

以下成员源于类 QTextEdit 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

特性

公共函数

(obsolete) void setTabStopWidth (int width )
(obsolete) int tabStopWidth () const

特性文档编制

tabStopWidth : int

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This property holds the tab stop width in pixels in Qt 5.10. Use tabStopDistance 代替。

默认情况下,此特性包含 80 像素的值。

该特性在 Qt 4.1 引入。

访问函数:

int tabStopWidth () const
void setTabStopWidth (int width )