6 #include "ui_initialdataloadcomponent.h"
14 ui->comp_DataUpdates->showVisibleLoadAllButtons(
true,
false,
true);
27 Q_ASSERT_X(m_config, Q_FUNC_INFO,
"Missing config");
33 Q_ASSERT_X(m_config, Q_FUNC_INFO,
"Missing config");
Initial data load to prefill caches.
void loadAllFromShared()
Load all from shared.
virtual ~CInitialDataLoadComponent()
Destructor.
bool isLoadInProgress() const
Is loading in progress.
CInitialDataLoadComponent(QWidget *parent=nullptr)
Constructor.
void loadAllFromDb()
Load all from DB.
virtual bool validatePage()
virtual void initializePage()
High level reusable GUI components.
auto singleShot(int msec, QObject *target, F &&task)
Starts a single-shot timer which will call a task in the thread of the given object when it times out...