diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/ntqsplitter.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsplitter.html')
-rw-r--r-- | doc/html/ntqsplitter.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html index 1f0a008c4..e08a0853b 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/ntqsplitter.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQSplitter class implements a splitter widget. <a href="#details">More...</a> <p><tt>#include <<a href="qsplitter-h.html">ntqsplitter.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p><a href="qsplitter-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -89,11 +89,11 @@ The TQSplitter class implements a splitter widget. <p> A splitter lets the user control the size of child widgets by dragging the boundary between the children. Any number of widgets may be controlled by a single splitter. -<p> To show a <a href="ntqlistbox.html">TQListBox</a>, a <a href="ntqlistview.html">TQListView</a> and a <a href="tqtextedit.html">TQTextEdit</a> side by side: +<p> To show a <a href="tqlistbox.html">TQListBox</a>, a <a href="tqlistview.html">TQListView</a> and a <a href="tqtextedit.html">TQTextEdit</a> side by side: <pre> TQSplitter *split = new TQSplitter( parent ); - <a href="ntqlistbox.html">TQListBox</a> *lb = new <a href="ntqlistbox.html">TQListBox</a>( split ); - <a href="ntqlistview.html">TQListView</a> *lv = new <a href="ntqlistview.html">TQListView</a>( split ); + <a href="tqlistbox.html">TQListBox</a> *lb = new <a href="tqlistbox.html">TQListBox</a>( split ); + <a href="tqlistview.html">TQListView</a> *lv = new <a href="tqlistview.html">TQListView</a>( split ); <a href="tqtextedit.html">TQTextEdit</a> *ed = new <a href="tqtextedit.html">TQTextEdit</a>( split ); </pre> @@ -117,7 +117,7 @@ other children. It will be reinstated when you <a href="tqwidget.html#show">show is also possible to reorder the widgets within the splitter using <a href="#moveToFirst">moveToFirst</a>() and <a href="#moveToLast">moveToLast</a>(). <p> <img src=qsplitter-m.png> <img src=qsplitter-w.png> -<p> <p>See also <a href="ntqtabbar.html">TQTabBar</a> and <a href="organizers.html">Organizers</a>. +<p> <p>See also <a href="tqtabbar.html">TQTabBar</a> and <a href="organizers.html">Organizers</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ResizeMode-enum"></a>TQSplitter::ResizeMode</h3> @@ -138,12 +138,12 @@ widget's size hint changes. <h3 class=fn><a name="TQSplitter"></a>TQSplitter::TQSplitter ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a horizontal splitter with the <em>parent</em> and <em>name</em> -arguments being passed on to the <a href="ntqframe.html">TQFrame</a> constructor. +arguments being passed on to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn><a name="TQSplitter-2"></a>TQSplitter::TQSplitter ( <a href="ntqt.html#Orientation-enum">Orientation</a> o, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a splitter with orientation <em>o</em> with the <em>parent</em> and -<em>name</em> arguments being passed on to the <a href="ntqframe.html">TQFrame</a> constructor. +<em>name</em> arguments being passed on to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn><a name="~TQSplitter"></a>TQSplitter::~TQSplitter () </h3> |