source: trunk/doc/src/snippets/code/doc_src_qt-embedded-displaymanagement.qdoc@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 737 bytes
Line 
1//! [0]
2$QPEDIR/qtopiacore/qt/configure -help
3//! [0]
4
5
6//! [1]
7./configure -help
8//! [1]
9
10
11//! [2]
12./configure -extra-qt-embedded-config "-qt-gfx-transformed"
13//! [2]
14
15
16//! [3]
17./configure -qt-gfx-transformed
18//! [3]
19
20
21//! [4]
22export QWS_DISPLAY="<driver>[:<driver specific options>]...
23 [:<display num>]"
24//! [4]
25
26
27//! [5]
28myApplication -display "<driver>[:<driver specific options>]...
29 [:<display num>]"
30//! [5]
31
32
33//! [6]
34export QWS_DISPLAY="<driver>[:<subdriver>][:<subdriver options>]...
35 [ :<display num>]"
36//! [6]
37
38
39//! [7]
40export QWS_DISPLAY="Multi: QVFb:0 QVFb:offset=640,0:1 :2"
41//! [7]
42
43
44//! [8]
45export QWS_DISPLAY="VNC:size=720x480:depth=32"
46//! [8]
47
48
49//! [9]
50export QWS_DISPLAY="VNC:LinuxFb"
51//! [9]
Note: See TracBrowser for help on using the repository browser.