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

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

XMLWordPrintable

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

      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);
      ```

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

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

              Created:
              Updated:

                There are no open Gerrit changes