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/qvgroupbox.html | 86 ------------------------------------------------ 1 file changed, 86 deletions(-) delete mode 100644 doc/html/qvgroupbox.html (limited to 'doc/html/qvgroupbox.html') diff --git a/doc/html/qvgroupbox.html b/doc/html/qvgroupbox.html deleted file mode 100644 index 656a1f90..00000000 --- a/doc/html/qvgroupbox.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - -TQVGroupBox Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQVGroupBox Class Reference

- -

The TQVGroupBox widget organizes a group of widgets in a -vertical column. -More... -

#include <qvgroupbox.h> -

Inherits TQGroupBox. -

List of all member functions. -

Public Members

- -

Detailed Description

- - -The TQVGroupBox widget organizes a group of widgets in a -vertical column. -

- - -

TQVGroupBox is a convenience class that offers a thin layer on top of -TQGroupBox. Think of it as a TQVBox that offers a frame with a title. -

Group Boxes
-

See also TQHGroupBox, Widget Appearance and Style, Layout Management, and Organizers. - -


Member Function Documentation

-

TQVGroupBox::TQVGroupBox ( TQWidget * parent = 0, const char * name = 0 ) -

-Constructs a vertical group box with no title. -

The parent and name arguments are passed on to the TQWidget -constructor. - -

TQVGroupBox::TQVGroupBox ( const TQString & title, TQWidget * 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 TQWidget -constructor. - -

TQVGroupBox::~TQVGroupBox () -

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

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


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- -- cgit v1.2.3