Python + Qt -> 2D overlay over other full screen app?

亡梦爱人 提交于 2021-01-27 18:34:57

问题


Backgroud: I play Grand Strategy Games a lot. Part of addcition comes out of AARs (After Action Reports). Stories players write about games. Ofc. that require save games cause "quick" game is longer than 10 hours.

Problem: Game do not support automatic save games other than 3 autosaves that get overridden every time. So I want to write app that will use Qt for tracking file changes. Every time game auto saves, this app will rename and move to choosen location savegame. But since its full screen game, players may forgot to turn on my app I need way to indicate state of my app.

Question: How can I make 2D overlay over portion of full screen 3D app, given that I use Python and Qt?

Alternative I do not think that sound warnings would solve my problem, since it would work if someone forgotten to choose save game to track, but it would not work if someone completely forgot to turn on my app. While lack of icon would be enough to inform about such mistake.

But if you can find any other way to indicate that my app is not turned on or configured, post your ideas in answers.

来源:https://stackoverflow.com/questions/12334217/python-qt-2d-overlay-over-other-full-screen-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!