mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Interface mockup 10
This commit is contained in:
@@ -23,14 +23,14 @@
|
||||
|
||||
#include "Types.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include "../../components/Panel.h"
|
||||
|
||||
class QTreeWidget;
|
||||
class QTreeWidgetItem;
|
||||
|
||||
namespace ifcinterface::panels::spatial_hierarchy {
|
||||
|
||||
class SpatialHierarchyPanelWidget : public QWidget {
|
||||
class SpatialHierarchyPanelWidget : public components::Panel {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SpatialHierarchyPanelWidget(QWidget* parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user