0

I have a menu that, when toggled, starts a QProcess that lauches an external app. How to make sure that the launched upp stays on top since I can't use the QT Window flag?

alkah
  • 1
  • 2
  • If the process is stand-alone, and thus interacts with the window manager on its own, Qt can do very little for you. I suggest looking into your window manager. – JefGli May 23 '16 at 12:57
  • Can you patch the code of that external process? – dvvrd May 23 '16 at 13:59
  • @dvvrd it's just any stand alone app, could be firefox or whatever. I'm just trying to make it stick always on top of the application that has the menu to launch it. – alkah May 23 '16 at 14:39
  • @JeffreyvandeGlind Since I can't identify the process, I wanted something that I can add as argument when i start the process, do you thik this is possible ? – alkah May 23 '16 at 16:35
  • @alkah depends on the window manager. I suggest looking for some documentation about your window manager. – JefGli May 23 '16 at 18:42

0 Answers0