A?adida las opciones de control de imagen al di?logo de opciones, falta maquetarlo

adecuadamente.
This commit is contained in:
Luis Ángel San Martín
2013-01-22 17:53:18 +01:00
parent 77fee07968
commit eaa86b2169
8 changed files with 108 additions and 13 deletions

View File

@ -736,6 +736,13 @@ void Viewer::updateConfig(QSettings * settings)
QPalette palette;
palette.setColor(backgroundRole(), Configuration::getConfiguration().getBackgroundColor());
setPalette(palette);
}
void Viewer::updateImageOptions()
{
render->reload();
}
void Viewer::setBookmarks()