mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #709, launcher GUI finetuning
* don`t always init caches, only when needed * init caches when component is 1st displayed * smaller LEDs
This commit is contained in:
@@ -37,6 +37,9 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~CDbLoadOverviewComponent();
|
||||
|
||||
//! Initialize
|
||||
void display();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDbLoadOverviewComponent> ui;
|
||||
BlackGui::CLoadIndicator *m_loadIndicator = nullptr; //!< load indicator if needed
|
||||
@@ -45,6 +48,9 @@ namespace BlackGui
|
||||
//! Show loading
|
||||
void showLoading();
|
||||
|
||||
//! Values at least set once
|
||||
bool isInitialized() const;
|
||||
|
||||
//! Timestamp
|
||||
static QString formattedTimestamp(const QDateTime &dateTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user