Yes, in the header for Window:
and you must rerun qmake if you added the Q_OBJECT macro.Qt Code:
{ Q_OBJECT public: Window(...); ... private slots: // void modify(); ... };To copy to clipboard, switch view to plain text mode
Yes, in the header for Window:
and you must rerun qmake if you added the Q_OBJECT macro.Qt Code:
{ Q_OBJECT public: Window(...); ... private slots: // void modify(); ... };To copy to clipboard, switch view to plain text mode
vitaR (19th March 2014)
Bookmarks