summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/propertydocs
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs10
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.
&lt;td valign="top"&gt;Produces flat segments filled with the foreground color.
&lt;/table&gt;&lt;/center&gt;
&lt;p&gt; &lt;a href="ntqlcdnumber.html#SegmentStyle-enum"&gt;Outline&lt;/a&gt; and &lt;a href="ntqlcdnumber.html#SegmentStyle-enum"&gt;Filled&lt;/a&gt; will additionally use
-&lt;a href="qcolorgroup.html#light"&gt;QColorGroup::light&lt;/a&gt;() and &lt;a href="qcolorgroup.html#dark"&gt;QColorGroup::dark&lt;/a&gt;() for shadow effects.
+&lt;a href="tqcolorgroup.html#light"&gt;TQColorGroup::light&lt;/a&gt;() and &lt;a href="tqcolorgroup.html#dark"&gt;TQColorGroup::dark&lt;/a&gt;() for shadow effects.
&lt;p&gt;Set this property's value with &lt;a href="ntqlcdnumber.html#setSegmentStyle"&gt;setSegmentStyle&lt;/a&gt;() and get this property's value with &lt;a href="ntqlcdnumber.html#segmentStyle"&gt;segmentStyle&lt;/a&gt;().
</doc>
@@ -4498,7 +4498,7 @@ parent's font or (if this widget is a top level widget), the
default application font.
&lt;p&gt; This code fragment sets a 12 point helvetica bold font:
&lt;pre&gt;
- &lt;a href="ntqfont.html"&gt;QFont&lt;/a&gt; f( "Helvetica", 12, QFont::Bold );
+ &lt;a href="tqfont.html"&gt;TQFont&lt;/a&gt; f( "Helvetica", 12, TQFont::Bold );
&lt;a href="tqwidget.html#setFont"&gt;setFont&lt;/a&gt;( f );
&lt;/pre&gt;
@@ -4879,7 +4879,7 @@ background and foreground appearance only.
convenience function that creates and sets a modified &lt;a href="ntqpalette.html"&gt;QPalette&lt;/a&gt;
with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(). The palette is modified according to the
widget's background mode. For example, if the background mode is
-&lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the color used for the palette's &lt;a href="qcolorgroup.html#ColorRole-enum"&gt;QColorGroup::Button&lt;/a&gt; color entry is set.
+&lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the color used for the palette's &lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::Button&lt;/a&gt; color entry is set.
&lt;p&gt; If there is a background pixmap (set using
&lt;a href="tqwidget.html#setPaletteBackgroundPixmap"&gt;setPaletteBackgroundPixmap&lt;/a&gt;()), then the return value of this
function is indeterminate.
@@ -4899,7 +4899,7 @@ convenience function that creates and sets a modified &lt;a href="ntqpalette.htm
with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(). The palette is modified according to the
widget's background mode. For example, if the background mode is
&lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the pixmap used for the palette's
-&lt;a href="qcolorgroup.html#ColorRole-enum"&gt;QColorGroup::Button&lt;/a&gt; color entry is set.
+&lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::Button&lt;/a&gt; color entry is set.
&lt;p&gt; If there is a plain background color (set using
&lt;a href="tqwidget.html#setPaletteBackgroundColor"&gt;setPaletteBackgroundColor&lt;/a&gt;()), then this function returns 0.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#paletteBackgroundColor-prop"&gt;paletteBackgroundColor&lt;/a&gt;, &lt;a href="tqwidget.html#paletteForegroundColor-prop"&gt;paletteForegroundColor&lt;/a&gt;, &lt;a href="tqwidget.html#palette-prop"&gt;palette&lt;/a&gt;, and &lt;a href="tqwidget.html#colorGroup-prop"&gt;colorGroup&lt;/a&gt;.
@@ -4915,7 +4915,7 @@ widget's background mode. For example, if the background mode is
and sets a modified &lt;a href="ntqpalette.html"&gt;QPalette&lt;/a&gt; with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(). The palette is
modified according to the widget's &lt;em&gt;background mode&lt;/em&gt;. For
example, if the background mode is &lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the palette entry
-&lt;a href="qcolorgroup.html#ColorRole-enum"&gt;QColorGroup::ButtonText&lt;/a&gt; is set to color.
+&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;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;().