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

QStyle::SH_MessageBox_TextInteractionFlags breaks hyper link

    XMLWordPrintable

Details

    • macOS, Windows

    Description

      if QStyle::SH_MessageBox_TextInteractionFlags is used for text interaction/selection it is breaking the hyper links.
      Attached example reproduces it:
      Run Example click on link it works
      uncomment the line in styleHint()

      if (stylehint == QStyle::SH_MessageBox_TextInteractionFlags) return 1;
      

      link breaks
      uncomment msgBox.setTextInteractionFlags(Qt::TextBrowserInteraction); to work it again.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes