Qt应用程序-仅打开一个进程
我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即使您不想,
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.