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/ntqtoolbar.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/ntqtoolbar.html')
-rw-r--r-- | doc/html/ntqtoolbar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqtoolbar.html b/doc/html/ntqtoolbar.html index 79d841185..cc9926109 100644 --- a/doc/html/ntqtoolbar.html +++ b/doc/html/ntqtoolbar.html @@ -87,7 +87,7 @@ adding two TQActions. <p> You may use most widgets within a toolbar, with TQToolButton and <a href="ntqcombobox.html">TQComboBox</a> being the most common. <p> If you create a new widget on an already visible TQToolBar, this -widget will automatically become visible without needing a <a href="ntqwidget.html#show">show</a>() +widget will automatically become visible without needing a <a href="tqwidget.html#show">show</a>() call. (This differs from every other TQt widget container. We recommend calling show() anyway since we hope to fix this anomaly in a future release.) @@ -127,7 +127,7 @@ orientation correctly for you, but you can set it yourself with <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn><a name="TQToolBar-2"></a>TQToolBar::TQToolBar ( const <a href="ntqstring.html">TQString</a> & label, <a href="ntqmainwindow.html">TQMainWindow</a> * mainWindow, <a href="ntqwidget.html">TQWidget</a> * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQToolBar-2"></a>TQToolBar::TQToolBar ( const <a href="ntqstring.html">TQString</a> & label, <a href="ntqmainwindow.html">TQMainWindow</a> * mainWindow, <a href="tqwidget.html">TQWidget</a> * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 ) </h3> Constructs an empty horizontal toolbar. <p> The toolbar is called <em>name</em> and is a child of <em>parent</em> and is @@ -164,7 +164,7 @@ Returns a pointer to the <a href="ntqmainwindow.html">TQMainWindow</a> which man <h3 class=fn>void <a name="setLabel"></a>TQToolBar::setLabel ( const <a href="ntqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the toolbar's label. See the <a href="ntqtoolbar.html#label-prop">"label"</a> property for details. -<h3 class=fn>void <a name="setStretchableWidget"></a>TQToolBar::setStretchableWidget ( <a href="ntqwidget.html">TQWidget</a> * w )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setStretchableWidget"></a>TQToolBar::setStretchableWidget ( <a href="tqwidget.html">TQWidget</a> * w )<tt> [virtual]</tt> </h3> Sets the widget <em>w</em> to be expanded if this toolbar is requested to stretch. |