 |
Crossfire Resources Editor
|
Go to the documentation of this file.
13 #ifndef TREASURE_PANEL_H
14 #define TREASURE_PANEL_H
36 virtual void dropEvent(QDropEvent *event)
override;
40 #endif // TREASURE_PANEL_H
Base class for a panel displaying information about an asset.
virtual void dragEnterEvent(QDragEnterEvent *event) override
TreasureListComboBox * myList
Display and allow edition of a treasure in a treasure list.
Combobox displaying a list of archetypes, allowing selection and search.
Combobox displaying a list of treasure lists, allowing selection and search.
virtual void dragMoveEvent(QDragMoveEvent *event) override
ArchetypeComboBox * myArch
virtual void dropEvent(QDropEvent *event) override
TreasurePanel(QWidget *parent)