From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qwidgetitem.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/html/qwidgetitem.html') diff --git a/doc/html/qwidgetitem.html b/doc/html/qwidgetitem.html index 7d5572cc4..d3849ba78 100644 --- a/doc/html/qwidgetitem.html +++ b/doc/html/qwidgetitem.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }

The TQWidgetItem class is a layout item that represents a widget. More... -

#include <qlayout.h> +

#include <ntqlayout.h>

Inherits TQLayoutItem.

List of all member functions.

Public Members

@@ -54,15 +54,15 @@ body { background: #ffffff; color: black; } The TQWidgetItem class is a layout item that represents a widget.

This is used by custom layouts. -

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

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


Member Function Documentation

-

TQWidgetItem::TQWidgetItem ( TQWidget * w ) +

TQWidgetItem::TQWidgetItem ( TQWidget * w )

Creates an item containing widget w. -

TQSizePolicy::ExpandData TQWidgetItem::expanding () const [virtual] +

TQSizePolicy::ExpandData TQWidgetItem::expanding () const [virtual]

Returns whether this item's widget can make use of more space than sizeHint(). A value of Vertical or Horizontal means that it wants @@ -77,28 +77,28 @@ Returns TRUE if the widget has been hidden; otherwise returns FALSE.

Reimplemented from TQLayoutItem. -

TQSize TQWidgetItem::maximumSize () const [virtual] +

TQSize TQWidgetItem::maximumSize () const [virtual]

Returns the maximum size of this item.

Reimplemented from TQLayoutItem. -

TQSize TQWidgetItem::minimumSize () const [virtual] +

TQSize TQWidgetItem::minimumSize () const [virtual]

Returns the minimum size of this item.

Reimplemented from TQLayoutItem. -

void TQWidgetItem::setGeometry ( const TQRect & r ) [virtual] +

void TQWidgetItem::setGeometry ( const TQRect & 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 TQLayoutItem. -

TQSize TQWidgetItem::sizeHint () const [virtual] +

TQSize TQWidgetItem::sizeHint () const [virtual]

Returns the preferred size of this item.

Reimplemented from TQLayoutItem. -

TQWidget * TQWidgetItem::widget () [virtual] +

TQWidget * TQWidgetItem::widget () [virtual]

Returns the widget managed by this item. -- cgit v1.2.1