mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
view base improvements
* Use direct update function (not via CVariant anymore) * refresh indicator * new signal syntax
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user