diff options
author | Timothy Pearson <[email protected]> | 2013-11-07 22:37:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-11-07 22:37:15 -0600 |
commit | ef73e104bd71560e1dab2c0c9a1bb1d718674e1a (patch) | |
tree | 47507e67e6659272cb14f11a1ed3d0ee0929328b /doc/man/man1/qvfb.1 | |
parent | 2bec4674492e058ed822768c0a9c4a848dbf81d9 (diff) | |
download | qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.tar.gz qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.zip |
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'doc/man/man1/qvfb.1')
-rw-r--r-- | doc/man/man1/qvfb.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man1/qvfb.1 b/doc/man/man1/qvfb.1 index 0ae800d..acf02e1 100644 --- a/doc/man/man1/qvfb.1 +++ b/doc/man/man1/qvfb.1 @@ -1,7 +1,7 @@ -.TH "qvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -qvfb \- Virtual framebuffer for Qt +tqvfb \- Virtual framebuffer for Qt .SH "DESCRIPTION" .LP The virtual framebuffer allows Qt/Embedded programs to be @@ -19,7 +19,7 @@ driver, e.g.: You may prefer to set the QWS_DISPLAY environment variable to be QVFb:0. -qvfb supports the following command line options: +tqvfb supports the following command line options: \-width width: the width of the virtual framebuffer (default: 240). @@ -36,7 +36,7 @@ qvfb supports the following command line options: The virtual framebuffer emulates a framebuffer using a shared memory region (the virtual frame buffer) and a -utility to display the framebuffer in a window (qvfb). +utility to display the framebuffer in a window (tqvfb). The regions of the display that have changed are updated periodically, so you will see discrete snapshots of the framebuffer rather than each individual drawing @@ -45,12 +45,12 @@ flickering may not be apparent until the program is run using a real framebuffer. The target refresh rate can be set via the "View|Refresh -Rate" menu item. This will cause qvfb to check for +Rate" menu item. This will cause tqvfb to check for updated regions more quickly. The rate is a target only. If little drawing is being done, the framebuffer will not show any updates between drawing events. If an application is displaying an animation the updates will -be frequent, and the application and qvfb will compete +be frequent, and the application and tqvfb will compete for processor time. Mouse and keyboard events are passed to the Qt/Embedded |