是否可以将 Qt Assistant 作为小部件嵌入到我的应用程序中?

发布于 2024-10-09 22:58:26 字数 225 浏览 2 评论 0原文

我们正在 8 英寸触摸屏上运行我们的一个应用程序,并希望为其添加帮助。

从菜单项启动 Qt Assistant 对于桌面应用程序来说效果很好,但对于触摸应用程序来说还很不理想。

我还没有能够弄清楚是否可能或允许这样做?

QAssistant.exe 本身似乎有一些许可证限制,但也许还有另一种方法可以做到这一点,比如嵌入一个小型网络浏览器或其他东西

。 ,或类似的东西?

We're running one of our apps on a 8" touch screen and want to add help to it.

Launching Qt Assistant from a menu item works fine for desktop applications, but for touch applications it's far from ideal.

I haven't been able to figure out if it is possible, or permitted to do so?

QAssistant.exe itself seems to come with some license restrictions, but maybe there's another way to do this, like embedding a small web-browser or something.

Have anyone else tackled this, or something similar?

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

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

发布评论

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

评论(3

撞了怀 2024-10-16 22:58:26

看看 QtCreator 是如何做到这一点的,他们集成了 QtHelp,看起来与您想要的完全一样做。他们使用的库是 QtHelp 模块(我认为)。

Check out how QtCreator does this, they have integrated QtHelp which looks exactly like what you're trying to do. The library they use for that is the QtHelp module (I think).

痴者 2024-10-16 22:58:26

您应该检查 QHelpEngine 和 QHelpContentWidget 的文档。我认为这些课程能够满足您的需求。

You should check the documentation for QHelpEngine and QHelpContentWidget. I think that these classes will meet your needs.

一江春梦 2024-10-16 22:58:26

Another way would be to actually see how Qt Assistant is implemented, by looking at the source.

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