以下成员源于类 QTextOption 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
void
|
setTabStop (qreal tabStop ) |
(obsolete)
qreal
|
tabStop () const |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
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 ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
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 ().