Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to show a window in full screen mode?
Qt 6.11 is out! See what's new in the release blog

How to show a window in full screen mode?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
13 Posts 2 Posters 2.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • small_birdS small_bird

    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.

    DiracsbracketD Offline
    DiracsbracketD Offline
    Diracsbracket
    wrote on last edited by Diracsbracket
    #2

    @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

    small_birdS 1 Reply Last reply
    0
    • DiracsbracketD Diracsbracket

      @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

      small_birdS Offline
      small_birdS Offline
      small_bird
      wrote on last edited by
      #3

      @Diracsbracket Yes, I have seen that, however, it flashes a lot!

      DiracsbracketD 1 Reply Last reply
      0
      • small_birdS small_bird

        @Diracsbracket Yes, I have seen that, however, it flashes a lot!

        DiracsbracketD Offline
        DiracsbracketD Offline
        Diracsbracket
        wrote on last edited by
        #4

        @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...

        small_birdS 1 Reply Last reply
        0
        • DiracsbracketD Diracsbracket

          @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...

          small_birdS Offline
          small_birdS Offline
          small_bird
          wrote on last edited by
          #5

          @Diracsbracket OK, I remember that!

          DiracsbracketD 1 Reply Last reply
          0
          • small_birdS small_bird

            @Diracsbracket OK, I remember that!

            DiracsbracketD Offline
            DiracsbracketD Offline
            Diracsbracket
            wrote on last edited by
            #6

            @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?

            small_birdS 1 Reply Last reply
            0
            • DiracsbracketD Diracsbracket

              @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?

              small_birdS Offline
              small_birdS Offline
              small_bird
              wrote on last edited by
              #7

              @Diracsbracket The code is a little too much.0_1534770512717_捕获.PNG
              Here is one shortcut of my project.

              DiracsbracketD 1 Reply Last reply
              0
              • small_birdS small_bird

                @Diracsbracket The code is a little too much.0_1534770512717_捕获.PNG
                Here is one shortcut of my project.

                DiracsbracketD Offline
                DiracsbracketD Offline
                Diracsbracket
                wrote on last edited by Diracsbracket
                #8

                @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.
                .

                small_birdS 1 Reply Last reply
                0
                • DiracsbracketD Diracsbracket

                  @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.
                  .

                  small_birdS Offline
                  small_birdS Offline
                  small_bird
                  wrote on last edited by
                  #9

                  @Diracsbracket The code is just one line:
                  visibility: Window.FullScreen

                  DiracsbracketD 1 Reply Last reply
                  0
                  • small_birdS small_bird

                    @Diracsbracket The code is just one line:
                    visibility: Window.FullScreen

                    DiracsbracketD Offline
                    DiracsbracketD Offline
                    Diracsbracket
                    wrote on last edited by
                    #10

                    @small_bird
                    What does windowEnterAnimation do?

                    small_birdS 1 Reply Last reply
                    0
                    • DiracsbracketD Diracsbracket

                      @small_bird
                      What does windowEnterAnimation do?

                      small_birdS Offline
                      small_birdS Offline
                      small_bird
                      wrote on last edited by
                      #11

                      @Diracsbracket It is the animation when window is created.

                      DiracsbracketD 1 Reply Last reply
                      0
                      • small_birdS small_bird

                        @Diracsbracket It is the animation when window is created.

                        DiracsbracketD Offline
                        DiracsbracketD Offline
                        Diracsbracket
                        wrote on last edited by Diracsbracket
                        #12

                        @small_bird said in How to show a window in full screen mode?:

                        It is the animation when window is created.

                        I give up...

                        small_birdS 1 Reply Last reply
                        0
                        • DiracsbracketD Diracsbracket

                          @small_bird said in How to show a window in full screen mode?:

                          It is the animation when window is created.

                          I give up...

                          small_birdS Offline
                          small_birdS Offline
                          small_bird
                          wrote on last edited by small_bird
                          #13

                          @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.

                          1 Reply Last reply
                          0

                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved