This commit is contained in:
Nav
2021-12-08 00:33:13 +00:00
parent 57ec4f0a4a
commit 3b80954f72
5 changed files with 286 additions and 224 deletions

View File

@@ -61,8 +61,8 @@ HexViewerWidget::HexViewerWidget(
this->hoveredAddressLabel = this->bottomBar->findChild<QLabel*>("byte-address-label");
auto byteItemGraphicsViewContainer = this->container->findChild<QWidget*>("graphics-view-container");
auto byteItemGraphicsViewLayout = byteItemGraphicsViewContainer->findChild<QVBoxLayout*>(
auto* byteItemGraphicsViewContainer = this->container->findChild<QWidget*>("graphics-view-container");
auto* byteItemGraphicsViewLayout = byteItemGraphicsViewContainer->findChild<QVBoxLayout*>(
"byte-item-container-layout"
);
this->byteItemGraphicsView = new ByteItemContainerGraphicsView(