mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Update recordset label when changing the filters
This commit is contained in:
@@ -70,6 +70,7 @@ void MainWindow::init()
|
||||
|
||||
FilterTableHeader* tableHeader = new FilterTableHeader(ui->dataTable);
|
||||
connect(tableHeader, SIGNAL(filterChanged(int,QString)), m_browseTableModel, SLOT(updateFilter(int,QString)));
|
||||
connect(tableHeader, SIGNAL(filterChanged(int,QString)), this, SLOT(setRecordsetLabel()));
|
||||
ui->dataTable->setHorizontalHeader(tableHeader);
|
||||
|
||||
// Create the actions for the recently opened dbs list
|
||||
|
||||
Reference in New Issue
Block a user