31#ifndef WCATALOGEDITOR_H
32#define WCATALOGEDITOR_H
34#include "ananasglobal.h"
37#include <qwidgetplugin.h>
39#include <qworkspace.h>
61 Q_PROPERTY( QString value READ value WRITE setValue)
67 QString value()
const;
68 void setValue(QString newvalue);
70 QString displayValue(Q_ULLONG id_element)
const;
72 void on_selected( Q_ULLONG );
73 void on_destroyed_form();
76 void openForm(
const bool toSelect);
78 void checkUserFields( QStringList &lst);
83 void valueChanged(
const QString &);
84 void selected( Q_ULLONG );
85 void destroyed_form();
Definition: adatabase.h:78
Ananas catalogue type field editor. .
Definition: wcatalogeditor.h:59
Ananas Field widget. .
Definition: wfield.h:64