Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?

<font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?

Scheduled Pinned Locked Moved Solved General and Desktop
qfontfontfont familyfonts
21 Posts 4 Posters 4.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Christian Ehrlicher
    Lifetime Qt Champion
    wrote on 4 Feb 2022, 14:33 last edited by
    #10

    Again:

    So this has nothing to do with Qt but with QtCreator because QtCreator creates/modifies the ui files - did you update QtCreator? What QtCreator version do you currently use?

    Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
    Visit the Qt Academy at https://academy.qt.io/catalog

    R C 2 Replies Last reply 4 Feb 2022, 14:34
    0
    • C Christian Ehrlicher
      4 Feb 2022, 14:33

      Again:

      So this has nothing to do with Qt but with QtCreator because QtCreator creates/modifies the ui files - did you update QtCreator? What QtCreator version do you currently use?

      R Offline
      R Offline
      R-P-H
      wrote on 4 Feb 2022, 14:34 last edited by
      #11

      @Christian-Ehrlicher said in font.setfamily() gets removed from ui header files after upgrading Qt ?:

      Again:

      So this has nothing to do with Qt but with QtCreator because QtCreator creates/modifies the ui files - did you update QtCreator? What QtCreator version do you currently use?

      Yes, I see and agree. Still doesn't seem to explain why it would remove all my font family properties ?

      1 Reply Last reply
      0
      • C Christian Ehrlicher
        4 Feb 2022, 14:33

        Again:

        So this has nothing to do with Qt but with QtCreator because QtCreator creates/modifies the ui files - did you update QtCreator? What QtCreator version do you currently use?

        C Offline
        C Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on 4 Feb 2022, 14:37 last edited by Christian Ehrlicher 2 Apr 2022, 14:37
        #12

        @Christian-Ehrlicher said in <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?:

        What QtCreator version do you currently use?

        for the third time...

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        R 1 Reply Last reply 4 Feb 2022, 14:52
        0
        • C Christian Ehrlicher
          4 Feb 2022, 14:37

          @Christian-Ehrlicher said in <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?:

          What QtCreator version do you currently use?

          for the third time...

          R Offline
          R Offline
          R-P-H
          wrote on 4 Feb 2022, 14:52 last edited by
          #13

          @Christian-Ehrlicher said in <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?:

          @Christian-Ehrlicher said in <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?:

          What QtCreator version do you currently use?

          for the third time...

          @R-P-H said in <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?:

          @Christian-Ehrlicher said in font.setfamily() gets removed from ui header files after upgrading Qt ?:

          So this has nothing to do with Qt but with QtCreator because QtCreator creates/modifies the ui files - did you update QtCreator? What QtCreator version do you currently use?

          Yes at the same time I upgraded Qt I also upgraded Qt Creator from major version 5 to major version 6. I am currently using Qt Creator v6.0.0.

          Capture.PNG

          1 Reply Last reply
          0
          • C Offline
            C Offline
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote on 4 Feb 2022, 15:04 last edited by
            #14

            Ok, can reproduce it with QtCreator 6.0.3. Happens only when the select font is the default font (Arial on Windows, Noto Sans on Linux in my case). Does not happen with Qt-Designer 5.15.x and also not with other attributes.

            Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
            Visit the Qt Academy at https://academy.qt.io/catalog

            1 Reply Last reply
            0
            • C Offline
              C Offline
              Christian Ehrlicher
              Lifetime Qt Champion
              wrote on 4 Feb 2022, 15:57 last edited by
              #15

              Fixed In Qt6.2.3 and Qt6.3 so I would guess when a new QtCreator is build with Qt6.2.3 it's fixed there too. See https://bugreports.qt.io/browse/QTBUG-98916

              Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
              Visit the Qt Academy at https://academy.qt.io/catalog

              R 1 Reply Last reply 4 Feb 2022, 20:44
              2
              • C Christian Ehrlicher
                4 Feb 2022, 15:57

                Fixed In Qt6.2.3 and Qt6.3 so I would guess when a new QtCreator is build with Qt6.2.3 it's fixed there too. See https://bugreports.qt.io/browse/QTBUG-98916

                R Offline
                R Offline
                R-P-H
                wrote on 4 Feb 2022, 20:44 last edited by
                #16

                @Christian-Ehrlicher said in <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?:

                Fixed In Qt6.2.3 and Qt6.3 so I would guess when a new QtCreator is build with Qt6.2.3 it's fixed there too. See https://bugreports.qt.io/browse/QTBUG-98916

                So just to wait ?

                C 1 Reply Last reply 4 Feb 2022, 20:48
                0
                • R R-P-H
                  4 Feb 2022, 20:44

                  @Christian-Ehrlicher said in <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?:

                  Fixed In Qt6.2.3 and Qt6.3 so I would guess when a new QtCreator is build with Qt6.2.3 it's fixed there too. See https://bugreports.qt.io/browse/QTBUG-98916

                  So just to wait ?

                  C Offline
                  C Offline
                  Christian Ehrlicher
                  Lifetime Qt Champion
                  wrote on 4 Feb 2022, 20:48 last edited by
                  #17

                  @R-P-H said in <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?:

                  So just to wait ?

                  You can also build QtCreator by your own if you want... if it's worth the trouble.

                  Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                  Visit the Qt Academy at https://academy.qt.io/catalog

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    muman
                    wrote on 11 Feb 2022, 17:06 last edited by muman 2 Nov 2022, 17:11
                    #18

                    Hello,

                    This bug is causing me a lot of grief. Just upgraded to QtCreator 6.0.2 and now I lose all my fonts whenever I use QtCreator to edit my .ui files.

                    Is there a date when this bug is expected to be finished. I am trying to remain sane as I use QtCreator but in the end I use VSCode for code editing and until now I used QtCreator to edit .ui files (and now that is broken).

                    Thank you,
                    Michael Uman
                    Sr Firmware Engineer
                    Cana Technlogy

                    1 Reply Last reply
                    0
                    • C Offline
                      C Offline
                      Christian Ehrlicher
                      Lifetime Qt Champion
                      wrote on 11 Feb 2022, 17:28 last edited by
                      #19

                      @muman said in <font family> gets removed from .ui header files after upgrading Qt Creator from v5 to v6 ?:

                      Is there a date when this bug is expected to be finished

                      As I already said - when a new QtCreator version is out, the bug will be fixed. You can also downgrade to an older version.

                      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                      Visit the Qt Academy at https://academy.qt.io/catalog

                      1 Reply Last reply
                      0
                      • C Offline
                        C Offline
                        ChrisW67
                        wrote on 11 Feb 2022, 23:15 last edited by
                        #20

                        Does the same problem exist if you use Qt 6.x Designer directly rather than as a component included in QtCreator?

                        C 1 Reply Last reply 12 Feb 2022, 08:04
                        0
                        • C ChrisW67
                          11 Feb 2022, 23:15

                          Does the same problem exist if you use Qt 6.x Designer directly rather than as a component included in QtCreator?

                          C Offline
                          C Offline
                          Christian Ehrlicher
                          Lifetime Qt Champion
                          wrote on 12 Feb 2022, 08:04 last edited by
                          #21

                          @ChrisW67 Really so hard the read the bug report and what I wrote? It is fixed in 6.2.3 and 6.3.x ...

                          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                          Visit the Qt Academy at https://academy.qt.io/catalog

                          1 Reply Last reply
                          0

                          19/21

                          11 Feb 2022, 17:28

                          • Login

                          • Login or register to search.
                          19 out of 21
                          • First post
                            19/21
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved