开发者

what is the difference between QT-Embedded and QTopia?

开发者 https://www.devze.com 2022-12-20 01:40 出处:网络
I have seen so many documentation about QT Embedded and QTopia. But not clea开发者_运维问答r about the difference. Can anybody please explain the differences?Qtopia uses a subset of Qt/Embedded. It\'s

I have seen so many documentation about QT Embedded and QTopia. But not clea开发者_运维问答r about the difference. Can anybody please explain the differences?


Qtopia uses a subset of Qt/Embedded. It's designed for handheld devices such as PDAs and cell phones. On some platforms, it also provides a special native look and feel to coincide with the PDA/cell phone/device.

Qt/Embedded is a more general purpose framework for embedded application development on various devices. It is often used in embedded Linux applications, where a full window manager etc. are not available. It has a smaller footprint than Qt but larger than Qtopia.


In order to decide which is better for your application, you should look at the libraries that are part of Qt/Embedded but not Qtopia. Also examine your system resources: the closer your system is to a normal desktop/laptop computer, the more likely Qt/Embedded is the choice. The closer you are to PDA or phone hardware, Qtopia is the likely candidate.

0

精彩评论

暂无评论...
验证码 换一张
取 消