Qt应用程序-仅打开一个进程

发布于 2024-09-30 23:01:26 字数 155 浏览 4 评论 0原文

我有 Qt GUI 应用程序,我希望用户只打开一个。我希望如果用户第一次单击该 exe - 它将打开该应用程序,当他再次单击它时,它将打开第一个应用程序。

我不想用 QtSingleApplication 来做到这一点。 我想知道第二次如何打开GUI。

请帮助我!

I have Qt GUI application which I want that the user will open one only. I want that if the user will click first time on th exe - it will open the application and when he will click it again it will open the first one.

i don't want to do it with QtSingleApplication.
I want to know exacly how to open the GUI on the second time.

Help me please!

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

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

发布评论

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

评论(1

纵情客 2024-10-07 23:01:26

即使您不想,QtSingleApplication 也可以。如果您想了解它是如何实现的,您可以随时 阅读源代码

Even if you don't want to, QtSingleApplication is what works. If you want to learn how it is implemented, you can always read the source code.

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