是否可以使用 Jambi 制作完全原生感觉的 GUI?

发布于 2024-09-30 15:53:53 字数 258 浏览 13 评论 0原文

使用 C++ 中的 Qt 制作的应用程序看起来就像 Windows、Linux 和 Mac OS X 上的本机应用程序。我正在尝试使用 Jambi 来完成同样的事情。这可能吗?我认为用 Jambi 编写的应用程序并不多,这使得我很难准确地了解我未来的应用程序会是什么样子。

我可以只使用 Java,而不使用 Qt,但是以这种方式制作的应用程序看起来也不像本机应用程序,这是我试图避免的事情。

因此,如果您有明确的是/否答案、一些示例或只是任何建议,我很乐意听取您的意见。

Applications made with Qt in C++ look like native apps on Windows, Linux, and Mac OS X. I'm trying to accomplish the same thing with Jambi. Is this possible? I don't think there are too many apps written with Jambi, which makes it a bit difficult to get an accurate impression of what my future apps would look like.

I could just use Java without Qt, but apps made that way don't look like native apps either, and that is something I'm trying to avoid.

So, if you have a clear yes/no answer, some examples, or just any suggestions at all, I'd love to hear from you.

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

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

发布评论

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

评论(2

作死小能手 2024-10-07 15:53:53

使用 C++ 中的 Qt 制作的应用程序看起来就像 Windows、Linux 和 Mac OS X 上的本机应用程序。

有些人可能会反对这一点,但我基本上同意。

我正试图在占碑完成同样的事情。这可能吗?

是的。 Jambi 通过创建 C++ DLL/共享库的包装器来运行。因此,您必须分发特定于操作系统的 jar 或执行一些 Java 应用程序通常不需要的额外工作。

我认为用 Jambi 编写的应用程序并不多,这使得我很难准确地了解我未来的应用程序会是什么样子。

Qt Jambi 已停产。尽管您有可用的源代码,但对于大多数应用程序,我建议此时使用不同的东西。根据您的需要,C++ 或 SWT 中的 Qt 可能是更好的选择。

Applications made with Qt in C++ look like native apps on Windows, Linux, and Mac OS X.

Some people would argue with this, but I essentially agree.

I'm trying to accomplish the same thing with Jambi. Is this possible?

Yes. Jambi operates by creating a wrapper around the C++ DLLs / shared libraries. Thus, you must distribute OS-specific jars or do some extra work not typically required by Java applications.

I don't think there are too many apps written with Jambi, which makes it a bit difficult to get an accurate impression of what my future apps would look like.

Qt Jambi has been discontinued. Although you have the source available, for most applications I'd recommend using something different at this point. Depending on your needs Qt in C++ or SWT may be better options.

肩上的翅膀 2024-10-07 15:53:53

QT Jambi 已被诺基亚打折,但有一个社区旨在支持 QtJambi 的下一个 Qt 版本。

我认为用 QtJambi 编写的应用程序并不多。
我找到了 Nevernote,但列表很短......

The QT Jambi has been discountinued by Nokia, but there is a community born to support QtJambi for the next Qt releases.

I think there aren't so many applications written in QtJambi.
I found Nevernote, but the list is short...

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