|
|
@ -25,7 +25,7 @@ class GenericForm : public QWidget |
|
|
|
Q_OBJECT |
|
|
|
Q_OBJECT |
|
|
|
public: |
|
|
|
public: |
|
|
|
GenericForm(const QPixmap &icon) : formIcon(icon) {;} |
|
|
|
GenericForm(const QPixmap &icon) : formIcon(icon) {;} |
|
|
|
virtual ~GenericForm() {} |
|
|
|
~GenericForm() {} |
|
|
|
|
|
|
|
|
|
|
|
virtual QString getFormName() = 0; |
|
|
|
virtual QString getFormName() = 0; |
|
|
|
QPixmap getFormIcon() {return formIcon;} |
|
|
|
QPixmap getFormIcon() {return formIcon;} |
|
|
|