Qt Creator 15 Released: Check Out What's New!
-
Qt Community Managerwrote on 2 Dec 2024, 15:54 last edited by Pedro 12 Feb 2024, 15:57
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!
-
-
wrote on 3 Dec 2024, 09:28 last edited by nodir.temir 12 Mar 2024, 09:29
Please fix the QTCREATORBUG-25707.
-
wrote on 4 Dec 2024, 06:01 last edited by
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.
-
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.
wrote on 13 Jan 2025, 13:09 last edited by 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
-
@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
wrote on 15 Jan 2025, 14:02 last edited by AlexNevskiyThank 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.
-
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.
wrote on 15 Jan 2025, 14:26 last edited by@AlexNevskiy The code text could be then set to be smaller, right? In settings.
-
@AlexNevskiy The code text could be then set to be smaller, right? In settings.
wrote on 15 Jan 2025, 14:44 last edited by AlexNevskiy@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.