summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/examples/textedit/filenew.xpm
blob: 884d7cbb11907f50263692a85644cfdf7b4c5a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"22 22 8 1",
"  c Gray100",
". c Gray76",
"X c Gray53",
"o c Gray36",
"O c Gray18",
"+ c Gray0",
"@ c None",
"# c Gray0",
/* pixels */
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@++++++++++@@@@@@@@",
"@@@@+       +O+@@@@@@@",
"@@@@+       +oO+@@@@@@",
"@@@@+       +XoO+@@@@@",
"@@@@+       +.XoO+@@@@",
"@@@@+       + .XoO+@@@",
"@@@@+       +++++++@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+             +@@@",
"@@@@+++++++++++++++@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@"
};