错误:No matching signal for on_Command_out(QString)
信号:
void CommandOutput(QString);
槽:
void on_Command_out(QString);
原因:在元编译的时候回把槽加入on_属性,所以尽量不要用on_开头的自定义宏。
错误:No matching signal for on_Command_out(QString)
信号:
void CommandOutput(QString);
槽:
void on_Command_out(QString);
原因:在元编译的时候回把槽加入on_属性,所以尽量不要用on_开头的自定义宏。