mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
Interface mockup 6
This commit is contained in:
@@ -42,10 +42,8 @@ TodoPanelWidget::TodoPanelWidget(const QString& title, QWidget* parent)
|
||||
body_layout->setSpacing(12);
|
||||
|
||||
auto* heading = new QLabel(title, body);
|
||||
heading->setObjectName("todoPanelTitle");
|
||||
|
||||
auto* content = new QLabel("Coming soon", body);
|
||||
content->setObjectName("todoPanelBody");
|
||||
content->setAlignment(Qt::AlignCenter);
|
||||
|
||||
body_layout->addWidget(heading);
|
||||
|
||||
Reference in New Issue
Block a user