diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/splitter-example.html | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc.tar.gz tqt-6f57abfc.zip | |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/splitter-example.html')
| -rw-r--r-- | doc/html/splitter-example.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/splitter-example.html b/doc/html/splitter-example.html index 873920c42..fe2d43506 100644 --- a/doc/html/splitter-example.html +++ b/doc/html/splitter-example.html @@ -49,7 +49,7 @@ decide for themselves how much space each child item should get. #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qsplitter-h.html">ntqsplitter.h</a>> +#include <<a href="tqsplitter-h.html">tqsplitter.h</a>> #include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> @@ -98,9 +98,9 @@ int main( int argc, char ** argv ) { <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); - <a href="ntqsplitter.html">TQSplitter</a> *s1 = new <a href="ntqsplitter.html">TQSplitter</a>( TQSplitter::Vertical, 0 , "main" ); + <a href="tqsplitter.html">TQSplitter</a> *s1 = new <a href="tqsplitter.html">TQSplitter</a>( TQSplitter::Vertical, 0 , "main" ); - <a href="ntqsplitter.html">TQSplitter</a> *s2 = new <a href="ntqsplitter.html">TQSplitter</a>( TQSplitter::Horizontal, s1, "top" ); + <a href="tqsplitter.html">TQSplitter</a> *s2 = new <a href="tqsplitter.html">TQSplitter</a>( TQSplitter::Horizontal, s1, "top" ); Test *t1 = new Test( s2, "topLeft" ); <a name="x1303"></a> t1-><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::blue.light( 180 ) ); @@ -108,10 +108,10 @@ int main( int argc, char ** argv ) Test *t2 = new Test( s2, "topRight" ); t2-><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::green.light( 180 ) ); -<a name="x1301"></a> s2-><a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( t2, TQSplitter::KeepSize ); -<a name="x1299"></a> s2-><a href="ntqsplitter.html#moveToFirst">moveToFirst</a>( t2 ); +<a name="x1301"></a> s2-><a href="tqsplitter.html#setResizeMode">setResizeMode</a>( t2, TQSplitter::KeepSize ); +<a name="x1299"></a> s2-><a href="tqsplitter.html#moveToFirst">moveToFirst</a>( t2 ); - <a href="ntqsplitter.html">TQSplitter</a> *s3 = new <a href="ntqsplitter.html">TQSplitter</a>( TQSplitter::Horizontal, s1, "bottom" ); + <a href="tqsplitter.html">TQSplitter</a> *s3 = new <a href="tqsplitter.html">TQSplitter</a>( TQSplitter::Horizontal, s1, "bottom" ); Test *t3 = new Test( s3, "bottomLeft" ); t3-><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::red ); @@ -123,8 +123,8 @@ int main( int argc, char ** argv ) t5-><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>( 80, 50 ); t5-><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::yellow ); - s2-><a href="ntqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); - s3-><a href="ntqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); + s2-><a href="tqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); + s3-><a href="tqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( s1 ); s1-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Splitters"); |
