6 #ifndef SWIFT_GUI_ENABLEFORVIEWBASEDINDICATOR_H
7 #define SWIFT_GUI_ENABLEFORVIEWBASEDINDICATOR_H
13 class CViewBaseNonTemplate;
22 void enableLoadIndicator(
bool enable);
25 bool isShowingLoadIndicator()
const;
28 int showLoadIndicator(std::chrono::milliseconds timeout = std::chrono::milliseconds(0));
31 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.