Tidying of the QFP target package widget

This commit is contained in:
Nav
2021-09-26 18:16:27 +01:00
parent 135df2395b
commit 4ced48737b
5 changed files with 33 additions and 95 deletions

View File

@@ -27,14 +27,9 @@ namespace Bloom::Widgets::InsightTargetWidgets::Qfp
QVBoxLayout* leftPinLayout = nullptr;
BodyWidget* bodyWidget = nullptr;
protected:
void paintEvent(QPaintEvent* event) override;
void drawWidget(QPainter& painter);
public:
QuadFlatPackageWidget(
const Targets::TargetVariant& targetVariant,
QObject* insightWindowObj,
InsightWorker& insightWorker,
QWidget* parent
);