mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 20:36:36 -05:00
Moved the Tunnel status Label to the Top
This commit is contained in:
parent
efe454c937
commit
a0a1b43cef
3 changed files with 322 additions and 289 deletions
|
|
@ -292,6 +292,11 @@ void ChatWidget::addTitleBarWidget(QWidget *w)
|
|||
ui->pluginTitleFrame->layout()->addWidget(w) ;
|
||||
}
|
||||
|
||||
void ChatWidget::addTopBarWidget(QWidget *w)
|
||||
{
|
||||
ui->pluginTopFrame->layout()->addWidget(w) ;
|
||||
}
|
||||
|
||||
void ChatWidget::hideChatText(bool hidden)
|
||||
{
|
||||
ui->chatTextFrame->setHidden(hidden); ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue