source: trunk/doc/src/snippets/code/doc_src_emb-charinput.qdoc@ 244

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

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

File size: 319 bytes
Line 
1//! [0]
2./configure -help
3//! [0]
4
5
6//! [1]
7configure -qt-kbd-s15000
8//! [1]
9
10
11//! [2]
12export QWS_KEYBOARD=<driver>[:<driver specific options>]
13//! [2]
14
15
16//! [3]
17export QWS_KEYBOARD="<driver>[:<driver specific options>]
18 <driver>[:<driver specific options>]
19 <driver>[:<driver specific options>]"
20//! [3]
Note: See TracBrowser for help on using the repository browser.