diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 107966a29..4c63a0380 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -1802,7 +1802,7 @@ one digit position. <td valign="top">Produces flat segments filled with the foreground color. </table></center> <p> <a href="ntqlcdnumber.html#SegmentStyle-enum">Outline</a> and <a href="ntqlcdnumber.html#SegmentStyle-enum">Filled</a> will additionally use -<a href="qcolorgroup.html#light">QColorGroup::light</a>() and <a href="qcolorgroup.html#dark">QColorGroup::dark</a>() for shadow effects. +<a href="tqcolorgroup.html#light">TQColorGroup::light</a>() and <a href="tqcolorgroup.html#dark">TQColorGroup::dark</a>() for shadow effects. <p>Set this property's value with <a href="ntqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>() and get this property's value with <a href="ntqlcdnumber.html#segmentStyle">segmentStyle</a>(). </doc> @@ -4498,7 +4498,7 @@ parent's font or (if this widget is a top level widget), the default application font. <p> This code fragment sets a 12 point helvetica bold font: <pre> - <a href="ntqfont.html">QFont</a> f( "Helvetica", 12, QFont::Bold ); + <a href="tqfont.html">TQFont</a> f( "Helvetica", 12, TQFont::Bold ); <a href="tqwidget.html#setFont">setFont</a>( f ); </pre> @@ -4879,7 +4879,7 @@ background and foreground appearance only. convenience function that creates and sets a modified <a href="ntqpalette.html">QPalette</a> with <a href="tqwidget.html#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is -<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="qcolorgroup.html#ColorRole-enum">QColorGroup::Button</a> color entry is set. +<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a background pixmap (set using <a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>()), then the return value of this function is indeterminate. @@ -4899,7 +4899,7 @@ convenience function that creates and sets a modified <a href="ntqpalette.htm with <a href="tqwidget.html#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is <a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the pixmap used for the palette's -<a href="qcolorgroup.html#ColorRole-enum">QColorGroup::Button</a> color entry is set. +<a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a plain background color (set using <a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>()), then this function returns 0. <p> <p>See also <a href="tqwidget.html#paletteBackgroundColor-prop">paletteBackgroundColor</a>, <a href="tqwidget.html#paletteForegroundColor-prop">paletteForegroundColor</a>, <a href="tqwidget.html#palette-prop">palette</a>, and <a href="tqwidget.html#colorGroup-prop">colorGroup</a>. @@ -4915,7 +4915,7 @@ widget's background mode. For example, if the background mode is and sets a modified <a href="ntqpalette.html">QPalette</a> with <a href="tqwidget.html#setPalette">setPalette</a>(). The palette is modified according to the widget's <em>background mode</em>. For example, if the background mode is <a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry -<a href="qcolorgroup.html#ColorRole-enum">QColorGroup::ButtonText</a> is set to color. +<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>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>(). |