Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Can I hide a widget temporally in Designer?
Forum Updated to NodeBB v4.3 + New Features

Can I hide a widget temporally in Designer?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 3 Posters 473 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.
  • S Offline
    S Offline
    Sauntor
    wrote on last edited by Sauntor
    #1

    The Qt Designer draws widgets as the sequence you add them, so, some widgets may be shadowed after you doing some layout. Or you want to show some widgets(let it be WidgetA) conditionally, is there a way to layouting when WidgetA is visiable and when it is hidden?

    Be clear, the problem I want to solve is in the Designing/Editing phase, not runtime or preview phase.

    JonBJ Pl45m4P 2 Replies Last reply
    0
    • S Sauntor

      The Qt Designer draws widgets as the sequence you add them, so, some widgets may be shadowed after you doing some layout. Or you want to show some widgets(let it be WidgetA) conditionally, is there a way to layouting when WidgetA is visiable and when it is hidden?

      Be clear, the problem I want to solve is in the Designing/Editing phase, not runtime or preview phase.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Sauntor You cannot do this in Designer so far as I am aware.

      1 Reply Last reply
      2
      • S Sauntor

        The Qt Designer draws widgets as the sequence you add them, so, some widgets may be shadowed after you doing some layout. Or you want to show some widgets(let it be WidgetA) conditionally, is there a way to layouting when WidgetA is visiable and when it is hidden?

        Be clear, the problem I want to solve is in the Designing/Editing phase, not runtime or preview phase.

        Pl45m4P Offline
        Pl45m4P Offline
        Pl45m4
        wrote on last edited by
        #3

        @Sauntor said in Can I hide a widget temporally in Designer?:

        The Qt Designer draws widgets as the sequence you add them, so, some widgets may be shadowed after you doing some layout

        After you add layouts, no widget should overlap anything. If you have a proper layout, every widget has its place and enough space


        If debugging is the process of removing software bugs, then programming must be the process of putting them in.

        ~E. W. Dijkstra

        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