1
0
Fork 0
forked from len0rd/rockbox

use alternating row colors in list views.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14298 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-08-12 19:18:11 +00:00
parent c1e0932eca
commit 90c40b7fea
4 changed files with 5 additions and 1 deletions

View file

@ -24,6 +24,7 @@ ProgressLoggerGui::ProgressLoggerGui(QObject* parent): ProgressloggerInterface(p
downloadProgress = new QDialog();
downloadProgress->setModal(true);
dp.setupUi(downloadProgress);
dp.listProgress->setAlternatingRowColors(true);
connect(dp.buttonAbort, SIGNAL(clicked()), this, SLOT(abort()));
}