mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Display number of table rows in tab
* countChanged event * applied in components
This commit is contained in:
@@ -62,6 +62,10 @@ namespace BlackGui
|
||||
//! \copydoc CTimerBasedComponent::stopTimer
|
||||
void stopTimer() { Q_ASSERT(this->m_timerComponent); this->m_timerComponent->stopTimer(); }
|
||||
|
||||
private slots:
|
||||
//! Number of elements changed
|
||||
void ps_countChanged(int count);
|
||||
|
||||
private:
|
||||
Ui::CUserComponent *ui;
|
||||
CTimerBasedComponent *m_timerComponent;
|
||||
|
||||
Reference in New Issue
Block a user