diff options
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r-- | doc/man/man3/tqwidget.3qt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt index dbba2636e..1446620f2 100644 --- a/doc/man/man3/tqwidget.3qt +++ b/doc/man/man3/tqwidget.3qt @@ -9,7 +9,7 @@ .SH NAME TQWidget \- The base class of all user interface objects .SH SYNOPSIS -\fC#include <ntqwidget.h>\fR +\fC#include <tqwidget.h>\fR .PP Inherits TQObject and QPaintDevice. .PP @@ -18,7 +18,7 @@ Inherited by QAxWidget, QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDa .SS "Public Members" .in +1c .ti -1c -.BI "explicit \fBQWidget\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.BI "explicit \fBTQWidget\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" .br .ti -1c .BI "\fB~TQWidget\fR ()" @@ -1026,7 +1026,7 @@ functions .PP Every widget's constructor accepts two or three standard arguments: <ol type=1> .IP 1 -\fCQWidget *parent = 0\fR is the parent of the new widget. If it is 0 (the default), the new widget will be a top-level window. If not, it will be a child of \fIparent\fR, and be constrained by \fIparent\fR's geometry (unless you specify WType_TopLevel as widget flag). +\fCTQWidget *parent = 0\fR is the parent of the new widget. If it is 0 (the default), the new widget will be a top-level window. If not, it will be a child of \fIparent\fR, and be constrained by \fIparent\fR's geometry (unless you specify WType_TopLevel as widget flag). .IP 2 \fCconst char *name = 0\fR is the widget name of the new widget. You can access it using name(). The widget name is little used by programmers but is quite useful with GUI builders such as \fIQt Designer\fR (you can name a widget in \fIQt Designer\fR, and connect() to it using the name in your code). The dumpObjectTree() debugging function also uses it. .IP 3 @@ -1111,25 +1111,25 @@ This enum defines the origin used to draw a widget's background pixmap. .PP The pixmap is drawn using the: .TP -\fCQWidget::WidgetOrigin\fR - widget's coordinate system. +\fCTQWidget::WidgetOrigin\fR - widget's coordinate system. .TP -\fCQWidget::ParentOrigin\fR - parent's coordinate system. +\fCTQWidget::ParentOrigin\fR - parent's coordinate system. .TP -\fCQWidget::WindowOrigin\fR - top-level window's coordinate system. +\fCTQWidget::WindowOrigin\fR - top-level window's coordinate system. .TP -\fCQWidget::AncestorOrigin\fR - same origin as the parent uses. +\fCTQWidget::AncestorOrigin\fR - same origin as the parent uses. .SH "TQWidget::FocusPolicy" This enum type defines the various policies a widget can have with respect to acquiring keyboard focus. .TP -\fCQWidget::TabFocus\fR - the widget accepts focus by tabbing. +\fCTQWidget::TabFocus\fR - the widget accepts focus by tabbing. .TP -\fCQWidget::ClickFocus\fR - the widget accepts focus by clicking. +\fCTQWidget::ClickFocus\fR - the widget accepts focus by clicking. .TP -\fCQWidget::StrongFocus\fR - the widget accepts focus by both tabbing and clicking. On Mac OS X this will also be indicate that the widget accepts tab focus when in 'Text/List focus mode'. +\fCTQWidget::StrongFocus\fR - the widget accepts focus by both tabbing and clicking. On Mac OS X this will also be indicate that the widget accepts tab focus when in 'Text/List focus mode'. .TP -\fCQWidget::WheelFocus\fR - like StrongFocus plus the widget accepts focus by using the mouse wheel. +\fCTQWidget::WheelFocus\fR - like StrongFocus plus the widget accepts focus by using the mouse wheel. .TP -\fCQWidget::NoFocus\fR - the widget does not accept focus. +\fCTQWidget::NoFocus\fR - the widget does not accept focus. .PP .SH MEMBER FUNCTION DOCUMENTATION .SH "explicit TQWidget::TQWidget ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" @@ -1929,7 +1929,7 @@ If the new parent widget is in a different top-level widget, the reparented widg .PP If the new parent widget is in the same top-level widget as the old parent, reparent doesn't change the tab order or keyboard focus. .PP -\fBWarning:\fR It is extremely unlikely that you will ever need this function. If you have a widget that changes its content dynamically, it is far easier to use QWidgetStack or QWizard. +\fBWarning:\fR It is extremely unlikely that you will ever need this function. If you have a widget that changes its content dynamically, it is far easier to use TQWidgetStack or QWizard. .PP See also getWFlags(). .PP @@ -3194,7 +3194,7 @@ See also frameGeometry, x, and pos. Get this property's value with y(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqwidget.html +.BR http://doc.trolltech.com/tqwidget.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |