Crossfire Server, Branches 1.12  R18729
CREArchetypePanel.cpp
Go to the documentation of this file.
1 #include <Qt>
2 
3 extern "C" {
4 #include "global.h"
5 }
6 
7 #include "CREArchetypePanel.h"
8 #include "CREUtils.h"
9 
11 {
12  QGridLayout* layout = new QGridLayout(this);
13 
14  QLabel* label = new QLabel(this);
15  label->setText("Name:");
16  layout->addWidget(label, 1, 1);
17 }
18 
20 {
22 }
void setArchetype(const archt *archetype)
Definition: object.h:321
const archt * myArchetype
struct archt archetype