logic: polished status view
* click message in status bar to show status view * renamed status tab to output * renamed status column to message * fixed list not properly updating when using filters * scroll to first row after clearing
This commit is contained in:
@@ -107,6 +107,11 @@ int QtTable::getFilledRowCount()
|
||||
return model()->rowCount();
|
||||
}
|
||||
|
||||
void QtTable::showFirstRow()
|
||||
{
|
||||
verticalScrollBar()->setValue(verticalScrollBar()->minimum());
|
||||
}
|
||||
|
||||
void QtTable::showLastRow()
|
||||
{
|
||||
if (m_rowsToFill <= getFilledRowCount())
|
||||
|
||||
Reference in New Issue
Block a user