这个是QT5.3 例子chart里面写的链接是: connect(openAction, SIGNAL(triggered()), this, SLOT(openFile()));类的槽函数声明只有如下这两个:private slots: void openFile(const QString &path = QString()); void saveFile();