~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/videopreview/videopreview.h

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-11-04 12:45:38 UTC
  • mto: (1.1.10 upstream) (3.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20091104124538-i5ntu42ni0e1njnv
ImportĀ upstreamĀ versionĀ 0.6.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
class QScrollArea;
30
30
class QDialogButtonBox;
31
31
class QSettings;
 
32
class QAction;
32
33
 
33
34
class VideoInfo 
34
35
{
108
109
protected slots:
109
110
        void cancelPressed();
110
111
        void saveImage();
 
112
        void showInfo(bool visible); 
111
113
 
112
114
protected:
113
115
        virtual void retranslateStrings();
143
145
 
144
146
        QSettings * set;
145
147
 
 
148
        QAction * toggleInfoAct;
 
149
 
146
150
        struct Properties {
147
151
                QString input_video;
148
152
                QString dvd_device;