Obsolete Members for QPlainTextEdit

以下成員源於類 QPlainTextEdit 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

特性

公共函數

(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 的值。

訪問函數:

int tabStopWidth () const
void setTabStopWidth (int width )