Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    [Solved] Objects not showing up in full screen mode

    QML and Qt Quick
    3
    5
    2182
    Loading More Posts
    • 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
      Endless last edited by

      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 Reply Quote 0
      • L
        Laipis last edited by

        Can you post some of your code?

        1 Reply Last reply Reply Quote 0
        • G
          goetz last edited by

          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 Reply Quote 0
          • E
            Endless last edited by

            Yes, putting them in a layout did it. Thanks

            1 Reply Last reply Reply Quote 0
            • G
              goetz last edited by

              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 Reply Quote 0
              • First post
                Last post