Changeset 1bcd66f for src/gui/eventdialog.h
- Timestamp:
- 01/27/10 13:06:32 (13 years ago)
- Branches:
- master, qt5
- Children:
- 6123b48
- Parents:
- ce59092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/eventdialog.h
rce59092 r1bcd66f 5 5 #include "ui_eventdialog.h" 6 6 #include <event.h> 7 8 class DetailsContainer : public QWidget9 {10 public:11 DetailsContainer(QWidget *aParent = NULL);12 void setPersons(const QStringList &aPersons);13 void setAbstract(const QString &aAbstract);14 void setDescription(const QString &aDescription);15 private:16 QBoxLayout *mMainLayout;17 QLabel mPersons;18 QLabel mAbstract;19 QLabel mDescription;20 };21 7 22 8 class EventDialog : public QDialog, Ui::EventDialog … … 33 19 private: 34 20 int mEventId; 35 DetailsContainer mDetails;36 21 }; 37 22
Note: See TracChangeset
for help on using the changeset viewer.