How to show fonts in Welcome plugin?
-
-
When I first installed Qt, everything looked normal.
When I start qtcreator as root, everything also looks normal.So there seems to be nothing missing. Perhaps some user setting which I have to adjust?
-
Hi,
I did what you asked and it worked at first. But when I click on the examples button, al text is changed into squares again.
But I have saved both configurations, so I can compare them.
UPDATE:
In QtCreator.ini, if WelcomeTab=0 (Projects), everything is fine.
If WelcomeTab=1 (Examples) or WelcomeTab=2 (Tutorials), the text changes in squares.
When I change the value back to 0 or when I close QtCreator with the Projects tab selected, all is normal again.That being said, before removing the directory, the text remained changed. But the list of recent files was much longer. This seems to be related.
-
This weekend I reopened the Movie Example, which was already in my home directory, and now there are only green squares again, even if WelcomeTab=0.
I agree thats it's possibly a system/user configuration issue, but to find the cause, it would be helpfull to know if ther is something specific that QtCreator does/changes when the Examples button or Tutorials button is clicked or when for instance the Movie example is opened.
Any ideas?
-
Yep, I did (see my first post at the top for the libraries).
I’ve started QtCreator from the console, but there came no additional information.
This however could be expected if it is an user configuration problem. -
Found this "discussion":http://comments.gmane.org/gmane.comp.lib.qt.devel/14372
Try the suggestions from the post.
-
One more option is to install the last "snapshot":http://download.qt-project.org/snapshots/qtcreator/3.2.0-rc1/latest/ of QtCreator 3.2-rc1
-
Ah, thanks.
I will try both options when I get home.
Last evening I started a new project, instead of clicking on the last session, and suddenly everything looked normal again. ;-)