[pyqt] Can't show QString textLabel in windows 98 GUI program
ulysses
ulysses_dm at yahoo.com.cn
Mon Oct 13 09:15:36 EDT 2003
"Neil Hodgson" <nhodgson at bigpond.net.au> wrote in message news:<fNiib.147967$bo1.14192 at news-server.bigpond.net.au>...
> ulysses:
>
> > I mean this program can show textlabel,capion in Win2000,winxp.
> > Because I use __tr() to translate multilanguage.
> > qApp.translate("Form",s,c) return a QString Object. it's a unicode codec.
> > I can't show it in Windows 98. Anyone can help me. I crazy for it.
>
> Unicode support on Windows 98 often requires more effort than on the
> Windows NT family which uses Unicode as the native string type. Have a look
> at using the Microsoft Layer for Unicode (MSLU). I do not know if QT is
> compatible with MSLU.
>
> MSLU:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mslu/winprog/microsoft_layer_for_unicode_on_windows_95_98_me_systems.asp
>
> Neil
Qt don't use MFC or comctrl . I download it .But I still failure.
More information about the Python-list
mailing list