Obsolete Members for QTextOption

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

公共函数

(obsolete) void setTabStop (qreal tabStop )
(obsolete) qreal tabStop () const

成员函数文档编制

void QTextOption:: setTabStop ( qreal tabStop )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

in Qt 5.10. Use setTabStopDistance () 代替。

Sets the default distance in device units between tab stops to the value specified by tabStop .

另请参阅 tabStopDistance (), setTabArray (), setTabs (),和 tabs ().

qreal QTextOption:: tabStop () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

in Qt 5.10. Use tabStopDistance () 代替。

Returns the distance in device units between tab stops. Convenient function for the above method

另请参阅 setTabStopDistance (), tabArray (), setTabs (),和 tabs ().