From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/emb-vnc.html | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 doc/html/emb-vnc.html (limited to 'doc/html/emb-vnc.html') diff --git a/doc/html/emb-vnc.html b/doc/html/emb-vnc.html new file mode 100644 index 0000000..6d88dba --- /dev/null +++ b/doc/html/emb-vnc.html @@ -0,0 +1,68 @@ + + + + + +Qt/Embedded as a VNC Server + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Qt/Embedded as a VNC Server

+ + +

The VNC protocol +allows you to view and interact with the computer's display from +anywhere on the network. +

To use Qt/Embedded in this way, configure Qt with the -qt-gfx-vnc +option, and ensure that you also enable 16-bit display support. Run +your application via: +

+    application -display VNC:0
+
+ +then, run a VNC client pointing at the machine that is running your +application. For example, using the X11 VNC client to view the +application from the same machine: +
+    vncviewer localhost:0
+
+ +

By default, Qt/Embedded will create a 640 by 480 pixel display. You +can change this by setting the QWS_SIZE environment variable to +another size, e.g. QWS_SIZE=240x320. +

VNC clients are available for a vast array of display systems: X11, +Windows, Amiga, DOS, VMS, and dozens of others. +

The Qt Virtual Framebuffer is an alternative +technique. It uses shared memory and thus is much faster and smoother, but +it does not operate over a network. +

+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1