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:
790 bytes
|
Line | |
---|
1 | //! [0]
|
---|
2 | cd path/to/QtEmbedded/demos/textedit
|
---|
3 | ./textedit -qws
|
---|
4 | //! [0]
|
---|
5 |
|
---|
6 |
|
---|
7 | //! [1]
|
---|
8 | ./myfirstserverapplication -qws -display "transformed:rot90:1"
|
---|
9 | ./mysecondserverapplication -qws -display "QVFb:2"
|
---|
10 | //! [1]
|
---|
11 |
|
---|
12 |
|
---|
13 | //! [2]
|
---|
14 | ./myclientapplication -display "QVFb:2"
|
---|
15 | //! [2]
|
---|
16 |
|
---|
17 |
|
---|
18 | //! [3]
|
---|
19 | ./myserverapplication -qws -display "Multi: QVFb:0
|
---|
20 | QVFb:1:offset=0,0 VNC:offset=640,0 :2"
|
---|
21 | //! [3]
|
---|
22 |
|
---|
23 |
|
---|
24 | //! [4]
|
---|
25 | ./myapplication -fn helvetica
|
---|
26 | //! [4]
|
---|
27 |
|
---|
28 |
|
---|
29 | //! [5]
|
---|
30 | ./myapplication -bg blue
|
---|
31 | //! [5]
|
---|
32 |
|
---|
33 |
|
---|
34 | //! [6]
|
---|
35 | ./myapplication -btn green
|
---|
36 | //! [6]
|
---|
37 |
|
---|
38 |
|
---|
39 | //! [7]
|
---|
40 | ./myapplication -fg 'dark blue'
|
---|
41 | //! [7]
|
---|
42 |
|
---|
43 |
|
---|
44 | //! [8]
|
---|
45 | ./myapplication -name texteditapplication
|
---|
46 | //! [8]
|
---|
47 |
|
---|
48 |
|
---|
49 | //! [9]
|
---|
50 | ./myapplication -title 'Text Edit'
|
---|
51 | //! [9]
|
---|
52 |
|
---|
53 |
|
---|
54 | //! [10]
|
---|
55 | ./myapplication -geometry 300x200+50+50
|
---|
56 | //! [10]
|
---|
57 |
|
---|
58 |
|
---|
59 | //! [11]
|
---|
60 | ./myapplication -decoration windows
|
---|
61 | //! [11]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.