diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 24 |
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 <a href="tqt.html#CursorShape-enum">list of predefined cur <p> If no cursor has been set, or after a call to <a href="tqwidget.html#unsetCursor">unsetCursor</a>(), the parent's cursor is used. The function unsetCursor() has no effect on top-level widgets. -<p> <p>See also <a href="ntqapplication.html#setOverrideCursor">QApplication::setOverrideCursor</a>(). +<p> <p>See also <a href="tqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). <p>Set this property's value with <a href="tqwidget.html#setCursor">setCursor</a>(), get this property's value with <a href="tqwidget.html#cursor">cursor</a>(), and reset this property's value with <a href="tqwidget.html#unsetCursor">unsetCursor</a>(). </doc> @@ -4448,7 +4448,7 @@ explicitly disabled. <doc href="tqwidget.html#focus-prop"> <p>This property holds whether this widget (or its focus proxy) has the keyboard input focus. <p>Effectively equivalent to <tt>qApp-&gt;focusWidget() == this</tt>. -<p> <p>See also <a href="tqwidget.html#setFocus">setFocus</a>(), <a href="tqwidget.html#clearFocus">clearFocus</a>(), <a href="tqwidget.html#focusPolicy-prop">focusPolicy</a>, and <a href="ntqapplication.html#focusWidget">QApplication::focusWidget</a>(). +<p> <p>See also <a href="tqwidget.html#setFocus">setFocus</a>(), <a href="tqwidget.html#clearFocus">clearFocus</a>(), <a href="tqwidget.html#focusPolicy-prop">focusPolicy</a>, and <a href="tqapplication.html#focusWidget">TQApplication::focusWidget</a>(). <p>Get this property's value with <a href="tqwidget.html#hasFocus">hasFocus</a>(). </doc> @@ -4621,7 +4621,7 @@ the input method disabled if they have focus. This is the default. that has <a href="focus.html#keyboard-focus">keyboard focus</a>. <p> When popup windows are visible, this property is TRUE for both the active window <em>and</em> for the popup. -<p> <p>See also <a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() and <a href="ntqapplication.html#activeWindow">QApplication::activeWindow</a>(). +<p> <p>See also <a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() and <a href="tqapplication.html#activeWindow">TQApplication::activeWindow</a>(). <p>Get this property's value with <a href="tqwidget.html#isActiveWindow">isActiveWindow</a>(). </doc> @@ -4631,7 +4631,7 @@ active window <em>and</em> for the popup. <doc href="tqwidget.html#isDesktop-prop"> <p>This property holds whether the widget is a desktop widget, i.e. represents the desktop. <p>A desktop widget is also a top-level widget. -<p> <p>See also <a href="tqwidget.html#isTopLevel-prop">isTopLevel</a> and <a href="ntqapplication.html#desktop">QApplication::desktop</a>(). +<p> <p>See also <a href="tqwidget.html#isTopLevel-prop">isTopLevel</a> and <a href="tqapplication.html#desktop">TQApplication::desktop</a>(). <p>Get this property's value with <a href="tqwidget.html#isDesktop">isDesktop</a>(). </doc> @@ -4815,7 +4815,7 @@ receives mouse move events when at least one mouse button is pressed while the mouse is being moved. <p> If mouse tracking is enabled, the widget receives mouse move events even if no buttons are pressed. -<p> <p>See also <a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() and <a href="ntqapplication.html#setGlobalMouseTracking">QApplication::setGlobalMouseTracking</a>(). +<p> <p>See also <a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() and <a href="tqapplication.html#setGlobalMouseTracking">TQApplication::setGlobalMouseTracking</a>(). <p>Set this property's value with <a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() and get this property's value with <a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>(). </doc> @@ -4864,7 +4864,7 @@ widget), the default application palette. <a href="tqwidget.html#paletteForegroundColor-prop">paletteForegroundColor</a> convenience properties to change a widget's background and foreground appearance only. -<p> <p>See also <a href="tqwidget.html#ownPalette-prop">ownPalette</a>, <a href="tqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="ntqapplication.html#palette">QApplication::palette</a>(). +<p> <p>See also <a href="tqwidget.html#ownPalette-prop">ownPalette</a>, <a href="tqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="tqapplication.html#palette">TQApplication::palette</a>(). <p>Set this property's value with <a href="tqwidget.html#setPalette">setPalette</a>(), get this property's value with <a href="tqwidget.html#palette">palette</a>(), and reset this property's value with <a href="tqwidget.html#unsetPalette">unsetPalette</a>(). </doc> @@ -4916,7 +4916,7 @@ and sets a modified <a href="tqpalette.html">TQPalette</a> with < modified according to the widget's <em>background mode</em>. For example, if the background mode is <a href="tqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ButtonText</a> is set to color. -<p> <p>See also <a href="tqwidget.html#palette-prop">palette</a>, <a href="ntqapplication.html#setPalette">QApplication::setPalette</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, <a href="tqwidget.html#foregroundColor">foregroundColor</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, and <a href="tqwidget.html#setEraseColor">setEraseColor</a>(). +<p> <p>See also <a href="tqwidget.html#palette-prop">palette</a>, <a href="tqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, <a href="tqwidget.html#foregroundColor">foregroundColor</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, and <a href="tqwidget.html#setEraseColor">setEraseColor</a>(). <p>Set this property's value with <a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>(), get this property's value with <a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>(), and reset this property's value with <a href="tqwidget.html#unsetPalette">unsetPalette</a>(). </doc> @@ -5177,7 +5177,7 @@ for an overview of top-level widget geometry. <name>TQWizard::titleFont</name> <doc href="tqwizard.html#titleFont-prop"> <p>This property holds the font used for page titles. -<p>The default is <a href="ntqapplication.html#font">QApplication::font</a>(). +<p>The default is <a href="tqapplication.html#font">TQApplication::font</a>(). <p>Set this property's value with <a href="tqwizard.html#setTitleFont">setTitleFont</a>() and get this property's value with <a href="tqwizard.html#titleFont">titleFont</a>(). </doc> |