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. [Solved] Objects not showing up in full screen mode
QtWS25 Last Chance

[Solved] Objects not showing up in full screen mode

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 3 Posters 2.5k Views
  • 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.
  • E Offline
    E Offline
    Endless
    wrote on last edited by
    #1

    I have a Designer UI window in which I call showFullScreen(); It does take up the whole screen, and the objects that I defined in the UI are shown. The problem is that all the other objects I place on the screen aren't shown for some reason. They all have x,y coordinates that are well within the limits of the screen, so where are they?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      Laipis
      wrote on last edited by
      #2

      Can you post some of your code?

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        If you did not put them into a layout they are most probably just hidden by the full screen widget.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • E Offline
          E Offline
          Endless
          wrote on last edited by
          #4

          Yes, putting them in a layout did it. Thanks

          1 Reply Last reply
          0
          • G Offline
            G Offline
            goetz
            wrote on last edited by
            #5

            You're welcome. Please make sure to put [Solved] in front of the topic. Just hit the edit link right to your original post and adjust the title.

            http://www.catb.org/~esr/faqs/smart-questions.html

            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