Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Announcements
  4. Qt Creator 15 Released: Check Out What's New!
QtWS25 Last Chance

Qt Creator 15 Released: Check Out What's New!

Scheduled Pinned Locked Moved Announcements
7 Posts 4 Posters 872 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.
  • P Offline
    P Offline
    Pedro
    Qt Community Manager
    wrote on 2 Dec 2024, 15:54 last edited by Pedro 12 Feb 2024, 15:57
    #1

    Hi everyone,

    We have just released Qt Creator 15!

    Key Highlights

    • Platform support: Providing native support for Windows on ARM
    • Themes: Introducing new dark and light theme
    • Extensions: Upgraded Extension mode and Lua extension
    • Axivion Support: Axivion plugin fully available via Debug mode
    • Crash Reporting: Equipped with automatic crash reporting capability
    • Learning: Integrated latest Qt Academy courses to Welcome view

    Find out all about it in our blog.

    Do you have any feedback?
    Feel free to use the comment section.

    Cheers!

    1 Reply Last reply
    2
    • P Pedro marked this topic as a regular topic on 2 Dec 2024, 15:56
    • N Offline
      N Offline
      nodir.temir
      wrote on 3 Dec 2024, 09:28 last edited by nodir.temir 12 Mar 2024, 09:29
      #2

      Please fix the QTCREATORBUG-25707.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AlexNevskiy
        wrote on 4 Dec 2024, 06:01 last edited by
        #3

        About new theme, As for me some texts have become less clear, more pale and more badly readable. so it makes me strain my eyes to look through the titles. As a designers work it is very cool, and as my everyday tool it got some worse for me. It's only my opinion, may be I'm wrong. BTW I work at fullhd laptop and Qt creator doesn't allows me to grow up my menu- and toolbars fonts, so the texts look quite small.

        Some images for example: the old theme and the new one.

        14_0.png15_0.png
        14_1.png15_1.png
        14_2.png 15_2.png
        14_3.png 15_3.png

        C 1 Reply Last reply 13 Jan 2025, 13:09
        1
        • A AlexNevskiy
          4 Dec 2024, 06:01

          About new theme, As for me some texts have become less clear, more pale and more badly readable. so it makes me strain my eyes to look through the titles. As a designers work it is very cool, and as my everyday tool it got some worse for me. It's only my opinion, may be I'm wrong. BTW I work at fullhd laptop and Qt creator doesn't allows me to grow up my menu- and toolbars fonts, so the texts look quite small.

          Some images for example: the old theme and the new one.

          14_0.png15_0.png
          14_1.png15_1.png
          14_2.png 15_2.png
          14_3.png 15_3.png

          C Offline
          C Offline
          cristian-adam
          wrote on 13 Jan 2025, 13:09 last edited by cristian-adam
          #4

          @AlexNevskiy You can use a stylesheet to increase the font size within Qt Creator. Start Qt Creator as: qtcreator -stylesheet fonts.css .

          fonts.css would look like this.

          QWidget
          {
              font: 10pt;
          } 
          

          Edit: it looks like you already know about this feature, as seen at https://forum.qt.io/topic/152617/how-to-change-qt-creator-fonts-which-look-very-small

          A 1 Reply Last reply 15 Jan 2025, 14:02
          1
          • C cristian-adam
            13 Jan 2025, 13:09

            @AlexNevskiy You can use a stylesheet to increase the font size within Qt Creator. Start Qt Creator as: qtcreator -stylesheet fonts.css .

            fonts.css would look like this.

            QWidget
            {
                font: 10pt;
            } 
            

            Edit: it looks like you already know about this feature, as seen at https://forum.qt.io/topic/152617/how-to-change-qt-creator-fonts-which-look-very-small

            A Offline
            A Offline
            AlexNevskiy
            wrote on 15 Jan 2025, 14:02 last edited by AlexNevskiy
            #5

            @cristian-adam

            Thank you for advice.

            Yes, I've tried to apply a stylesheet but it annoyingly increases the code text every time I open a new file.

            C 1 Reply Last reply 15 Jan 2025, 14:26
            0
            • A AlexNevskiy
              15 Jan 2025, 14:02

              @cristian-adam

              Thank you for advice.

              Yes, I've tried to apply a stylesheet but it annoyingly increases the code text every time I open a new file.

              C Offline
              C Offline
              cristian-adam
              wrote on 15 Jan 2025, 14:26 last edited by
              #6

              @AlexNevskiy The code text could be then set to be smaller, right? In settings.

              A 1 Reply Last reply 15 Jan 2025, 14:44
              0
              • C cristian-adam
                15 Jan 2025, 14:26

                @AlexNevskiy The code text could be then set to be smaller, right? In settings.

                A Offline
                A Offline
                AlexNevskiy
                wrote on 15 Jan 2025, 14:44 last edited by AlexNevskiy
                #7

                @cristian-adam
                No, it corresponds to the settings font size, and it adjusts to it after pressing "Ctrl++" and "Ctrl+-"(or "Ctrl+Mouse_Wheel") but it grows up again if I open a new file from time to time.

                1 Reply Last reply
                0

                • Login

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