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

QDockWidget title does not change with QApplication::setFont(vFont)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.14.1
    • GUI: Font handling
    • None
    • Linux/X11, Windows

    Description

      When using the following code to change the font in our application, the font changes in all widgets except in the title of QDockWidget. The contents of the QDockWidget are changed correctly, but not the title.

      ```
      QApplication::setAttribute(Qt::AA_UseStyleSheetPropagationInWidgetStyles, true);
      QApplication::setFont(vFont);
      ```

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            emmenlau Mario Emmenlauer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes