summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qcommonstylepixmaps_p.h
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2012-10-17 09:48:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-18 00:14:48 +0200
commit9410b307afc2fec43a5f05ef3761d619f50e4d20 (patch)
tree5c4d37758a82d14dadd0a84b94a1c6f34bc63a13 /src/widgets/styles/qcommonstylepixmaps_p.h
parent12d25f1a42d03c2d126d0fcf60622aa9b7dac6db (diff)
Improve branch indicators in common style
The branch indicators in common style was painted based on motif style, effectively making it useless. Since most styles inherit from Windows style, I moved that into common style. It was already duplicating most of the code used in commonstyle. Change-Id: I1a383d90254bb97aebc038fa058ec0f225cf9dab Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/widgets/styles/qcommonstylepixmaps_p.h')
-rw-r--r--src/widgets/styles/qcommonstylepixmaps_p.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/widgets/styles/qcommonstylepixmaps_p.h b/src/widgets/styles/qcommonstylepixmaps_p.h
index 4dcbe86ada..5e63302f35 100644
--- a/src/widgets/styles/qcommonstylepixmaps_p.h
+++ b/src/widgets/styles/qcommonstylepixmaps_p.h
@@ -75,33 +75,6 @@ static const char * const check_list_controller_xpm[] = {
" ",
" "};
-static const char * const tree_branch_open_xpm[] = {
-"9 9 2 1",
-" c None",
-"# c #000000",
-"#########",
-"# #",
-"# ##### #",
-"# ### #",
-"# ### #",
-"# # #",
-"# # #",
-"# #",
-"#########"};
-
-static const char * const tree_branch_closed_xpm[] = {
-"9 9 2 1",
-" c None",
-"# c #000000",
-"#########",
-"# #",
-"# # #",
-"# ### #",
-"# ##### #",
-"# ### #",
-"# # #",
-"# #",
-"#########"};
static const char * const tb_extension_arrow_v_xpm[] = {
"5 8 3 1",