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

QHGroupBox Class Reference

+ +

The QHGroupBox widget organizes widgets in a group with one +horizontal row. +More... +

#include <qhgroupbox.h> +

Inherits QGroupBox. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +

The QHGroupBox widget organizes widgets in a group with one +horizontal row. +

+ + +

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

Group Boxes
+

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


Member Function Documentation

+

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

+Constructs a horizontal group box with no title. +

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

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

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

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

QHGroupBox::~QHGroupBox () +

+Destroys the horizontal 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