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

windowFlag: context help on MS Windows not works

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 4.6.1
    • None

    Description

      I'm tested on MS Windows XP:

      qtdemo -> widgets -> windowFlags

      if flags looks like this:

      Qt::Dialog

      Qt::WindowMinimizeButtonHint
      Qt::WindowCloseButtonHint
      Qt::WindowContextHelpButtonHint

      than help button showed but not works (not pushed)

      if flags looks like this:

      Qt::Dialog

      Qt::WindowMinimizeButtonHint
      Qt::WindowMaximizeButtonHint
      Qt::WindowCloseButtonHint
      Qt::WindowContextHelpButtonHint

      than ContextHelpButton not showed.

      I'm also try to add Qt::WindowSystemMenuHint in both cases In accordance with QtAssistant, but that's no effect.

      The best solution is to show normal alive Help Button in both cases. But if it's not possible, do not show not works button in first case.

      Attachments

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

        Activity

          People

            docteam Qt Documentation Team
            ferdelan ferdelan
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes