How to show a window in full screen mode?
-
Hello everyone, as the title says: how to show a window in full screen mode? I mean that the qml app alwalys stays on top of windows window system.
-
@small_bird
I'm sure you could have found this one as well:
https://forum.qt.io/topic/40282/solved-how-to-make-full-screen-in-qt-quick -
@Diracsbracket Yes, I have seen that, however, it flashes a lot!
-
@small_bird said in How to show a window in full screen mode?:
Yes, I have seen that, however, it flashes a lot!
It would have been more useful if you would have mentioned that in your post to begin with then...
-
@Diracsbracket OK, I remember that!
-
@small_bird said in How to show a window in full screen mode?:
OK, I remember that!
So, what have your tried? What is your current code?
-
@Diracsbracket The code is a little too much.
Here is one shortcut of my project. -
@small_bird said in How to show a window in full screen mode?:
The code is a little too much.
Post a minimal working example (not a screen capture) with only the things you do to maximize the screen (this includes the definition of your screen maximization animation). You don't need to show your complete program.
. -
@Diracsbracket The code is just one line:
visibility: Window.FullScreen -
@small_bird
What doeswindowEnterAnimation
do? -
@Diracsbracket It is the animation when window is created.
-
@small_bird said in How to show a window in full screen mode?:
It is the animation when window is created.
I give up...
-
@Diracsbracket When the window is created, the animation starts, it changes the window's opacity property from 0 to 1 and the y location from -1000 to the middle of the window.