#ifndef FRMSELECTAUTHOR_H #define FRMSELECTAUTHOR_H #include namespace Ui { class frmSelectAuthor; } class frmSelectAuthor : public QWidget { Q_OBJECT public: explicit frmSelectAuthor(QWidget *parent = 0); ~frmSelectAuthor(); protected: void showEvent(QShowEvent *); private: Ui::frmSelectAuthor *ui; private slots: void initForm(); void verifyok(); }; #endif // FRMSELECTAUTHOR_H