diff options
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r-- | doc/man/man3/tqwidget.3qt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt index abb0dd428..ab8969d1c 100644 --- a/doc/man/man3/tqwidget.3qt +++ b/doc/man/man3/tqwidget.3qt @@ -1139,7 +1139,7 @@ If \fIparent\fR is 0, the new widget becomes a top-level window. If \fIparent\fR .PP The \fIname\fR is sent to the TQObject constructor. .PP -The widget flags argument, \fIf\fR, is normally 0, but it can be set to customize the window frame of a top-level widget (i.e. \fIparent\fR must be 0). To customize the frame, set the WStyle_Customize flag OR'ed with any of the Qt::WidgetFlags. +The widget flags argument, \fIf\fR, is normally 0, but it can be set to customize the window frame of a top-level widget (i.e. \fIparent\fR must be 0). To customize the frame, set the WStyle_Customize flag OR'ed with any of the TQt::WidgetFlags. .PP If you add a child widget to an already visible widget you must explicitly show the child to make it visible. .PP @@ -1218,7 +1218,7 @@ See also setMask(). .SH "void TQWidget::clearWFlags ( WFlags f )\fC [protected]\fR" Clears the widget flags \fIf\fR. .PP -Widget flags are a combination of Qt::WidgetFlags. +Widget flags are a combination of TQt::WidgetFlags. .PP See also testWFlags(), getWFlags(), and setWFlags(). .SH "QRegion TQWidget::clipRegion () const" @@ -1469,7 +1469,7 @@ Returns the geometry of the widget relative to its parent and excluding the wind .SH "WFlags TQWidget::getWFlags () const\fC [protected]\fR" Returns the widget flags for this this widget. .PP -Widget flags are a combination of Qt::WidgetFlags. +Widget flags are a combination of TQt::WidgetFlags. .PP See also testWFlags(), setWFlags(), and clearWFlags(). .SH "void TQWidget::grabKeyboard ()" @@ -2124,7 +2124,7 @@ Not all platforms support this compression, in which case turning it on will hav .PP See also QKeyEvent::text(). .SH "void TQWidget::setMask ( const QBitmap & bitmap )\fC [virtual]\fR" -Causes only the pixels of the widget for which \fIbitmap\fR has a corresponding 1 bit to be visible. Use Qt::color0 to draw transparent regions and Qt::color1 to draw opaque regions of the bitmap. +Causes only the pixels of the widget for which \fIbitmap\fR has a corresponding 1 bit to be visible. Use TQt::color0 to draw transparent regions and TQt::color1 to draw opaque regions of the bitmap. .PP If the region includes pixels outside the rect() of the widget, window system controls in that area may or may not be visible, depending on the platform. .PP @@ -2259,13 +2259,13 @@ Sets whether updates are enabled to \fIenable\fR. See the "updatesEnabled" prope .SH "void TQWidget::setWFlags ( WFlags f )\fC [virtual protected]\fR" Sets the widget flags \fIf\fR. .PP -Widget flags are a combination of Qt::WidgetFlags. +Widget flags are a combination of TQt::WidgetFlags. .PP See also testWFlags(), getWFlags(), and clearWFlags(). .SH "void TQWidget::setWindowOpacity ( double level )" Sets the level of opacity for the window to \fIlevel\fR. See the "windowOpacity" property for details. .SH "void TQWidget::setWindowState ( uint windowState )" -Sets the window state to \fIwindowState\fR. The window state is a OR'ed combination of Qt::WindowState: WindowMinimized, WindowMaximized, WindowFullScreen and WindowActive. +Sets the window state to \fIwindowState\fR. The window state is a OR'ed combination of TQt::WindowState: WindowMinimized, WindowMaximized, WindowFullScreen and WindowActive. .PP If the window is not visible (i.e. isVisible() returns FALSE), the window state will take effect when show() is called. For visible windows, the change is immediate. For example, to toggle between full-screen and mormal mode, use the following code: .PP @@ -2285,7 +2285,7 @@ In order to restore and activate a minimized window (while preserving its maximi .PP Note: On some window systems WindowActive is not immediate, and may be ignored in certain cases. .PP -See also Qt::WindowState and windowState(). +See also TQt::WindowState and windowState(). .SH "void TQWidget::show ()\fC [virtual slot]\fR" Shows the widget and its child widgets. .PP @@ -2385,7 +2385,7 @@ See also QTabletEvent::ignore(), QTabletEvent::accept(), event(), and QTabletEve .SH "WFlags TQWidget::testWFlags ( WFlags f ) const" Returns the bitwise AND of the widget flags and \fIf\fR. .PP -Widget flags are a combination of Qt::WidgetFlags. +Widget flags are a combination of TQt::WidgetFlags. .PP If you want to test for the presence of multiple flags (or composite flags such as WStyle_Splash), test the return value for equality against the argument. For example: .PP @@ -2506,9 +2506,9 @@ See also setActiveWindow(), isActiveWindow, update(), and palette. .SH "double TQWidget::windowOpacity () const" Returns the level of opacity for the window. See the "windowOpacity" property for details. .SH "uint TQWidget::windowState () const" -Returns the current window state. The window state is a OR'ed combination of Qt::WindowState: WindowMinimized, WindowMaximized, WindowFullScreen and WindowActive. +Returns the current window state. The window state is a OR'ed combination of TQt::WindowState: WindowMinimized, WindowMaximized, WindowFullScreen and WindowActive. .PP -See also Qt::WindowState and setWindowState(). +See also TQt::WindowState and setWindowState(). .SH "int TQWidget::x () const" Returns the x coordinate of the widget relative to its parent including any window frame. See the "x" property for details. .SH "bool TQWidget::x11Event ( XEvent * )\fC [virtual protected]\fR" |