diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 20 |
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"> <p>This property holds the pixmap shown on the button. -<p>If the pixmap is monochrome (i.e. it is a <a href="tqbitmap.html">TQBitmap</a> or its <a href="ntqpixmap.html#depth">depth</a> is 1) and it does not have a mask, +<p>If the pixmap is monochrome (i.e. it is a <a href="tqbitmap.html">TQBitmap</a> or its <a href="tqpixmap.html#depth">depth</a> 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. <p>The frame rectangle is the rectangle the frame is drawn in. By default, this is the entire widget. Setting this property does <em>not</em> cause a widget update. <p> If this property is set to a null rectangle (for example -<tt>QRect(0, 0, 0, 0)</tt>), then the frame rectangle is equivalent to +<tt>TQRect(0, 0, 0, 0)</tt>), then the frame rectangle is equivalent to the <a href="tqwidget.html#rect">widget rectangle</a>. <p> <p>See also <a href="ntqframe.html#contentsRect-prop">contentsRect</a>. @@ -4378,9 +4378,9 @@ caption has been set, the caption is <a href="tqstring.html#TQString-null"> <doc href="tqwidget.html#colorGroup-prop"> <p>This property holds the current color group of the widget palette. <p>The color group is determined by the state of the widget. A -disabled widget has the <a href="ntqpalette.html#disabled">QPalette::disabled</a>() color group, a widget -with <a href="focus.html#keyboard-focus">keyboard focus</a> has the <a href="ntqpalette.html#active">QPalette::active</a>() color group, and an -inactive widget has the <a href="ntqpalette.html#inactive">QPalette::inactive</a>() color group. +disabled widget has the <a href="tqpalette.html#disabled">TQPalette::disabled</a>() color group, a widget +with <a href="focus.html#keyboard-focus">keyboard focus</a> has the <a href="tqpalette.html#active">TQPalette::active</a>() color group, and an +inactive widget has the <a href="tqpalette.html#inactive">TQPalette::inactive</a>() color group. <p> <p>See also <a href="tqwidget.html#palette-prop">palette</a>. <p>Get this property's value with <a href="tqwidget.html#colorGroup">colorGroup</a>(). @@ -4876,7 +4876,7 @@ background and foreground appearance only. <p>The palette background color is usually set implicitly by <a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>(), although it can also be set explicitly by <a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>(). setPaletteBackgroundColor() is a -convenience function that creates and sets a modified <a href="ntqpalette.html">QPalette</a> +convenience function that creates and sets a modified <a href="tqpalette.html">TQPalette</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="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. @@ -4895,7 +4895,7 @@ function is indeterminate. <p>The palette background pixmap is usually set implicitly by <a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>(), although it can also be set explicitly by <a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>(). setPaletteBackgroundPixmap() is a -convenience function that creates and sets a modified <a href="ntqpalette.html">QPalette</a> +convenience function that creates and sets a modified <a href="tqpalette.html">TQPalette</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 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"> <p>This property holds the foreground color of the widget. <p>setPaletteForegroundColor() is a 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 +and sets a modified <a href="tqpalette.html">TQPalette</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="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ButtonText</a> 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"> <p>This property holds the internal geometry of the widget excluding any window frame. -<p>The rect property equals <a href="ntqrect.html">QRect</a>(0, 0, <a href="tqwidget.html#width">width</a>(), <a href="tqwidget.html#height">height</a>()). +<p>The rect property equals <a href="tqrect.html">TQRect</a>(0, 0, <a href="tqwidget.html#width">width</a>(), <a href="tqwidget.html#height">height</a>()). <p> See the <a href="geometry.html">Window Geometry documentation</a> for an overview of top-level widget geometry. <p> <p>See also <a href="tqwidget.html#size-prop">size</a>. @@ -5145,7 +5145,7 @@ for an overview of top-level widget geometry. <p> This feature is only present on Mac OS X and Windows 2000 and up. <p> <b>Warning:</b> 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 <a href="ntqpixmap.html#grabWindow">QPixmap::grabWindow</a>(). Also note +correctly. This affects mainly the use of <a href="tqpixmap.html#grabWindow">TQPixmap::grabWindow</a>(). Also note that semi-transparent windows update and resize significantely slower than opaque windows. |