diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:19:50 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:35 +0900 | 
| commit | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch) | |
| tree | 204d752457acf6403c99f3928f02b612ff14d178 /doc/man/man3/tqcdestyle.3qt | |
| parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
| download | tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip  | |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqcdestyle.3qt')
| -rw-r--r-- | doc/man/man3/tqcdestyle.3qt | 24 | 
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqcdestyle.3qt b/doc/man/man3/tqcdestyle.3qt index c101317ab..217a2edce 100644 --- a/doc/man/man3/tqcdestyle.3qt +++ b/doc/man/man3/tqcdestyle.3qt @@ -1,5 +1,5 @@  '\" t -.TH QCDEStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQCDEStyle 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,39 +7,39 @@  .ad l  .nh  .SH NAME -QCDEStyle \- CDE look and feel +TQCDEStyle \- CDE look and feel  .SH SYNOPSIS -\fC#include <ntqcdestyle.h>\fR +\fC#include <tqcdestyle.h>\fR  .PP -Inherits QMotifStyle. +Inherits TQMotifStyle.  .PP  .SS "Public Members"  .in +1c  .ti -1c -.BI "\fBQCDEStyle\fR ( bool useHighlightCols = FALSE )" +.BI "\fBTQCDEStyle\fR ( bool useHighlightCols = FALSE )"  .br  .ti -1c -.BI "virtual \fB~QCDEStyle\fR ()" +.BI "virtual \fB~TQCDEStyle\fR ()"  .br  .in -1c  .SH DESCRIPTION -The QCDEStyle class provides a CDE look and feel. +The TQCDEStyle class provides a CDE look and feel.  .PP  This style provides a slightly improved Motif look similar to some versions of the Common Desktop Environment (CDE). The main differences are thinner frames and more modern radio buttons and checkboxes. Together with a dark background and a bright text/foreground color, the style looks quite attractive (at least for Motif fans).  .PP -Note that the functions provided by QCDEStyle are reimplementations of TQStyle functions; see TQStyle for their documentation. +Note that the functions provided by TQCDEStyle are reimplementations of TQStyle functions; see TQStyle for their documentation.  .PP  See also Widget Appearance and Style.  .SH MEMBER FUNCTION DOCUMENTATION -.SH "QCDEStyle::QCDEStyle ( bool useHighlightCols = FALSE )" -Constructs a QCDEStyle. +.SH "TQCDEStyle::TQCDEStyle ( bool useHighlightCols = FALSE )" +Constructs a TQCDEStyle.  .PP  If \fIuseHighlightCols\fR is FALSE (the default), then the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. -.SH "QCDEStyle::~QCDEStyle ()\fC [virtual]\fR" +.SH "TQCDEStyle::~TQCDEStyle ()\fC [virtual]\fR"  Destroys the style.  .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqcdestyle.html +.BR http://doc.trolltech.com/tqcdestyle.html  .BR http://www.trolltech.com/faq/tech.html  .SH COPYRIGHT  Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the  | 
