Obsolete Members for QTextOption

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

公共函數

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

成員函數文檔編製

void QTextOption:: setTabStop ( qreal tabStop )

此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。

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

另請參閱 tabStopDistance (), setTabArray (), setTabs (),和 tabs ().

qreal QTextOption:: tabStop () const

此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。

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

另請參閱 setTabStopDistance (), tabArray (), setTabs (),和 tabs ().