Should have been included in 5b17ddccb5
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Bloom::Widgets
|
||||
this->detailsContainer = this->container->findChild<QWidget*>("details-container");
|
||||
|
||||
this->nameInput = this->detailsContainer->findChild<TextInput*>("name-input");
|
||||
this->descriptionInput = this->detailsContainer->findChild<QPlainTextEdit*>("description-input");
|
||||
this->descriptionInput = this->detailsContainer->findChild<PlainTextEdit*>("description-input");
|
||||
|
||||
auto* detailsContainerLayout = this->detailsContainer->findChild<QHBoxLayout*>();
|
||||
detailsContainerLayout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#include <QShowEvent>
|
||||
#include <QResizeEvent>
|
||||
#include <QHBoxLayout>
|
||||
#include <QPlainTextEdit>
|
||||
#include <optional>
|
||||
|
||||
#include "src/Insight/UserInterfaces/InsightWindow/Widgets/TextInput.hpp"
|
||||
#include "src/Insight/UserInterfaces/InsightWindow/Widgets/PlainTextEdit.hpp"
|
||||
#include "src/Insight/UserInterfaces/InsightWindow/Widgets/PushButton.hpp"
|
||||
#include "src/Insight/UserInterfaces/InsightWindow/Widgets/ListView/ListView.hpp"
|
||||
#include "src/Insight/UserInterfaces/InsightWindow/Widgets/TaskProgressIndicator/TaskProgressIndicator.hpp"
|
||||
@@ -44,7 +44,7 @@ namespace Bloom::Widgets
|
||||
|
||||
QWidget* detailsContainer = nullptr;
|
||||
TextInput* nameInput = nullptr;
|
||||
QPlainTextEdit* descriptionInput = nullptr;
|
||||
PlainTextEdit* descriptionInput = nullptr;
|
||||
|
||||
ListView* memoryRegionListView = nullptr;
|
||||
ListScene* memoryRegionListScene = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user