ui: file clearing progress

* display some progress information when clearing files
This commit is contained in:
malte_langkabel
2017-02-06 13:02:15 +01:00
parent 9177073ac3
commit be1a44a763
18 changed files with 256 additions and 94 deletions
+9 -1
View File
@@ -9,7 +9,15 @@ DialogView::~DialogView()
{
}
void DialogView::showProgressDialog(const std::string& title, const std::string& message)
void DialogView::showStatusDialog(const std::string& title, const std::string& message)
{
}
void DialogView::hideStatusDialog()
{
}
void DialogView::showProgressDialog(const std::string& title, const std::string& message, int progress)
{
}
+4 -1
View File
@@ -21,7 +21,10 @@ public:
DialogView(StorageAccess* storageAccess);
virtual ~DialogView();
virtual void showProgressDialog(const std::string& title, const std::string& message);
virtual void showStatusDialog(const std::string& title, const std::string& message);
virtual void hideStatusDialog();
virtual void showProgressDialog(const std::string& title, const std::string& message, int progress);
virtual void hideProgressDialog();
virtual IndexMode startIndexingDialog(