Go to the documentation of this file.
18 addSpinBox(tr(
"Step:"),
"step", 0, 60000,
false);
19 addLineEdit(tr(
"Description:"),
"description",
false);
33 addCheckBox(tr(
"Can be done multiple times"),
"canRestart",
false);
34 addCheckBox(tr(
"System quest:"),
"isSystem",
false);
35 addTextEdit(tr(
"Description:"),
"description",
false);
QTextEdit * addTextEdit(const QString &label, const char *property, bool readOnly=true)
void addTab(const QString &title)
QLineEdit * addLineEdit(const QString &label, const char *property, bool readOnly=true)
QuestStepPanel(MessageManager *messages, QWidget *parent)
AssetUseTree * addAssetUseTree(const QString &label, AssetModel *assets, const char *property)
void addQuestChoice(const QString &label, const char *property, bool readOnly=true, bool allowNone=true)
QSpinBox * addSpinBox(const QString &label, const char *property, int min=0, int max=100, bool readOnly=true)
static void setHelpId(QWidget *widget, const QString &id)
T * addWidget(const QString &label, T *widget, bool sideBySide, const char *property, const char *widgetProperty)
CREQuestPanel(AssetModel *model, QWidget *parent)
QCheckBox * addCheckBox(const QString &label, const char *property, bool readOnly=true)
void addFaceChoice(const QString &label, const char *property, bool readOnly=true, bool allowNone=true)