diff options
author | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/man/man3/tqvbuttongroup.3qt | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqvbuttongroup.3qt')
-rw-r--r-- | doc/man/man3/tqvbuttongroup.3qt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/man3/tqvbuttongroup.3qt b/doc/man/man3/tqvbuttongroup.3qt index d455e0443..b14fa29d4 100644 --- a/doc/man/man3/tqvbuttongroup.3qt +++ b/doc/man/man3/tqvbuttongroup.3qt @@ -1,5 +1,5 @@ '\" t -.TH QVButtonGroup 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQVButtonGroup 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,28 +7,28 @@ .ad l .nh .SH NAME -QVButtonGroup \- Organizes TQButton widgets in a vertical column +TQVButtonGroup \- Organizes TQButton widgets in a vertical column .SH SYNOPSIS -\fC#include <ntqvbuttongroup.h>\fR +\fC#include <tqvbuttongroup.h>\fR .PP Inherits TQButtonGroup. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQVButtonGroup\fR ( TQWidget * parent = 0, const char * name = 0 )" +.BI "\fBTQVButtonGroup\fR ( TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c -.BI "\fBQVButtonGroup\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" +.BI "\fBTQVButtonGroup\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c -.BI "\fB~QVButtonGroup\fR ()" +.BI "\fB~TQVButtonGroup\fR ()" .br .in -1c .SH DESCRIPTION -The QVButtonGroup widget organizes TQButton widgets in a vertical column. +The TQVButtonGroup widget organizes TQButton widgets in a vertical column. .PP -QVButtonGroup is a convenience class that offers a thin layer on top of TQButtonGroup. Think of it as a QVBox that offers a frame with a title and is specifically designed for buttons. +TQVButtonGroup is a convenience class that offers a thin layer on top of TQButtonGroup. Think of it as a TQVBox that offers a frame with a title and is specifically designed for buttons. .PP <center> .ce 1 @@ -36,21 +36,21 @@ QVButtonGroup is a convenience class that offers a thin layer on top of TQButton .PP </center> .PP -See also QHButtonGroup, Widget Appearance and Style, Layout Management, and Organizers. +See also TQHButtonGroup, Widget Appearance and Style, Layout Management, and Organizers. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QVButtonGroup::QVButtonGroup ( TQWidget * parent = 0, const char * name = 0 )" +.SH "TQVButtonGroup::TQVButtonGroup ( TQWidget * parent = 0, const char * name = 0 )" Constructs a vertical button group with no title. .PP The \fIparent\fR and \fIname\fR arguments are passed on to the TQWidget constructor. -.SH "QVButtonGroup::QVButtonGroup ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" +.SH "TQVButtonGroup::TQVButtonGroup ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" Constructs a vertical button group with the title \fItitle\fR. .PP The \fIparent\fR and \fIname\fR arguments are passed on to the TQWidget constructor. -.SH "QVButtonGroup::~QVButtonGroup ()" +.SH "TQVButtonGroup::~TQVButtonGroup ()" Destroys the vertical button group, deleting its child widgets. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqvbuttongroup.html +.BR http://doc.trolltech.com/tqvbuttongroup.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |