Qt Code:
{ if(w == ww1) return false; // widget 1 event else if(w == ww2) return false; // widget 2 event else }To copy to clipboard, switch view to plain text mode
Qt Code:
{ if(w == ww1) return false; // widget 1 event else if(w == ww2) return false; // widget 2 event else }To copy to clipboard, switch view to plain text mode
franco.amato (14th July 2011)
Bookmarks