summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 4c63a0380..880ccbf5f 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -245,7 +245,7 @@ The default is FALSE.
<name>QButton::pixmap</name>
<doc href="ntqbutton.html#pixmap-prop">
&lt;p&gt;This property holds the pixmap shown on the button.
-&lt;p&gt;If the pixmap is monochrome (i.e. it is a &lt;a href="tqbitmap.html"&gt;TQBitmap&lt;/a&gt; or its &lt;a href="ntqpixmap.html#depth"&gt;depth&lt;/a&gt; is 1) and it does not have a mask,
+&lt;p&gt;If the pixmap is monochrome (i.e. it is a &lt;a href="tqbitmap.html"&gt;TQBitmap&lt;/a&gt; or its &lt;a href="tqpixmap.html#depth"&gt;depth&lt;/a&gt; is 1) and it does not have a mask,
this property will set the pixmap to be its own mask. The purpose
of this is to draw transparent bitmaps which are important for
toggle buttons, for example.
@@ -1285,7 +1285,7 @@ see a list of the files and folders.
&lt;p&gt;The frame rectangle is the rectangle the frame is drawn in. By
default, this is the entire widget. Setting this property does &lt;em&gt;not&lt;/em&gt; cause a widget update.
&lt;p&gt; If this property is set to a null rectangle (for example
-&lt;tt&gt;QRect(0, 0, 0, 0)&lt;/tt&gt;), then the frame rectangle is equivalent to
+&lt;tt&gt;TQRect(0, 0, 0, 0)&lt;/tt&gt;), then the frame rectangle is equivalent to
the &lt;a href="tqwidget.html#rect"&gt;widget rectangle&lt;/a&gt;.
&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqframe.html#contentsRect-prop"&gt;contentsRect&lt;/a&gt;.
@@ -4378,9 +4378,9 @@ caption has been set, the caption is &lt;a href="tqstring.html#TQString-null"&gt
<doc href="tqwidget.html#colorGroup-prop">
&lt;p&gt;This property holds the current color group of the widget palette.
&lt;p&gt;The color group is determined by the state of the widget. A
-disabled widget has the &lt;a href="ntqpalette.html#disabled"&gt;QPalette::disabled&lt;/a&gt;() color group, a widget
-with &lt;a href="focus.html#keyboard-focus"&gt;keyboard focus&lt;/a&gt; has the &lt;a href="ntqpalette.html#active"&gt;QPalette::active&lt;/a&gt;() color group, and an
-inactive widget has the &lt;a href="ntqpalette.html#inactive"&gt;QPalette::inactive&lt;/a&gt;() color group.
+disabled widget has the &lt;a href="tqpalette.html#disabled"&gt;TQPalette::disabled&lt;/a&gt;() color group, a widget
+with &lt;a href="focus.html#keyboard-focus"&gt;keyboard focus&lt;/a&gt; has the &lt;a href="tqpalette.html#active"&gt;TQPalette::active&lt;/a&gt;() color group, and an
+inactive widget has the &lt;a href="tqpalette.html#inactive"&gt;TQPalette::inactive&lt;/a&gt;() color group.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#palette-prop"&gt;palette&lt;/a&gt;.
&lt;p&gt;Get this property's value with &lt;a href="tqwidget.html#colorGroup"&gt;colorGroup&lt;/a&gt;().
@@ -4876,7 +4876,7 @@ background and foreground appearance only.
&lt;p&gt;The palette background color is usually set implicitly by
&lt;a href="tqwidget.html#setBackgroundMode"&gt;setBackgroundMode&lt;/a&gt;(), although it can also be set explicitly by
&lt;a href="tqwidget.html#setPaletteBackgroundColor"&gt;setPaletteBackgroundColor&lt;/a&gt;(). setPaletteBackgroundColor() is a
-convenience function that creates and sets a modified &lt;a href="ntqpalette.html"&gt;QPalette&lt;/a&gt;
+convenience function that creates and sets a modified &lt;a href="tqpalette.html"&gt;TQPalette&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="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::Button&lt;/a&gt; color entry is set.
@@ -4895,7 +4895,7 @@ function is indeterminate.
&lt;p&gt;The palette background pixmap is usually set implicitly by
&lt;a href="tqwidget.html#setBackgroundMode"&gt;setBackgroundMode&lt;/a&gt;(), although it can also be set explicitly by
&lt;a href="tqwidget.html#setPaletteBackgroundPixmap"&gt;setPaletteBackgroundPixmap&lt;/a&gt;(). setPaletteBackgroundPixmap() is a
-convenience function that creates and sets a modified &lt;a href="ntqpalette.html"&gt;QPalette&lt;/a&gt;
+convenience function that creates and sets a modified &lt;a href="tqpalette.html"&gt;TQPalette&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 pixmap used for the palette's
@@ -4912,7 +4912,7 @@ widget's background mode. For example, if the background mode is
<doc href="tqwidget.html#paletteForegroundColor-prop">
&lt;p&gt;This property holds the foreground color of the widget.
&lt;p&gt;setPaletteForegroundColor() is a 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
+and sets a modified &lt;a href="tqpalette.html"&gt;TQPalette&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="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::ButtonText&lt;/a&gt; is set to color.
@@ -4946,7 +4946,7 @@ for an overview of top-level widget geometry.
<name>TQWidget::rect</name>
<doc href="tqwidget.html#rect-prop">
&lt;p&gt;This property holds the internal geometry of the widget excluding any window frame.
-&lt;p&gt;The rect property equals &lt;a href="ntqrect.html"&gt;QRect&lt;/a&gt;(0, 0, &lt;a href="tqwidget.html#width"&gt;width&lt;/a&gt;(), &lt;a href="tqwidget.html#height"&gt;height&lt;/a&gt;()).
+&lt;p&gt;The rect property equals &lt;a href="tqrect.html"&gt;TQRect&lt;/a&gt;(0, 0, &lt;a href="tqwidget.html#width"&gt;width&lt;/a&gt;(), &lt;a href="tqwidget.html#height"&gt;height&lt;/a&gt;()).
&lt;p&gt; See the &lt;a href="geometry.html"&gt;Window Geometry documentation&lt;/a&gt;
for an overview of top-level widget geometry.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#size-prop"&gt;size&lt;/a&gt;.
@@ -5145,7 +5145,7 @@ for an overview of top-level widget geometry.
&lt;p&gt; This feature is only present on Mac OS X and Windows 2000 and up.
&lt;p&gt; &lt;b&gt;Warning:&lt;/b&gt; Changing this property from opaque to transparent might issue a
paint event that needs to be processed before the window is displayed
-correctly. This affects mainly the use of &lt;a href="ntqpixmap.html#grabWindow"&gt;QPixmap::grabWindow&lt;/a&gt;(). Also note
+correctly. This affects mainly the use of &lt;a href="tqpixmap.html#grabWindow"&gt;TQPixmap::grabWindow&lt;/a&gt;(). Also note
that semi-transparent windows update and resize significantely slower than
opaque windows.