6 #ifndef SWIFT_GUI_ENABLEFORVIEWBASEDINDICATOR_H
7 #define SWIFT_GUI_ENABLEFORVIEWBASEDINDICATOR_H
15 class CViewBaseNonTemplate;
24 void enableLoadIndicator(
bool enable);
27 bool isShowingLoadIndicator()
const;
30 int showLoadIndicator(std::chrono::milliseconds timeout = std::chrono::milliseconds(0));
33 void hideLoadIndicator();
Hand over indication task to an embedded view.
Non templated base class, allows Q_OBJECT and signals / slots to be used.
Views, mainly QTableView.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.