you calss is called FindDialog not Dialog according to this
Qt Code:
#ifndef DIALOG_H #define DIALOG_H #include <QDialog> class QLabel; class QPushButton; { Q_OBJECT public: private: QLabel *disLabel QPushButton *pushButton; QWidget *extension; }; #endif // DIALOG_HTo copy to clipboard, switch view to plain text mode





Reply With Quote
Bookmarks