summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/examples/qt-examples/chart/images/options_piechart.xpm
blob: 221c78de126af9d243e96aea7bb3738c4e14c98b (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
/* XPM */
static const char *options_piechart[] = {
"20 20 6 1",
"  c white",
"! c None",
"# c black",
"$ c #00C900",
"% c #E9FF00",
"& c red1",
"!!!!!!#######!!!!!!!",
"!!!!##$$$$$$$##!!!!!",
"!!!#%$$$$$$$$$$#!!!!",
"!!#%%%$$$$$$$$$$#!!!",
"!#%%%%%$$$$$$$$$$#!!",
"!#%%%%%$$$$$$$$$$#!!",
"#%%%%%%%$$$$$$$$$$#!",
"#%%%%%%%%$$$$$$$$$#!",
"#%%%%%%%%$$$$$$$$$#!",
"#%%%%%%%%%$$$$$$$$#!",
"#%%%%%%%%&&$$$$$$$#!",
"#%%%%%%%&&&&$$$$$$#!",
"#%%%%%%&&&&&&&$$$$#!",
"#%%%%%&&&&&&&&&$$$#!",
"!#%%%&&&&&&&&&&&&#!!",
"!#%%&&&&&&&&&&&&&#!!",
"!!#&&&&&&&&&&&&&#!!!",
"!!!#&&&&&&&&&&&#!!!!",
"!!!!##&&&&&&&##!!!!!",
"!!!!!!#######!!!!!!!"
};