#include <embeddedtextobjectcopyingprogresswidget.h>
Public Slots | |
| void | CancelClicked () |
| void | CopyThreadFinished () |
Public Member Functions | |
| EmbeddedTextObjectCopyingProgressWidget (EmbeddedTextObjectCopyingCallbackAPI *copyClient, QWidget *parent=0) | |
| void | copyFile (const QString &absoluteFilepathAndName, const QString &targetFileName) |
| void | CancelCopy () |
Protected Member Functions | |
| void | changeEvent (QEvent *e) |
Private Attributes | |
| Ui::EmbeddedTextObjectCopyingProgressWidget * | m_ui |
| EmbeddedTextObjectCopyingThread * | iCopyingThread |
| QMutex | iCopyCanclelMux |
| EmbeddedTextObjectCopyingCallbackAPI * | iCopyClient |
The widget that this class implements is used for showing the copying progress of a file when adding some possibly big files (such as videos) to entries. The widget will offer a cancel button and can be embedded to another widget. Below is a picture of this widget showing copy progress of a video that is being added to text.
1.5.9