Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Handling Layouts like in Qt Designer
Forum Update on Monday, May 27th 2025

Handling Layouts like in Qt Designer

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 586 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.
  • S Offline
    S Offline
    Sam
    wrote on last edited by
    #1

    Hi,

    I am working on an designer where I can put different custom widget with custom properties and functionality, All of which is configurable by the user, I would like to add a feature to handle layouts, the same way Qt designer does like

    1. Specifying a layout for a container (QWidget)
    2. Highlighting the position where we can drop the widget in a layout. (dark blue line in Qt Designer form)
    3. Component positioning and resizing.

    Any help is highly appreciated,

    Regads
    Sam

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      You can take a look on Qt "designer":http://code.woboq.org/qt5/qttools/src/designer/src/ or QtCreator "designer":http://code.woboq.org/qt5/qt-creator/src/plugins/designer/ plugin sources

      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