Skip to content

Commit

Permalink
adds sorting function to logbook table columns
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleboyle committed Dec 3, 2024
1 parent 94e55cd commit e0983d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/LogbookWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ LogbookWidget::LogbookWidget(QWidget *parent) :
ui->contactTable->showColumn(LogbookModel::COLUMN_QTH_INTL);
ui->contactTable->showColumn(LogbookModel::COLUMN_COMMENT_INTL);
}

ui->contactTable->setSortingEnabled(true);
ui->contactTable->horizontalHeader()->setSectionsMovable(true);
ui->contactTable->setStyle(new ProxyStyle(ui->contactTable->style()));
ui->contactTable->installEventFilter(this);
Expand Down

0 comments on commit e0983d8

Please sign in to comment.