以下成员源于类 QLayout 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
margin
: int
(obsolete)
int
|
margin () const |
(obsolete)
void
|
setMargin (int margin ) |
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 .
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
注意: Getter function for property margin.
另请参阅 setMargin ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
注意: setter 函数对于特性 margin .
另请参阅 margin ().