added custom window frame title

This commit is contained in:
fourtf
2018-04-18 18:55:49 +02:00
parent fa3c812697
commit 1290d28b1a
5 changed files with 25 additions and 8 deletions
+2
View File
@@ -19,6 +19,8 @@ SelectChannelDialog::SelectChannelDialog()
: BaseWindow((QWidget *)nullptr, true)
, selectedChannel(Channel::getEmpty())
{
this->setWindowTitle("Select a channel to join");
this->tabFilter.dialog = this;
util::LayoutCreator<QWidget> layoutWidget(this->getLayoutContainer());