QTfrontend/ui/page/pagevideos.h
changeset 8186 4ff8690df1b0
parent 8185 1c3739ba4352
child 8190 92792d48574b
equal deleted inserted replaced
8185:1c3739ba4352 8186:4ff8690df1b0
   106 
   106 
   107     private slots:
   107     private slots:
   108         void changeAVFormat(int index);
   108         void changeAVFormat(int index);
   109         void changeUseGameRes(int state);
   109         void changeUseGameRes(int state);
   110         void changeRecordAudio(int state);
   110         void changeRecordAudio(int state);
   111         void setDefaultOptions();
       
   112         void encodingFinished(bool success);
   111         void encodingFinished(bool success);
   113         void updateProgress(float value);
   112         void updateProgress(float value);
   114         void cellDoubleClicked(int row, int column);
   113         void cellDoubleClicked(int row, int column);
   115         void cellChanged(int row, int column);
   114         void cellChanged(int row, int column);
   116         void currentCellChanged();
   115         void currentCellChanged();
   119         void openVideosDirectory();
   118         void openVideosDirectory();
   120         void updateFileList(const QString & path);
   119         void updateFileList(const QString & path);
   121         void uploadToYouTube();
   120         void uploadToYouTube();
   122         void uploadProgress(qint64 bytesSent, qint64 bytesTotal);
   121         void uploadProgress(qint64 bytesSent, qint64 bytesTotal);
   123         void uploadFinished();
   122         void uploadFinished();
       
   123 
       
   124     public slots:
       
   125         void setDefaultOptions();
   124 };
   126 };
   125 
   127 
   126 #endif // PAGE_VIDEOS_H
   128 #endif // PAGE_VIDEOS_H