X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=attributewidget.h;fp=attributewidget.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=065fd787aa41615224d908380ef30057de461bc0;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/attributewidget.h b/attributewidget.h deleted file mode 100644 index 065fd78..0000000 --- a/attributewidget.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef ATTRIBUTEWIDGET_H -#define ATTRIBUTEWIDGET_H - -#include "ui_attributewidget.h" - -#include "attribute.h" - -#include - -class AttributeWidget: public QWidget -{ - Q_OBJECT -public: - AttributeWidget (QWidget *parent=0); - void setTable (AttributeTable *at=0); - void setKey (const QString &k); - void setValues (const QStringList &vl); - -public slots: - virtual void keyTextChanged(const QString &t); - virtual void valueTextChanged(const QString &t); - -private: - Ui::AttributeWidget ui; - AttributeTable *table; - QString key; -}; -#endif