summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-12-30 12:46:24 +0100
committerArno <am@disconnect.de>2010-12-30 12:46:24 +0100
commit9fa92d359003485e21aa1a1d81545f63cf4d08da (patch)
tree627c3152d2948f43841681246a796693e0323956
parent80517745522edd7c3369f907f2e76b134682feb6 (diff)
downloadSheMov-9fa92d359003485e21aa1a1d81545f63cf4d08da.tar.gz
SheMov-9fa92d359003485e21aa1a1d81545f63cf4d08da.tar.bz2
SheMov-9fa92d359003485e21aa1a1d81545f63cf4d08da.zip
Bugfix NewMovieWizard
Use alternatingRowColors in MovieInfoPage::mFileView also to make the GUI more consistent.
-rw-r--r--newmoviewizard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/newmoviewizard.cpp b/newmoviewizard.cpp
index 67759d7..bf9f112 100644
--- a/newmoviewizard.cpp
+++ b/newmoviewizard.cpp
@@ -138,6 +138,7 @@ void MovieInfoPage::setupGui(){
mFileView = new QTreeView;
mFileView->setModel(mFileModel);
connect(mFileView->selectionModel(), SIGNAL(currentRowChanged(QModelIndex,QModelIndex)), this, SLOT(fileSelectionChanged(QModelIndex,QModelIndex)));
+ mFileView->setAlternatingRowColors(true);
//add + remove files
QHBoxLayout *fileButtonLayout = new QHBoxLayout;