modified buttons a bit

This commit is contained in:
fourtf
2017-09-15 17:23:49 +02:00
parent 4ac811f2a9
commit 84c23a5d00
15 changed files with 193 additions and 222 deletions
+2 -2
View File
@@ -212,7 +212,7 @@ void Notebook::resizeEvent(QResizeEvent *)
void Notebook::settingsButtonClicked()
{
SettingsDialog::showDialog();
QTimer::singleShot(100, [this] { SettingsDialog::showDialog(); });
}
void Notebook::usersButtonClicked()
@@ -221,7 +221,7 @@ void Notebook::usersButtonClicked()
void Notebook::addPageButtonClicked()
{
addPage(true);
QTimer::singleShot(100, [this] { this->addPage(true); });
}
void Notebook::load(const boost::property_tree::ptree &tree)