Obsolete Members for QLayout

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

特性

公共函数

(obsolete) int margin () const
(obsolete) void setMargin (int margin )

特性文档编制

margin : 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 width of the outside border of the layout

使用 setContentsMargins () 和 getContentsMargins () 代替。

访问函数:

int margin () const
void setMargin (int margin )

另请参阅 contentsRect () 和 spacing .

成员函数文档编制

int QLayout:: margin () const

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

注意: Getter function for property margin.

另请参阅 setMargin ().

void QLayout:: setMargin ( int margin )

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

注意: setter 函数对于特性 margin .

另请参阅 margin ().