hi, I subclassed mainform class to mymainform class; now it happen that I need use mainform action and to do this I can only in this way in connect:
Qt Code:
  1. connect(MainForm::Actionstart......
To copy to clipboard, switch view to plain text mode 
it seems work; but is there another way? thanks