diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/man/man3/tqscrollview.3qt | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqscrollview.3qt')
-rw-r--r-- | doc/man/man3/tqscrollview.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqscrollview.3qt b/doc/man/man3/tqscrollview.3qt index a776914e1..a57200fbc 100644 --- a/doc/man/man3/tqscrollview.3qt +++ b/doc/man/man3/tqscrollview.3qt @@ -327,7 +327,7 @@ The first, simplest usage of TQScrollView (depicted above), is appropriate for s .br TQScrollView* sv = new TQScrollView(...); .br - QVBox* big_box = new QVBox(sv->viewport()); + TQVBox* big_box = new TQVBox(sv->viewport()); .br sv->addChild(big_box); .br @@ -346,7 +346,7 @@ You can go on to add arbitrary child widgets to the single child in the scrollvi .br .fi .PP -Here the TQScrollView has four children: the viewport(), the verticalScrollBar(), the horizontalScrollBar() and a small cornerWidget(). The viewport() has one child: the big QVBox. The QVBox has the three TQLabel objects as child widgets. When the view is scrolled, the QVBox is moved; its children move with it as child widgets normally do. +Here the TQScrollView has four children: the viewport(), the verticalScrollBar(), the horizontalScrollBar() and a small cornerWidget(). The viewport() has one child: the big TQVBox. The TQVBox has the three TQLabel objects as child widgets. When the view is scrolled, the TQVBox is moved; its children move with it as child widgets normally do. .SH "Using a Very Big View with Some Widgets" <center> .ce 1 |