Add HideChat Button.

Change layout of video when text is hidden.
Add toolbar in fullscreen.
This commit is contained in:
Phenom 2015-10-04 14:12:20 +02:00
parent 5d8972e82d
commit 2b1d39cea1
3 changed files with 283 additions and 114 deletions

View file

@ -231,6 +231,7 @@ void ChatWidget::addTitleBarWidget(QWidget *w)
void ChatWidget::hideChatText(bool hidden)
{
ui->frame_ChatText->setHidden(hidden); ;
ui->searchframe->setVisible(ui->actionSearch_History->isChecked() && !hidden); ;
}
RSButtonOnText* ChatWidget::getNewButtonOnTextBrowser()