view base improvements

* Use direct update function (not via CVariant anymore)
* refresh indicator
* new signal syntax
This commit is contained in:
Klaus Basan
2016-03-29 11:35:40 +02:00
parent b1c32dac10
commit 600cd52f30
2 changed files with 12 additions and 6 deletions

View File

@@ -253,7 +253,9 @@ namespace BlackGui
void rowsResizeModeToContent();
//! Show loading indicator
void showLoadIndicator(int containerSizeDependent = -1);
//! \param containerSizeDependent check against resize threshold if indicator makes sense
//! \param processEvents force event processing to display indicator by updating GUI
void showLoadIndicator(int containerSizeDependent = -1, bool processEvents = true);
//! Hide loading indicator
void hideLoadIndicator();