public: template<typename PointerToMemberFunction, typename Functor> static QMetaObject::Connection connect(const QObject sender, PointerToMemberFunction signal, const QObject context, Functor functor, Qt::ConnectionType type = Qt::AutoConnection);

Добавить комментарий