From 1a587fd476003e7740d6f95266e2bbaaa4b4dfd8 Mon Sep 17 00:00:00 2001 From: wodim Date: Fri, 1 Jan 2016 17:18:23 +0100 Subject: Show the name of the current Qt theme in the About dialog. My idea is to make the text of that dialog useful as a troubleshooting tool. --- src/modules/about/AboutDialog.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/about/AboutDialog.cpp') diff --git a/src/modules/about/AboutDialog.cpp b/src/modules/about/AboutDialog.cpp index fb7eecde7..525e7795c 100644 --- a/src/modules/about/AboutDialog.cpp +++ b/src/modules/about/AboutDialog.cpp @@ -140,6 +140,10 @@ AboutDialog::AboutDialog() infoString += __tr2qs_ctx("Qt version","about"); infoString += ": "; infoString += KviOsInfo::qtVersion(); + infoString += "
"; + infoString += __tr2qs_ctx("Qt theme","about"); + infoString += ": "; + infoString += KviOsInfo::qtTheme(); infoString += "

"; infoString += ""; infoString += __tr2qs_ctx("Build Info","about"); -- cgit v1.3.1-10-gc9f91