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:
parent
c1e0932eca
commit
90c40b7fea
4 changed files with 5 additions and 1 deletions
|
@ -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()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue