mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T246, data can also be loaded from resource files
This commit is contained in:
@@ -49,7 +49,7 @@ namespace BlackGui
|
||||
void showVisibleSharedRefreshButtons(bool visible);
|
||||
|
||||
//! Show load all buttons
|
||||
void showVisibleLoadAllButtons(bool shared, bool db);
|
||||
void showVisibleLoadAllButtons(bool shared, bool db, bool disk);
|
||||
|
||||
//! Load all from DB
|
||||
void loadAllFromDb();
|
||||
@@ -57,6 +57,12 @@ namespace BlackGui
|
||||
//! Load all from shared
|
||||
void loadAllFromShared();
|
||||
|
||||
//! Load all from disk (as of installation)
|
||||
void loadAllFromResourceFiles();
|
||||
|
||||
//! Is loading in progress
|
||||
bool isLoadInProgress() const { return m_loadInProgress; }
|
||||
|
||||
protected:
|
||||
//! \copydoc QWidget::resizeEvent
|
||||
virtual void resizeEvent(QResizeEvent *event) override;
|
||||
|
||||
Reference in New Issue
Block a user