From 9a7d82954a8e77ca72a9d0b995ec5c0160e6018c Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 6 Oct 2014 17:49:31 -0400 Subject: Get the new LuminaThemes class working with a sample color theme for Insight (for testing). The theme loading/usage appears to be working, now I just need to generalize the theme template so that it applies to all the QAbstract* widgets --- libLumina/LuminaThemes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libLumina/LuminaThemes.h') diff --git a/libLumina/LuminaThemes.h b/libLumina/LuminaThemes.h index a3e558d9..1026622b 100644 --- a/libLumina/LuminaThemes.h +++ b/libLumina/LuminaThemes.h @@ -18,6 +18,7 @@ #include class LTHEME{ +public: //Read the Themes/Colors/Icons that are available on the system static QStringList availableSystemThemes();//returns: [name::::path] for each item static QStringList availableLocalThemes(); //returns: [name::::path] for each item -- cgit