Qt Creator 15 Released: Check Out What's New!
-
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!
-
-
Please fix the QTCREATORBUG-25707.
-
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.
-
@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
-
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.
-
@AlexNevskiy The code text could be then set to be smaller, right? In settings.
-
@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.