diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-11-08 09:46:27 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-11-08 09:46:27 +0100 |
commit | c0780a876e11732962b98e3b1aac0f503b4e9ad9 (patch) | |
tree | 3868825a8f2ab785cb308248a8e88942610f5a6f /doc/man/man1/qvfb.1 | |
parent | ef73e104bd71560e1dab2c0c9a1bb1d718674e1a (diff) | |
download | qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.tar.gz qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.zip |
Revert "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 acf02e1..0ae800d 100644 --- a/doc/man/man1/qvfb.1 +++ b/doc/man/man1/qvfb.1 @@ -1,7 +1,7 @@ -.TH "tqvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "qvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqvfb \- Virtual framebuffer for Qt +qvfb \- 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. -tqvfb supports the following command line options: +qvfb supports the following command line options: \-width width: the width of the virtual framebuffer (default: 240). @@ -36,7 +36,7 @@ tqvfb 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 (tqvfb). +utility to display the framebuffer in a window (qvfb). 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 tqvfb to check for +Rate" menu item. This will cause qvfb 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 tqvfb will compete +be frequent, and the application and qvfb will compete for processor time. Mouse and keyboard events are passed to the Qt/Embedded |