chore: tighten interface for alpha release

This commit is contained in:
talksik
2026-01-30 08:17:53 -08:00
parent 3eaa4a9eaf
commit 67c61d9498
2 changed files with 121 additions and 155 deletions
+1
View File
@@ -162,6 +162,7 @@ void MainWindow::setupModels()
// Create and set tree model
m_networkStreamModel = new NetworkStreamModel(m_data, this);
ui->topLevelParticlesView->setModel(m_networkStreamModel);
ui->topLevelParticlesView->setIndentation(5);
ui->topLevelParticlesView->setHeaderHidden(true);
ui->topLevelParticlesView->expandAll();