qt5base-lts/examples/widgets
David Faure 92bd9aecfb Fix empty window title regression, add application display name to window title
This increases consistency a lot: all windows and dialogs from a Qt
application will show the app display name in the caption, on Windows and X11.
This helps identifying which app a dialog belongs to, which is especially
useful when the dialog is very generic and shows up unexpectedly.

For compatibility reasons, the app name is added to the caption only
if setApplicationDisplayName() was called -- or if the caption would be
completely empty. The standard Qt4 case (setWindowTitle + no display name)
is unchanged.

Change-Id: Ib284c62c1f4c0bc923e5bc2d10247d95e9aa76c1
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
2012-12-14 08:56:02 +01:00
..
animation centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
desktop Fix compile with -DQT_NO_SYSTEMTRAYICON 2012-12-06 18:40:29 +01:00
dialogs Fix empty window title regression, add application display name to window title 2012-12-14 08:56:02 +01:00
doc Docs: Fix references 2012-12-13 00:07:20 +01:00
draganddrop centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
effects centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
graphicsview Fix compile with -DQT_NO_WHEELEVENT 2012-12-05 13:27:27 +01:00
itemviews Fix compile with -DQT_NO_DRAGANDDROP 2012-12-05 13:27:27 +01:00
layouts centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
mainwindows Fix memory leak. PrinterDialog is not deleted when close it 2012-11-30 23:56:02 +01:00
painting Fix compile with -DQT_NO_WHEELEVENT 2012-12-05 13:27:27 +01:00
richtext QtBase: Doc: Fix Links to designer manual. 2012-12-10 10:38:28 +01:00
scroller centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
statemachine centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
tools Doc: Updated outdated docs to use new macro 2012-12-10 09:44:19 +01:00
tutorials centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
widgets Fix compile with -DQT_NO_WHEELEVENT 2012-12-05 13:27:27 +01:00
widgets.pro Fix compile with -DQT_NO_DRAGANDDROP 2012-12-05 13:27:27 +01:00