Add a theme class to store all the custom UI values used in the code.

It will need a setting for selecting the theme in the factory method.
This commit is contained in:
Luis Ángel San Martín
2018-09-07 12:34:59 +02:00
committed by Luis Ángel San Martín
parent 53fcc52dd6
commit deb1971bc9
3 changed files with 48 additions and 2 deletions

View File

@ -0,0 +1,6 @@
#include "theme.h"
Theme::Theme()
{
}