Fixes: Use alternate row colors for sidebar

Task:     As discussed with b_lindeijer
Details:
This enables alternate row colors, with filled empty
area on the side bar for improved usability.
This commit is contained in:
Jens Bache-Wiig
2009-01-27 10:09:37 +01:00
parent 2c8635efe4
commit e4876723a4
2 changed files with 11 additions and 4 deletions

View File

@@ -73,6 +73,8 @@ public:
setContextMenuPolicy(Qt::CustomContextMenu);
setUniformRowHeights(true);
setTextElideMode(Qt::ElideNone);
setAlternatingRowColors(true);
setProperty("AlternateEmpty", true); // Let Manhattan to override style default
// setExpandsOnDoubleClick(false);
}