diff options
author | Arno <am@disconnect.de> | 2010-05-30 10:29:47 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-05-30 10:29:47 +0200 |
commit | 9a1ec955d9ce339e6b89714488bb866ae43bb397 (patch) | |
tree | e9df2c0c37821a1e4d9c670afcae2cfb298bdf1e /pictureviewer.cpp | |
parent | 51631c5726cc770e2802bb746954819f2a892310 (diff) | |
download | SheMov-9a1ec955d9ce339e6b89714488bb866ae43bb397.tar.gz SheMov-9a1ec955d9ce339e6b89714488bb866ae43bb397.tar.bz2 SheMov-9a1ec955d9ce339e6b89714488bb866ae43bb397.zip |
Implemented copying of movie data
Added function to copy actors, covers, genre, dvd and quality to other
parts of the same movie if movie has multiple files.
Diffstat (limited to 'pictureviewer.cpp')
-rw-r--r-- | pictureviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pictureviewer.cpp b/pictureviewer.cpp index a59b62d..915a280 100644 --- a/pictureviewer.cpp +++ b/pictureviewer.cpp @@ -83,6 +83,8 @@ void PictureViewer::showPic(const QString &path, bool enableDirEntries){ QPoint infoPoint = QPoint(center, 10); infoItem->setPos(infoPoint); mScene->addItem(infoItem); + + setWindowTitle(fi.fileName()); } void PictureViewer::next(){ |