Yes, switching from Qt 3 to Qt 4 (or from Qt/Embedded 3 to Qtopia 4) does require some porting efforts if that's the question.
Yes, switching from Qt 3 to Qt 4 (or from Qt/Embedded 3 to Qtopia 4) does require some porting efforts if that's the question.
J-P Nurmi
Hi again,
Thanks for infromation.But my understanding in my case is, i don't have to do to changes in the application. Let me explain one more time.
I added some internal function indic_shape of glyph drawing from qt.4.3 to qte3.3.6library and use the indic_shape for devanagiri and other indian language.
So i made changes only in qte library and that is w.r.t. to show combined character.
I can not insert the exact glyph to explain you clearly but let us assume.
character A + character B = character C
Here when two character A and B are coming from language.qm file then we need to display character c on screen but in reality AB is displaying.Same problem is coming in devanagiri language.
However here library code is modify then why the application should change???
As far as my understanding goes it won't application. Please confirm me.
Yes, you're right. Modifying a library like that does not require changes in the application.
J-P Nurmi
Bookmarks