mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #368, updated components
* clear when connection status changed * rowCount changed with filter parameter
This commit is contained in:
@@ -63,9 +63,16 @@ namespace BlackGui
|
||||
//! \copydoc CTimerBasedComponent::stopTimer
|
||||
void stopTimer() { Q_ASSERT(this->m_updateTimer); this->m_updateTimer->stopTimer(); }
|
||||
|
||||
protected:
|
||||
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
|
||||
void runtimeHasBeenSet() override;
|
||||
|
||||
private slots:
|
||||
//! Number of elements changed
|
||||
void ps_countChanged(int count);
|
||||
void ps_onCountChanged(int count, bool withFilter);
|
||||
|
||||
//! Connection status
|
||||
void ps_connectionStatusChanged(uint from, uint to);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CUserComponent> ui;
|
||||
|
||||
Reference in New Issue
Block a user