1 #ifndef POLLPLUGINCREATE_H
2 #define POLLPLUGINCREATE_H
4 #include <QtGui/QDialog>
9 class PollPluginCreate
: public QDialog
13 QList
<QLineEdit
*> questions
;
14 QPushButton
*addButton
;
19 QMap
<int, QString
> getQuestions();
24 #endif // POLLPLUGINCREATE_H