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/qvgroupbox.html | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 doc/html/qvgroupbox.html (limited to 'doc/html/qvgroupbox.html') diff --git a/doc/html/qvgroupbox.html b/doc/html/qvgroupbox.html new file mode 100644 index 0000000..c7a20f3 --- /dev/null +++ b/doc/html/qvgroupbox.html @@ -0,0 +1,86 @@ + + + + + +QVGroupBox Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QVGroupBox Class Reference

+ +

The QVGroupBox widget organizes a group of widgets in a +vertical column. +More... +

#include <qvgroupbox.h> +

Inherits QGroupBox. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The QVGroupBox widget organizes a group of widgets in a +vertical column. +

+ + +

QVGroupBox is a convenience class that offers a thin layer on top of +QGroupBox. Think of it as a QVBox that offers a frame with a title. +

Group Boxes
+

See also QHGroupBox, Widget Appearance and Style, Layout Management, and Organizers. + +


Member Function Documentation

+

QVGroupBox::QVGroupBox ( QWidget * parent = 0, const char * name = 0 ) +

+Constructs a vertical group box with no title. +

The parent and name arguments are passed on to the QWidget +constructor. + +

QVGroupBox::QVGroupBox ( const QString & title, QWidget * parent = 0, const char * name = 0 ) +

+Constructs a vertical group box with the title title. +

The parent and name arguments are passed on to the QWidget +constructor. + +

QVGroupBox::~QVGroupBox () +

+Destroys the vertical group box, deleting its child widgets. + + +

+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