Interface mockup 6

This commit is contained in:
Dion Moult
2026-05-06 12:36:28 +10:00
parent 802ddf8ff9
commit 0d5fa0c20c
12 changed files with 90 additions and 62 deletions
+5 -1
View File
@@ -31,7 +31,11 @@ class Panel : public QDockWidget {
Q_OBJECT
public:
explicit Panel(const QString& title, QWidget* content, QWidget* parent = nullptr, bool has_settings = false);
explicit Panel(const QString& title,
QWidget* content,
QWidget* parent = nullptr,
bool has_settings = false,
bool scrollable = false);
};
} // namespace ifcinterface::components