From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qspaceritem.html | 119 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 doc/html/qspaceritem.html (limited to 'doc/html/qspaceritem.html') diff --git a/doc/html/qspaceritem.html b/doc/html/qspaceritem.html new file mode 100644 index 0000000..9700efe --- /dev/null +++ b/doc/html/qspaceritem.html @@ -0,0 +1,119 @@ + + + + + +QSpacerItem Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QSpacerItem Class Reference

+ +

The QSpacerItem class provides blank space in a layout. +More... +

#include <qlayout.h> +

Inherits QLayoutItem. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + + + +The QSpacerItem class provides blank space in a layout. +

This class is used by custom layouts. +

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


Member Function Documentation

+

QSpacerItem::QSpacerItem ( int w, int h, QSizePolicy::SizeType hData = QSizePolicy::Minimum, QSizePolicy::SizeType vData = QSizePolicy::Minimum ) +

+ +

Constructs a spacer item with preferred width w, preferred +height h, horizontal size policy hData and vertical size +policy vData. +

The default values provide a gap that is able to stretch if +nothing else wants the space. + +

void QSpacerItem::changeSize ( int w, int h, QSizePolicy::SizeType hData = QSizePolicy::Minimum, QSizePolicy::SizeType vData = QSizePolicy::Minimum ) +

+Changes this spacer item to have preferred width w, preferred +height h, horizontal size policy hData and vertical size +policy vData. +

The default values provide a gap that is able to stretch if +nothing else wants the space. + +

QSizePolicy::ExpandData QSpacerItem::expanding () const [virtual] +

+Returns the direction in which this spacer item will expand. +

See also QSizePolicy::ExpandData. + +

Reimplemented from QLayoutItem. +

bool QSpacerItem::isEmpty () const [virtual] +

+Returns TRUE because a spacer item never contains widgets. + +

Reimplemented from QLayoutItem. +

QSize QSpacerItem::maximumSize () const [virtual] +

+Returns the maximum size of this spacer item. + +

Reimplemented from QLayoutItem. +

QSize QSpacerItem::minimumSize () const [virtual] +

+Returns the minimum size of this spacer item. + +

Reimplemented from QLayoutItem. +

void QSpacerItem::setGeometry ( const QRect & r ) [virtual] +

+Stores the spacer item's rect r so that it can be returned by +geometry(). + +

Reimplemented from QLayoutItem. +

QSize QSpacerItem::sizeHint () const [virtual] +

+Returns the preferred size of this spacer item. + +

Reimplemented from QLayoutItem. + +


+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1