Qt Quarterly is a paper-based newsletter exclusively available to Trolltech's Qt customers. As a courtesy and convenience, a selection of delayed articles are made available online in HTML format. Some of the more interesting articles are "Designing Qt-Style C++ APIs" by Matthias Ettrich, "Qt 4's New Style of Iterators" and
"The QStyle API in Qt 4" both by Jasmin Blanchette.
Comments:
can I compile KDE 3.4.1 with qt4? - fast_rizwaan - 2005-07-13
is it possible to compile KDE 3.4.1 with qt4, i need the unicode support.
Re: can I compile KDE 3.4.1 with qt4? - Anonymous - 2005-07-13
No. What Unicode support are you missing in Qt 3.3 exactly?
Re: can I compile KDE 3.4.1 with qt4? - fast_rizwaan - 2005-07-13
basically Hindi (devanagari), type "aassddff aassddff"(using hindi keyboard layout causes garbage) i.e., "à¥à¥à¥à¥à¥à¥à¤¿à¤¿ à¥à¥à¥à¥à¥à¥à¤¿à¤¿" and FRA फ़à¥à¤° which should be like फà¥à¤°à¤¼ is not rendered properly in KDE 3.4.1 because of QT 3.3.4 because many words are based on FRA (फ़à¥à¤°) like AFRICA, FREE, like "à¤
फà¥à¤°à¥à¤à¤¾", "फà¥à¤°à¥" (these are APHRICA and PHREE to show you that फ़à¥à¤° should be like फà¥à¤° with a dot). Though Open Office 1.1.4 has no problem with that rendering.
Shy do I need that weird "aassddff aassddff" like thing? It is because I am creating Hindi Typing lessons for KTouch and because of QT 3.x it is not comfortable :(
thanks though.
Re: can I compile KDE 3.4.1 with qt4? - Lars Knoll - 2005-07-14
The "aassddff" sequences look correct (at least with the font I'm using here).
If you have some problems and some combination of chars are not rendered correctly, please send a mail to qt-bugs@trolltech.com, so that we can fix the issue for the next patch level release of Qt.
Just posting issues here gives you the 99% chance they won't be found by the relevant people.
Thanks,
Lars
[OT] QComboBox - ac - 2005-07-16
some method descriptions are missing in http://doc.trolltech.com/4.0/qcombobox.html such as clear() removeItem() ...
Re: [OT] QComboBox - Nicolas Goutte - 2005-07-16
You should better report documentation errors to Qt Bugs. (See http://doc.trolltech.com/4.0/bughowto.html for the email address.)
Have a nice day!