feat: integrate ui with data api

Much of this was ai generated.
This commit is contained in:
talksik
2026-02-06 12:47:44 -08:00
parent ec47e074f6
commit f3e5b90191
15 changed files with 1237 additions and 325 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#ifndef LLINK_MAINWINDOW_H
#define LLINK_MAINWINDOW_H
#include "data.h"
#include "store.h"
#include "networkstreammodel.h"
#include "particlelistmodel.h"
#include <QMainWindow>
@@ -60,7 +60,7 @@ private:
SettingsDialog *m_settingsDialog;
// Data and models
Data *m_data;
Store *m_store;
NetworkStreamModel *m_networkStreamModel;
ParticleListModel *m_particleListModel;