connect (m_mainServer, SIGNAL (m_mainServer->MySignal()), this, SLOT (MySlot()) );
connect (m_mainServer, SIGNAL (MySignal()), this, SLOT (MySlot()) );