source: trunk/tools/assistant/images/whatsthis.xpm

Last change on this file was 191, checked in by rudi, 14 years ago

Qt Assistant added

File size: 511 bytes
RevLine 
[191]1/* XPM */
2static char *whatsthis[] = {
3/* width height ncolors chars_per_pixel */
4"16 16 3 1",
5/* colors */
6"# c None",
7". c #000000",
8"a c #000083",
9/* pixels */
10".########aaaaa##",
11"..######aaa#aaa#",
12"...####aaa###aaa",
13"....###aa#####aa",
14".....##aa#####aa",
15"......##a####aaa",
16".......#####aaa#",
17"........###aaa##",
18".........#aaa###",
19".....#####aaa###",
20"..#...##########",
21".##...####aaa###",
22"####...###aaa###",
23"####...#########",
24"#####...########",
25"#####...########"
26};
Note: See TracBrowser for help on using the repository browser.