[Solved] Qt 4.8.0 fonts not matching 4.7.4 compiles
-
I would be grateful if someone could steer me out of my problem. All applications I compile on QTSDK Creator using 4.7.4 compile with normal fonts but when I use 4.8.0 library the fonts are incorrect with sizes being larger and dots in the Zeros. They are very clunky looking.
When I run assistant from a terminal the same clunky fonts are there and I get error messages as follows which may be a clue ...
$ assistant
Could not load translation file assistant_en_NZ in directory /usr/local/Trolltech/Qt-4.8.0/translations.
Could not load translation file qt_en_NZ in directory /usr/local/Trolltech/Qt-4.8.0/translations.
Could not load translation file qt_help_en_NZ in directory /usr/local/Trolltech/Qt-4.8.0/translations.
Object::connect: No such signal HelpViewer::printRequested()If necessary I can supply screen shots of the 4.8.0 vs 4.7.4 compiles and would add that they are correct on other users machines. It seems mine is the only one giving trouble. My OS is Linux Mint 11 and all Mint and Qt updates have been installed.
-
Here are a couple of screenshots of my application showing the difference between compiling with Qt4.7 and Qt4.8
Here is my Qt4.8 output
Here is how it should look
!https://sdr-widget.googlegroups.com/attach/8ab3f24f6badac52/Screenshot-qt4.8.png?view=1&part=4()!
I would be grateful for any suggestions as to why these fonts are not right.