process.h header file
Qt Code:
#ifndef MYQTAPP_H #define MYQTAPP_H #include "ui_promo.h" { Q_OBJECT public: public slots: void getPath(); void run(); void about(); }; #endifTo copy to clipboard, switch view to plain text mode
process.h header file
Qt Code:
#ifndef MYQTAPP_H #define MYQTAPP_H #include "ui_promo.h" { Q_OBJECT public: public slots: void getPath(); void run(); void about(); }; #endifTo copy to clipboard, switch view to plain text mode
Last edited by Ashwani; 1st July 2010 at 13:48.
Bookmarks