Add configuration import, export and reset

This commit is contained in:
lupoDharkael
2017-12-15 23:11:38 +01:00
parent 9a82175373
commit 0214b7f557
3 changed files with 77 additions and 2 deletions

View File

@@ -134,6 +134,7 @@ void ConfigHandler::setDefaults() {
setDrawColor(QColor(Qt::red));
setUIMainColor(QColor(116, 0, 150));
setUIContrastColor(QColor(86, 0, 120));
setdrawThickness(0);
setAllTheButtons();
}