give the selection cards their own parts instead of label blobs
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
class QPushButton;
|
||||
class RecipeSelectionControl;
|
||||
class SectionBox;
|
||||
class ShipLayoutPreview;
|
||||
|
||||
// The card for a Shipyard (REQ-UI-SELECTION-CONTENT): the schematic selection, the
|
||||
@@ -22,11 +23,12 @@ public:
|
||||
QWidget* parent = nullptr);
|
||||
|
||||
protected:
|
||||
void refreshConfiguration() override;
|
||||
CycleInfo getCycleInfo(const Building& building) const override;
|
||||
void refreshControls(const BuildingTarget& target) override;
|
||||
CycleInfo getCycleInfo(const BuildingTarget& target) const override;
|
||||
|
||||
private:
|
||||
RecipeSelectionControl* m_schematicControl;
|
||||
SectionBox* m_layoutSection;
|
||||
ShipLayoutPreview* m_layoutPreview;
|
||||
QPushButton* m_configureButton;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user