connect(m_pTitleBar, SIGNAL(loadUrl(const QString&)), this, SLOT(onLoadUrl(const QString&))); //const类型信号与槽的写法