equal
deleted
inserted
replaced
121 |
121 |
122 connect(mConversationView, SIGNAL(switchView(const QVariantList&)), this, |
122 connect(mConversationView, SIGNAL(switchView(const QVariantList&)), this, |
123 SIGNAL(switchView(const QVariantList&))); |
123 SIGNAL(switchView(const QVariantList&))); |
124 |
124 |
125 connect(mConversationView, SIGNAL(vkbOpened(bool)), this, SLOT(hideChrome(bool))); |
125 connect(mConversationView, SIGNAL(vkbOpened(bool)), this, SLOT(hideChrome(bool))); |
126 connect(mConversationView, SIGNAL(vkbOpened(bool)), mContactCard, SLOT(ignoreSignals(bool))); |
|
127 |
126 |
128 this->setMenu(mConversationView->menu()); |
127 this->setMenu(mConversationView->menu()); |
129 |
128 |
130 mMainLayout->addItem(mConversationView); |
129 mMainLayout->addItem(mConversationView); |
131 |
130 |
265 if (!mContactCard->isVisible()) { |
264 if (!mContactCard->isVisible()) { |
266 mMainLayout->insertItem(0, mContactCard); |
265 mMainLayout->insertItem(0, mContactCard); |
267 mContactCard->show(); |
266 mContactCard->show(); |
268 } |
267 } |
269 } |
268 } |
|
269 |
|
270 //forcing relayouting |
|
271 mMainLayout->activate(); |
270 } |
272 } |
271 |
273 |
272 //--------------------------------------------------------------- |
274 //--------------------------------------------------------------- |
273 // MsgConversationBaseView::setPSCVId |
275 // MsgConversationBaseView::setPSCVId |
274 // |
276 // |