Qt 中的 GUI 或 Android 中的 GUI

发布于 2024-09-12 02:02:06 字数 259 浏览 1 评论 0原文

用 QT 编写的嵌入式应用程序 (GUI),并与基于 Android 的应用程序(主要应用程序)进行通信(通过 IPC、SPI 等其他机制)。想知道 1. 此类设计的总体优缺点 2. GUI的可重用性(在Android上编写GUI会更好吗?) 3. 考虑这两个应用程序将在不同的计算机(Linux 和 Windows)上运行,它们进行通信的可行性如何。

进行此类设计的最佳方法是什么?我是新人(QT 和 Android),不知道其他首选做法。

任何信息都会有用。 谢谢

Embedded Application (GUI) written in QT and communicating (Via IPC, SPI some other mechanism) with an Android based application (the primary application). Would like to know
1. The overall pros and cons of such design
2. Re usability of the GUI (would it be better to write your GUI on Android?)
3. Consider the two apps will be running on different machines (Linux and windows), how feasible it would be for them to communicate.

What is the best way to do this sort of design. I am new(in QT and Android) and do not know of the other preferred practice.

Any info would be useful.
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青衫负雪 2024-09-19 02:02:06

我会使用适合操作系统的 GUI 工具包。 Android 的 GUI 适用于在 Android 上运行的程序,QT 适用于在 Linux 或 Windows 上运行的程序。

I would use the GUI toolkit that fits the operating system. Android's GUI for programs running on Android, QT for programs running on Linux or Windows.

洒一地阳光 2024-09-19 02:02:06

您可能想看看 Android Lighthouse,这是一个适用于 Android 的 Qt 端口。

You may want to have a look at Android Lighthouse, which is a Qt port for Android.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文