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/qmacstyle.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qmacstyle.html')
-rw-r--r-- | doc/html/qmacstyle.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html index ea6c58172..b9eb68d38 100644 --- a/doc/html/qmacstyle.html +++ b/doc/html/qmacstyle.html @@ -75,7 +75,7 @@ involve horizontal and vertical widget alignment and widget size does not fully implement this behaviour so as to maintain multiplatform compatibility. As a result some widgets sizes may be inappropriate (and subsequently not rendered correctly by the Appearance Manager).The -<a href="ntqwidget.html#sizeHint">TQWidget::sizeHint</a>() will return the appropriate size for many +<a href="tqwidget.html#sizeHint">TQWidget::sizeHint</a>() will return the appropriate size for many managed widgets (widgets enumerated in <a href="ntqstyle.html#ContentsType-enum">TQStyle::ContentsType</a>). <p> <li> Effects - TQMacStyle (in contrast to TQAquaStyle) is not emulating (except where Appearance Manager does not provide certain @@ -123,25 +123,25 @@ Constructs a TQMacStyle object. </h3> Destructs a TQMacStyle object. -<h3 class=fn><a href="qmacstyle.html#FocusRectPolicy-enum">FocusRectPolicy</a> <a name="focusRectPolicy"></a>TQMacStyle::focusRectPolicy ( <a href="ntqwidget.html">TQWidget</a> * w )<tt> [static]</tt> +<h3 class=fn><a href="qmacstyle.html#FocusRectPolicy-enum">FocusRectPolicy</a> <a name="focusRectPolicy"></a>TQMacStyle::focusRectPolicy ( <a href="tqwidget.html">TQWidget</a> * w )<tt> [static]</tt> </h3> Returns the focus rectangle policy for the widget <em>w</em>. <p> The focus rectangle policy can be one of <a href="#FocusRectPolicy-enum">TQMacStyle::FocusRectPolicy</a>. <p> <p>See also <a href="#setFocusRectPolicy">setFocusRectPolicy</a>(). -<h3 class=fn>void <a name="setFocusRectPolicy"></a>TQMacStyle::setFocusRectPolicy ( <a href="ntqwidget.html">TQWidget</a> * w, <a href="qmacstyle.html#FocusRectPolicy-enum">FocusRectPolicy</a> policy )<tt> [static]</tt> +<h3 class=fn>void <a name="setFocusRectPolicy"></a>TQMacStyle::setFocusRectPolicy ( <a href="tqwidget.html">TQWidget</a> * w, <a href="qmacstyle.html#FocusRectPolicy-enum">FocusRectPolicy</a> policy )<tt> [static]</tt> </h3> Sets the focus rectangle policy of <em>w</em>. The <em>policy</em> can be one of <a href="#FocusRectPolicy-enum">TQMacStyle::FocusRectPolicy</a>. <p> <p>See also <a href="#focusRectPolicy">focusRectPolicy</a>(). -<h3 class=fn>void <a name="setWidgetSizePolicy"></a>TQMacStyle::setWidgetSizePolicy ( <a href="ntqwidget.html">TQWidget</a> * w, <a href="qmacstyle.html#WidgetSizePolicy-enum">WidgetSizePolicy</a> policy )<tt> [static]</tt> +<h3 class=fn>void <a name="setWidgetSizePolicy"></a>TQMacStyle::setWidgetSizePolicy ( <a href="tqwidget.html">TQWidget</a> * w, <a href="qmacstyle.html#WidgetSizePolicy-enum">WidgetSizePolicy</a> policy )<tt> [static]</tt> </h3> Sets the widget size policy of <em>w</em>. The <em>policy</em> can be one of <a href="#WidgetSizePolicy-enum">TQMacStyle::WidgetSizePolicy</a>. <p> <p>See also <a href="#widgetSizePolicy">widgetSizePolicy</a>(). -<h3 class=fn><a href="qmacstyle.html#WidgetSizePolicy-enum">WidgetSizePolicy</a> <a name="widgetSizePolicy"></a>TQMacStyle::widgetSizePolicy ( <a href="ntqwidget.html">TQWidget</a> * w )<tt> [static]</tt> +<h3 class=fn><a href="qmacstyle.html#WidgetSizePolicy-enum">WidgetSizePolicy</a> <a name="widgetSizePolicy"></a>TQMacStyle::widgetSizePolicy ( <a href="tqwidget.html">TQWidget</a> * w )<tt> [static]</tt> </h3> Returns the widget size policy for the widget <em>w</em>. <p> The widget size policy can be one of <a href="#WidgetSizePolicy-enum">TQMacStyle::WidgetSizePolicy</a>. |