diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqmainwindow.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqmainwindow.html')
-rw-r--r-- | doc/html/ntqmainwindow.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqmainwindow.html b/doc/html/ntqmainwindow.html index c70ddd854..1aea36e28 100644 --- a/doc/html/ntqmainwindow.html +++ b/doc/html/ntqmainwindow.html @@ -192,7 +192,7 @@ will be called when the menu item is clicked. <pre> <a href="ntqtoolbar.html">TQToolBar</a> * fileTools = new <a href="ntqtoolbar.html">TQToolBar</a>( this, "file operations" ); fileTools-><a href="ntqtoolbar.html#setLabel">setLabel</a>( "File Operations" ); </pre><pre> TQToolButton * fileOpen - = new <a href="ntqtoolbutton.html">TQToolButton</a>( openIcon, "Open File", <a href="ntqstring.html#TQString-null">TQString::null</a>, + = new <a href="ntqtoolbutton.html">TQToolButton</a>( openIcon, "Open File", <a href="tqstring.html#TQString-null">TQString::null</a>, this, TQ_SLOT(choose()), fileTools, "open file" ); </pre> <p> This extract shows the creation of a toolbar with one toolbar @@ -427,7 +427,7 @@ top-most) dock window. <p> If <em>dockWindow</em> is managed by another main window, it is first removed from that window. -<h3 class=fn>void <a name="addDockWindow-2"></a>TQMainWindow::addDockWindow ( <a href="ntqdockwindow.html">TQDockWindow</a> * dockWindow, const <a href="ntqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addDockWindow-2"></a>TQMainWindow::addDockWindow ( <a href="ntqdockwindow.html">TQDockWindow</a> * dockWindow, const <a href="tqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds <em>dockWindow</em> to the dock area with label <em>label</em>. @@ -445,7 +445,7 @@ removed from that window. <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>void <a name="addToolBar-2"></a>TQMainWindow::addToolBar ( <a href="ntqdockwindow.html">TQDockWindow</a> *, const <a href="ntqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) +<h3 class=fn>void <a name="addToolBar-2"></a>TQMainWindow::addToolBar ( <a href="ntqdockwindow.html">TQDockWindow</a> *, const <a href="tqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. |