ChatWidgetView -> ChannelView, added Emote Picker

This commit is contained in:
fourtf
2017-09-16 00:05:06 +02:00
parent 84c23a5d00
commit c7b3480aaf
37 changed files with 532 additions and 407 deletions
+2 -2
View File
@@ -212,7 +212,7 @@ void Notebook::resizeEvent(QResizeEvent *)
void Notebook::settingsButtonClicked()
{
QTimer::singleShot(100, [this] { SettingsDialog::showDialog(); });
QTimer::singleShot(80, [this] { SettingsDialog::showDialog(); });
}
void Notebook::usersButtonClicked()
@@ -221,7 +221,7 @@ void Notebook::usersButtonClicked()
void Notebook::addPageButtonClicked()
{
QTimer::singleShot(100, [this] { this->addPage(true); });
QTimer::singleShot(80, [this] { this->addPage(true); });
}
void Notebook::load(const boost::property_tree::ptree &tree)