diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqt.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqt.html')
-rw-r--r-- | doc/html/ntqt.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index f06bcfa62..b0b2048f7 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.html @@ -147,7 +147,7 @@ used when a link is clicked to determine what content to load. <p> This enum describes how the background of a widget changes, as the widget's palette changes. -<p> The background is what the widget contains when <a href="ntqwidget.html#paintEvent">paintEvent()</a> is called. To minimize +<p> The background is what the widget contains when <a href="tqwidget.html#paintEvent">paintEvent()</a> is called. To minimize flicker, this should be the most common color or pixmap in the widget. For <a href="#BackgroundMode-enum">PaletteBackground</a>, use colorGroup().brush( <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::Background</a> ), and so on. <ul> @@ -174,16 +174,16 @@ widget. For <a href="#BackgroundMode-enum">PaletteBackground</a>, use colorGroup If the widget's paint event always draws on all the pixels, using this mode can be both fast and flicker-free. <li><tt>TQt::FixedColor</tt> - the widget is cleared to a fixed color, normally -different from all the ones in the palette(). Set using <a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor()</a>. +different from all the ones in the palette(). Set using <a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor()</a>. <li><tt>TQt::FixedPixmap</tt> - the widget is cleared to a fixed pixmap, normally different from all the ones in the palette(). Set using -<a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap()</a>. +<a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap()</a>. </ul><p> Although <a href="#BackgroundMode-enum">FixedColor</a> and <a href="#BackgroundMode-enum">FixedPixmap</a> are sometimes just right, if you use them, make sure that you test your application when the desktop color scheme has been changed. (On X11, a quick way to test this is e.g. "./myapp -bg paleblue". On Windows, you must use the control panel.) -<p> <p>See also <a href="ntqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqwidget.html#setBackgroundPixmap">TQWidget::setBackgroundPixmap</a>(), and <a href="ntqwidget.html#paletteBackgroundColor-prop">TQWidget::paletteBackgroundColor</a>. +<p> <p>See also <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="tqwidget.html#setBackgroundPixmap">TQWidget::setBackgroundPixmap</a>(), and <a href="tqwidget.html#paletteBackgroundColor-prop">TQWidget::paletteBackgroundColor</a>. <h3 class=fn><a name="BrushStyle-enum"></a>TQt::BrushStyle</h3> |