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!

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

Scheduled Pinned Locked Moved Announcements
7 Posts 4 Posters 873 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.
  • PedroP Offline
    PedroP Offline
    Pedro
    Qt Community Manager
    wrote on last edited by Pedro
    #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
    • PedroP Pedro marked this topic as a regular topic on
    • N Offline
      N Offline
      nodir.temir
      wrote on last edited by nodir.temir
      #2

      Please fix the QTCREATORBUG-25707.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AlexNevskiy
        wrote on 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

        cristian-adamC 1 Reply Last reply
        1
        • A AlexNevskiy

          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

          cristian-adamC Offline
          cristian-adamC Offline
          cristian-adam
          wrote on 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
          1
          • cristian-adamC cristian-adam

            @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 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.

            cristian-adamC 1 Reply Last reply
            0
            • A AlexNevskiy

              @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.

              cristian-adamC Offline
              cristian-adamC Offline
              cristian-adam
              wrote on last edited by
              #6

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

              A 1 Reply Last reply
              0
              • cristian-adamC cristian-adam

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

                A Offline
                A Offline
                AlexNevskiy
                wrote on 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