返回介绍

QWidgetItem Class

发布于 2019-10-04 15:03:58 字数 2266 浏览 1088 评论 0 收藏 0

The QWidgetItem class is a layout item that represents a widget. More...

#include <qlayout.h>

Inherits QLayoutItem.

List of all member functions.

Public Members

  • QWidgetItem ( QWidget*w )
  • virtual QSize sizeHint () const
  • virtual QSize minimumSize () const
  • virtual QSize maximumSize () const
  • virtual QSizePolicy::ExpandData expanding () const
  • virtual bool isEmpty () const
  • virtual void setGeometry ( constQRect&r )
  • virtual QWidget * widget ()

Detailed Description

The QWidgetItem class is a layout item that represents a widget.

This is used by custom layouts.

See also QLayout, QLayout::widget(), Widget Appearance and Style and Layout Management.


Member Function Documentation

QWidgetItem::QWidgetItem ( QWidget*w )

Creates an item containing widget w.

QSizePolicy::ExpandData QWidgetItem::expanding () const [virtual]

Returns TRUE if this item's widget is expanding; otherwise returns FALSE.

Reimplemented from QLayoutItem.

bool QWidgetItem::isEmpty () const [virtual]

Returns TRUE if the widget has been hidden; otherwise returns FALSE.

Reimplemented from QLayoutItem.

QSize QWidgetItem::maximumSize () const [virtual]

Returns the maximum size of this item.

Reimplemented from QLayoutItem.

QSize QWidgetItem::minimumSize () const [virtual]

Returns the minimum size of this item.

Reimplemented from QLayoutItem.

void QWidgetItem::setGeometry ( constQRect&r ) [virtual]

Sets the geometry of this item's widget to be contained within rect r, taking alignment and maximum size into account.

Reimplemented from QLayoutItem.

QSize QWidgetItem::sizeHint () const [virtual]

Returns the preferred size of this item.

Reimplemented from QLayoutItem.

QWidget* QWidgetItem::widget () [virtual]

Returns the widget managed by this item.

Reimplemented from QLayoutItem.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文