add context panel

This commit is contained in:
AndreaRigoni
2026-03-21 20:14:29 +00:00
parent add9d37aea
commit a8f786d8d1
14 changed files with 381 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ class ViewportPane;
namespace uLib {
namespace Vtk {
}
class ObjectsContext;
}
class MainWindow : public QMainWindow {
@@ -18,6 +19,7 @@ public:
MainWindow(QWidget* parent = nullptr);
virtual ~MainWindow();
void setContext(uLib::ObjectsContext* context);
MainPanel* getPanel() { return m_panel; }
private: