Qt 4.8
Variables
qcommonstylepixmaps_p.h File Reference

Go to the source code of this file.

Variables

static const char *const check_list_controller_xpm []
 
static const char *const filedialog_end_xpm []
 
static const char *const filedialog_start_xpm []
 
static const char *const tb_extension_arrow_h_xpm []
 
static const char *const tb_extension_arrow_v_xpm []
 
static const char *const tree_branch_closed_xpm []
 
static const char *const tree_branch_open_xpm []
 

Variable Documentation

◆ check_list_controller_xpm

const char* const check_list_controller_xpm[]
static
Initial value:
= {
"16 16 4 1",
" c None",
". c #000000000000",
"X c #FFFFFFFF0000",
"o c #C71BC30BC71B",
" ",
" ",
" .......... ",
" .XXXXXXXX. ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" ..........oo ",
" oooooooooo ",
" oooooooooo ",
" ",
" "}

Definition at line 55 of file qcommonstylepixmaps_p.h.

Referenced by QCommonStyle::drawPrimitive().

◆ filedialog_end_xpm

const char* const filedialog_end_xpm[]
static
Initial value:
={
"16 15 9 1",
"d c #a0a0a0",
"c c #c3c3c3",
"# c #cec6bd",
". c #000000",
"f c #ffff00",
"e c #999999",
"g c #cccccc",
"b c #ffffff",
"a c None",
"......####aaaaaa",
".bbbb..###aaaaaa",
".bbbb.c.##aaaaaa",
".bbbb....ddeeeea",
".bbbbbbb.bbbbbe.",
".bbbbbbb.bcfgfe.",
"eeeeeeeeeeeeefe.",
"ebbbbbbbbbbeege.",
"ebfgfgfgfgff.ee.",
"aebfgfgfgfgfg.e.",
"aebgfgfgfgfgf.e.",
"aaebgfgfgfgffe..",
"aaeeeeeeeeeeeee.",
"aaa.............",
"aaaaaaaaaaaaaaaa"}

Definition at line 159 of file qcommonstylepixmaps_p.h.

Referenced by QCommonStyle::standardPixmap().

◆ filedialog_start_xpm

const char* const filedialog_start_xpm[]
static
Initial value:
={
"16 15 8 1",
"a c #cec6bd",
"# c #000000",
"e c #ffff00",
"b c #999999",
"f c #cccccc",
"d c #dcdcdc",
"c c #ffffff",
". c None",
".....######aaaaa",
"...bb#cccc##aaaa",
"..bcc#cccc#d#aaa",
".bcef#cccc#dd#aa",
".bcfe#cccc#####a",
".bcef#ccccccccc#",
"bbbbbbbbbbbbccc#",
"bccccccccccbbcc#",
"bcefefefefee#bc#",
".bcefefefefef#c#",
".bcfefefefefe#c#",
"..bcfefefefeeb##",
"..bbbbbbbbbbbbb#",
"...#############",
"................"}

Definition at line 133 of file qcommonstylepixmaps_p.h.

Referenced by QCommonStyle::standardPixmap().

◆ tb_extension_arrow_h_xpm

const char* const tb_extension_arrow_h_xpm[]
static
Initial value:
= {
"8 5 3 1",
" c None",
". c #000000",
"+ c none",
"..++..++",
"+..++..+",
"++..++..",
"+..++..+",
"..++..++",
}

Definition at line 121 of file qcommonstylepixmaps_p.h.

Referenced by QCommonStyle::standardPixmap().

◆ tb_extension_arrow_v_xpm

const char* const tb_extension_arrow_v_xpm[]
static
Initial value:
= {
"5 8 3 1",
" c None",
". c #000000",
"+ c none",
".+++.",
"..+..",
"+...+",
"++.++",
".+++.",
"..+..",
"+...+",
"++.++"
}

Definition at line 106 of file qcommonstylepixmaps_p.h.

Referenced by QCommonStyle::standardPixmap().

◆ tree_branch_closed_xpm

const char* const tree_branch_closed_xpm[]
static
Initial value:
= {
"9 9 2 1",
" c None",
"# c #000000",
"#########",
"# #",
"# # #",
"# ### #",
"# ##### #",
"# ### #",
"# # #",
"# #",
"#########"}

Definition at line 92 of file qcommonstylepixmaps_p.h.

Referenced by QCommonStyle::drawPrimitive().

◆ tree_branch_open_xpm

const char* const tree_branch_open_xpm[]
static
Initial value:
= {
"9 9 2 1",
" c None",
"# c #000000",
"#########",
"# #",
"# ##### #",
"# ### #",
"# ### #",
"# # #",
"# # #",
"# #",
"#########"}

Definition at line 78 of file qcommonstylepixmaps_p.h.

Referenced by QCommonStyle::drawPrimitive().