Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-70431

Do not set Qt::WindowContextHelpButtonHint anymore by default

XMLWordPrintable

    • Linux/X11, Windows
    • c9b2528a9d60561e3050a3dadd86b893cd35349d

      We should hide the Context Help Button by default in dialogs.

      Using the context help / "What's this" mode is an outdated paradigm that is rarely used these days. Still, QDialogs on Windows and KDE/LInux by default still show the ? button that triggers the mode. Just that most dialogs do not provide the required metadata to show anything sensible then.

      In Qt 5.8 we added an opt-in global solution to disable the context help button by default: Qt::AA_DisableWindowContextHelpButton. In Qt 6, this should become the default and Qt shouldn't set }}{{Qt::WindowContextHelpButtonHint{{ for all dialogs by default.}}

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            vhilshei Volker Hilsheimer
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes