diff options
| author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-01 13:23:42 +0000 | 
|---|---|---|
| committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-01 13:23:42 +0000 | 
| commit | 286d54a4705e56567a68cf6dabfa3ce64ac162d6 (patch) | |
| tree | 021bff63e2e4f77383a6c95dc5b0dc54ea45e90e /moviepropertiesdialog.h | |
| parent | 68ee8c0796a663ec87b913da33d48cf5481ddb35 (diff) | |
| download | SheMov-286d54a4705e56567a68cf6dabfa3ce64ac162d6.tar.gz SheMov-286d54a4705e56567a68cf6dabfa3ce64ac162d6.tar.bz2 SheMov-286d54a4705e56567a68cf6dabfa3ce64ac162d6.zip | |
-finished properties dialog
-start mplayer detached from FileSystemWidget
git-svn-id: file:///var/svn/repos2/shemov/trunk@397 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'moviepropertiesdialog.h')
| -rw-r--r-- | moviepropertiesdialog.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/moviepropertiesdialog.h b/moviepropertiesdialog.h index 457c5e1..c634816 100644 --- a/moviepropertiesdialog.h +++ b/moviepropertiesdialog.h @@ -22,10 +22,13 @@ class MoviePropertiesDialog : public QDialog {  		~MoviePropertiesDialog() {};  	private slots: -		void setPic(int index); +		void setCover(int index); +		void nextCover(); +		void previousCover();  	private:  		void covers(); +		const QString actorHtml(const QStringList &actors) const;  		QGraphicsView *mView;  		QGraphicsScene *mScene;  		QPushButton *mNext; | 
