Support for Windows Embedded CE6

Espen Riskedal espenr at trolltech.com
Tue Oct 9 15:59:22 CEST 2007


T.Barth at t-systems.com wrote:
> We developed a small 
> test software with graphic surface and compiled it for several platforms 
> (Win32, Windows Mobile 5 and Windows Embedded CE 6 Standard SDK). We 
> have large differences in the graphic elements between Windows CE 6 and 
> Windows Mobile 5 platform executables. The tests were made with 
> „4.3CEsweetandsour“-version of Qt.

Can you please try it out with the current Technology Preview of 
Qt/WinCE available here:
http://trolltech.com/developer/download/qt-wince-preview-commercial-4.3.2-vs2005.exe
and see if the same issues still exists?

> Now we have the following questions to you:
> - Can you say something about the reasons for the different behaviour?

No :) I need either screenshots or the code. If you simply mean that the 
different widgets look a little bit different when it comes to color, 
that is most likely because we have a different look-and-feel for 
Windows CE and Windows Mobile. Try setting the style explicitly in your 
example, something like:

qApp->setStyle(new QWindowsMobileStyle);

before you show it. Then I guess the "large differences in the graphic 
elements" should go away.

> - Which state has the Qt-development for Windows Embedded CE 6?

We have created our own "Standard SDK" for Windows CE 6.0 using Platform 
Builder that we test against.

> - Is support for Windows CE 6 planned? If yes can you tell us when you

It is already supported, if not please tell us any issues you find.


I hope this helps to answer your questions. Feel free to ask more.

espen



More information about the Qtce-preview-feedback mailing list