Obsolete Members for QLayout

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

特性

特性文档编制

margin : int

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 函数对于特性 margin .

另请参阅 setMargin ().

void QLayout:: setMargin ( int margin )

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

另请参阅 margin ().