[Solved] Not all the text in my application is translated.
Hello Qt devs!
As the title says, not all the text in my application is translated when running this code:
- QTranslator translator;
- translator.load("dan.qm");
- a.installTranslator(&translator);
Only parts of my application are translated. When looking in QLinguist, all sentences seems to be accepted – none are greyed out.
Has anyone experienced this as well?
Thank you for your time!
13 replies
Setting up a MinGW/Qt only environment…
— QTDIR set to C:\Qt\4.7.4
— PATH set to C:\Qt\4.7.4\bin
— Adding C:\MinGW\bin to PATH
— Adding C:\Windows\System32 to PATH
— QMAKESPEC set to win32-g++
C:\Qt\4.7.4>cd..
C:\Qt>cd..
C:\>cd Users\Mads\workspace\FlexTabDemo
C:\Users\Mads\workspace\FlexTabDemo>lupdate FlexTabDemo.pro
C:/Qt/4.7.4/mkspecs/features/default_post.prf(5):Function ‘system’ is not implem
ented
C:/Qt/4.7.4/mkspecs/features/debug_and_release.prf(66):Function ‘eval’ is not im
plemented
C:/Qt/4.7.4/mkspecs/features/debug_and_release.prf(69):Function ‘eval’ is not im
plemented
C:/Qt/4.7.4/mkspecs/features/debug_and_release.prf(72):Function ‘eval’ is not im
plemented
C:/Qt/4.7.4/mkspecs/features/debug_and_release.prf(75):Function ‘eval’ is not im
plemented
C:/Qt/4.7.4/mkspecs/features/debug_and_release.prf(78):Function ‘eval’ is not im
plemented
C:/Qt/4.7.4/mkspecs/features/debug_and_release.prf(80):Function ‘eval’ is not im
plemented
C:/Qt/4.7.4/mkspecs/features/debug_and_release.prf(82):Function ‘eval’ is not im
plemented
C:/Qt/4.7.4/mkspecs/features/debug_and_release.prf(84):Function ‘eval’ is not im
plemented
C:/Qt/4.7.4/src/corelib/tools/qstringbuilder.h:45: circular inclusion of c:/Qt/4
.7.4/include/QtCore/qstring.h
C:/Qt/4.7.4/src/gui/painting/qwmatrix.h:45: circular inclusion of c:/Qt/4.7.4/in
clude/QtGui/qmatrix.h
c:/Qt/4.7.4/include/QtGui/qaction.h:1: circular inclusion of C:/Qt/4.7.4/src/gui
/kernel/qaction.h
c:/Qt/4.7.4/include/QtGui/qboxlayout.h:1: circular inclusion of C:/Qt/4.7.4/src/
gui/kernel/qboxlayout.h
C:/Qt/4.7.4/src/gui/kernel/qgridlayout.h:45: circular inclusion of c:/Qt/4.7.4/i
nclude/QtGui/qlayout.h
Updating ‘dan.ts’…
Found 82 source text(s) (0 new and 82 already existing)
Updating ‘eng.ts’…
Found 82 source text(s) (0 new and 82 already existing)
Updating ‘ger.ts’…
Found 82 source text(s) (0 new and 82 already existing)
C:\Users\Mads\workspace\FlexTabDemo>
You must log in to post a reply. Not a member yet? Register here!




