]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/eventdialog.h
refactored Event 'details' dialog
[toast/confclerk.git] / src / gui / eventdialog.h
index e9bb33250bd71ad98c2d68254a10d47cf545ff10..2f13f259fc1deb6f6384367cceaa3cc54327f4a7 100644 (file)
@@ -5,20 +5,6 @@
 #include "ui_eventdialog.h"
 #include <event.h>
 
-class DetailsContainer : public QWidget
-{
-public:
-    DetailsContainer(QWidget *aParent = NULL);
-    void setPersons(const QStringList &aPersons);
-    void setAbstract(const QString &aAbstract);
-    void setDescription(const QString &aDescription);
-private:
-    QBoxLayout *mMainLayout;
-    QLabel mPersons;
-    QLabel mAbstract;
-    QLabel mDescription;
-};
-
 class EventDialog : public QDialog, Ui::EventDialog
 { 
     Q_OBJECT
@@ -32,7 +18,6 @@ signals:
     void eventHasChanged(int aEventId); // emited when user changes some event details, eg. sets it Favourite
 private:
     int mEventId;
-    DetailsContainer mDetails;
 };
 
 #endif /* EVENTDIALOG_H */