Qt之信号槽

connect官方文档:
static QMetaObject::Connection connect(const QObject *sender, const char *signal,
                        const QObject *receiver, const char *member, Qt::ConnectionType = Qt::AutoConnection);

详情参考:信号槽(SINAL-SLOT)

猜你喜欢

转载自blog.csdn.net/Aidam_Bo/article/details/81707807