From f0c75bb050badf69e5e24bc44a2b2de601b11069 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 3 Dec 2015 08:13:46 +0100 Subject: QPlatformTheme: added TabButtonFont and GroupBoxTitleFont Which is needed by Qt Labs Controls. Change-Id: I2f91a1cbe8218170f894189b56f3fef77207eaec Reviewed-by: J-P Nurmi --- src/gui/kernel/qplatformtheme.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui') diff --git a/src/gui/kernel/qplatformtheme.h b/src/gui/kernel/qplatformtheme.h index 69cc2f90af..36fa7a65aa 100644 --- a/src/gui/kernel/qplatformtheme.h +++ b/src/gui/kernel/qplatformtheme.h @@ -164,6 +164,8 @@ public: SmallFont, MiniFont, FixedFont, + GroupBoxTitleFont, + TabButtonFont, NFonts }; -- cgit v1.2.3