summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 83d70b6d7..81478984e 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -2702,11 +2702,11 @@ function. The object name is not very useful in the current
version of Qt, but will become increasingly important in the
future.
<p> If the object does not have a name, the <a href="tqobject.html#name">name</a>() function returns
-"unnamed", so printf() (used in <a href="ntqapplication.html#qDebug">qDebug</a>()) will not be asked to
+"unnamed", so printf() (used in <a href="tqapplication.html#qDebug">qDebug</a>()) will not be asked to
output a null pointer. If you want a null pointer to be returned
for unnamed objects, you can call name( 0 ).
<p> <pre>
- <a href="ntqapplication.html#qDebug">qDebug</a>( "MyClass::setPrecision(): (%s) invalid precision %f",
+ <a href="tqapplication.html#qDebug">qDebug</a>( "MyClass::setPrecision(): (%s) invalid precision %f",
<a href="tqobject.html#name">name</a>(), newPrecision );
</pre>
@@ -2839,7 +2839,7 @@ this property to 0 and finally set it to
in-between.
<p> <b>Warning:</b> If the progress dialog is modal
(see <a href="tqprogressdialog.html#TQProgressDialog">TQProgressDialog::TQProgressDialog</a>()),
-this function calls <a href="ntqapplication.html#processEvents">QApplication::processEvents</a>(), so take care that
+this function calls <a href="tqapplication.html#processEvents">TQApplication::processEvents</a>(), so take care that
this does not cause undesirable re-entrancy in your code. For example,
don't use a TQProgressDialog inside a <a href="tqwidget.html#paintEvent">paintEvent</a>()!
<p> <p>See also <a href="tqprogressdialog.html#totalSteps-prop">totalSteps</a>.
@@ -4282,7 +4282,7 @@ together seamlessly, you will probably want to use
<p>This property holds the widget's background brush.
<p>The background brush depends on a widget's palette and its
background mode.
-<p> <p>See also <a href="tqwidget.html#backgroundColor">backgroundColor</a>(), <a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>(), <a href="tqwidget.html#eraseColor">eraseColor</a>(), <a href="tqwidget.html#palette-prop">palette</a>, and <a href="ntqapplication.html#setPalette">QApplication::setPalette</a>().
+<p> <p>See also <a href="tqwidget.html#backgroundColor">backgroundColor</a>(), <a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>(), <a href="tqwidget.html#eraseColor">eraseColor</a>(), <a href="tqwidget.html#palette-prop">palette</a>, and <a href="tqapplication.html#setPalette">TQApplication::setPalette</a>().
<p>Get this property's value with <a href="tqwidget.html#backgroundBrush">backgroundBrush</a>().
</doc>
@@ -4401,7 +4401,7 @@ widget. See the &lt;a href="tqt.html#CursorShape-enum"&gt;list of predefined cur
&lt;p&gt; If no cursor has been set, or after a call to &lt;a href="tqwidget.html#unsetCursor"&gt;unsetCursor&lt;/a&gt;(), the
parent's cursor is used. The function unsetCursor() has no effect
on top-level widgets.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqapplication.html#setOverrideCursor"&gt;QApplication::setOverrideCursor&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqapplication.html#setOverrideCursor"&gt;TQApplication::setOverrideCursor&lt;/a&gt;().
&lt;p&gt;Set this property's value with &lt;a href="tqwidget.html#setCursor"&gt;setCursor&lt;/a&gt;(), get this property's value with &lt;a href="tqwidget.html#cursor"&gt;cursor&lt;/a&gt;(), and reset this property's value with &lt;a href="tqwidget.html#unsetCursor"&gt;unsetCursor&lt;/a&gt;().
</doc>
@@ -4448,7 +4448,7 @@ explicitly disabled.
<doc href="tqwidget.html#focus-prop">
&lt;p&gt;This property holds whether this widget (or its focus proxy) has the keyboard input focus.
&lt;p&gt;Effectively equivalent to &lt;tt&gt;qApp-&amp;gt;focusWidget() == this&lt;/tt&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#setFocus"&gt;setFocus&lt;/a&gt;(), &lt;a href="tqwidget.html#clearFocus"&gt;clearFocus&lt;/a&gt;(), &lt;a href="tqwidget.html#focusPolicy-prop"&gt;focusPolicy&lt;/a&gt;, and &lt;a href="ntqapplication.html#focusWidget"&gt;QApplication::focusWidget&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#setFocus"&gt;setFocus&lt;/a&gt;(), &lt;a href="tqwidget.html#clearFocus"&gt;clearFocus&lt;/a&gt;(), &lt;a href="tqwidget.html#focusPolicy-prop"&gt;focusPolicy&lt;/a&gt;, and &lt;a href="tqapplication.html#focusWidget"&gt;TQApplication::focusWidget&lt;/a&gt;().
&lt;p&gt;Get this property's value with &lt;a href="tqwidget.html#hasFocus"&gt;hasFocus&lt;/a&gt;().
</doc>
@@ -4621,7 +4621,7 @@ the input method disabled if they have focus. This is the default.
that has &lt;a href="focus.html#keyboard-focus"&gt;keyboard focus&lt;/a&gt;.
&lt;p&gt; When popup windows are visible, this property is TRUE for both the
active window &lt;em&gt;and&lt;/em&gt; for the popup.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#setActiveWindow"&gt;setActiveWindow&lt;/a&gt;() and &lt;a href="ntqapplication.html#activeWindow"&gt;QApplication::activeWindow&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#setActiveWindow"&gt;setActiveWindow&lt;/a&gt;() and &lt;a href="tqapplication.html#activeWindow"&gt;TQApplication::activeWindow&lt;/a&gt;().
&lt;p&gt;Get this property's value with &lt;a href="tqwidget.html#isActiveWindow"&gt;isActiveWindow&lt;/a&gt;().
</doc>
@@ -4631,7 +4631,7 @@ active window &lt;em&gt;and&lt;/em&gt; for the popup.
<doc href="tqwidget.html#isDesktop-prop">
&lt;p&gt;This property holds whether the widget is a desktop widget, i.e. represents the desktop.
&lt;p&gt;A desktop widget is also a top-level widget.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#isTopLevel-prop"&gt;isTopLevel&lt;/a&gt; and &lt;a href="ntqapplication.html#desktop"&gt;QApplication::desktop&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#isTopLevel-prop"&gt;isTopLevel&lt;/a&gt; and &lt;a href="tqapplication.html#desktop"&gt;TQApplication::desktop&lt;/a&gt;().
&lt;p&gt;Get this property's value with &lt;a href="tqwidget.html#isDesktop"&gt;isDesktop&lt;/a&gt;().
</doc>
@@ -4815,7 +4815,7 @@ receives mouse move events when at least one mouse button is
pressed while the mouse is being moved.
&lt;p&gt; If mouse tracking is enabled, the widget receives mouse move
events even if no buttons are pressed.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#mouseMoveEvent"&gt;mouseMoveEvent&lt;/a&gt;() and &lt;a href="ntqapplication.html#setGlobalMouseTracking"&gt;QApplication::setGlobalMouseTracking&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#mouseMoveEvent"&gt;mouseMoveEvent&lt;/a&gt;() and &lt;a href="tqapplication.html#setGlobalMouseTracking"&gt;TQApplication::setGlobalMouseTracking&lt;/a&gt;().
&lt;p&gt;Set this property's value with &lt;a href="tqwidget.html#setMouseTracking"&gt;setMouseTracking&lt;/a&gt;() and get this property's value with &lt;a href="tqwidget.html#hasMouseTracking"&gt;hasMouseTracking&lt;/a&gt;().
</doc>
@@ -4864,7 +4864,7 @@ widget), the default application palette.
&lt;a href="tqwidget.html#paletteForegroundColor-prop"&gt;paletteForegroundColor&lt;/a&gt;
convenience properties to change a widget's
background and foreground appearance only.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#ownPalette-prop"&gt;ownPalette&lt;/a&gt;, &lt;a href="tqwidget.html#colorGroup-prop"&gt;colorGroup&lt;/a&gt;, and &lt;a href="ntqapplication.html#palette"&gt;QApplication::palette&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#ownPalette-prop"&gt;ownPalette&lt;/a&gt;, &lt;a href="tqwidget.html#colorGroup-prop"&gt;colorGroup&lt;/a&gt;, and &lt;a href="tqapplication.html#palette"&gt;TQApplication::palette&lt;/a&gt;().
&lt;p&gt;Set this property's value with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(), get this property's value with &lt;a href="tqwidget.html#palette"&gt;palette&lt;/a&gt;(), and reset this property's value with &lt;a href="tqwidget.html#unsetPalette"&gt;unsetPalette&lt;/a&gt;().
</doc>
@@ -4916,7 +4916,7 @@ and sets a modified &lt;a href="tqpalette.html"&gt;TQPalette&lt;/a&gt; with &lt;
modified according to the widget's &lt;em&gt;background mode&lt;/em&gt;. For
example, if the background mode is &lt;a href="tqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the palette entry
&lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::ButtonText&lt;/a&gt; is set to color.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#palette-prop"&gt;palette&lt;/a&gt;, &lt;a href="ntqapplication.html#setPalette"&gt;QApplication::setPalette&lt;/a&gt;(), &lt;a href="tqwidget.html#backgroundMode-prop"&gt;backgroundMode&lt;/a&gt;, &lt;a href="tqwidget.html#foregroundColor"&gt;foregroundColor&lt;/a&gt;(), &lt;a href="tqwidget.html#backgroundMode-prop"&gt;backgroundMode&lt;/a&gt;, and &lt;a href="tqwidget.html#setEraseColor"&gt;setEraseColor&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#palette-prop"&gt;palette&lt;/a&gt;, &lt;a href="tqapplication.html#setPalette"&gt;TQApplication::setPalette&lt;/a&gt;(), &lt;a href="tqwidget.html#backgroundMode-prop"&gt;backgroundMode&lt;/a&gt;, &lt;a href="tqwidget.html#foregroundColor"&gt;foregroundColor&lt;/a&gt;(), &lt;a href="tqwidget.html#backgroundMode-prop"&gt;backgroundMode&lt;/a&gt;, and &lt;a href="tqwidget.html#setEraseColor"&gt;setEraseColor&lt;/a&gt;().
&lt;p&gt;Set this property's value with &lt;a href="tqwidget.html#setPaletteForegroundColor"&gt;setPaletteForegroundColor&lt;/a&gt;(), get this property's value with &lt;a href="tqwidget.html#paletteForegroundColor"&gt;paletteForegroundColor&lt;/a&gt;(), and reset this property's value with &lt;a href="tqwidget.html#unsetPalette"&gt;unsetPalette&lt;/a&gt;().
</doc>
@@ -5177,7 +5177,7 @@ for an overview of top-level widget geometry.
<name>TQWizard::titleFont</name>
<doc href="tqwizard.html#titleFont-prop">
&lt;p&gt;This property holds the font used for page titles.
-&lt;p&gt;The default is &lt;a href="ntqapplication.html#font"&gt;QApplication::font&lt;/a&gt;().
+&lt;p&gt;The default is &lt;a href="tqapplication.html#font"&gt;TQApplication::font&lt;/a&gt;().
&lt;p&gt;Set this property's value with &lt;a href="tqwizard.html#setTitleFont"&gt;setTitleFont&lt;/a&gt;() and get this property's value with &lt;a href="tqwizard.html#titleFont"&gt;titleFont&lt;/a&gt;().
</doc>