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. Selection (or Bounding) box for widgets.
Qt 6.11 is out! See what's new in the release blog

Selection (or Bounding) box for widgets.

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 505 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.
  • A Offline
    A Offline
    amitgolhani
    wrote on last edited by amitgolhani
    #1

    Hello,

    I am developing an application where I need to develop module similar to "Qt Designer" responsible for creating GUI. In this module I am inheriting QDialog class to create a new form in my module. In this module ( similar to designer) I created some custom widgets by inheriting standard Qt widgets e.g. push button, radio button etc. and all these objects are available in my designer module for placing it on a form. Now if I create a form and then place custom widget on a form then I am able to move widget within form boundaries.

    Now I need bounding box or selection box for widgets to achieve following functionality:

    • It should be possible for me to select widget using bounding box and then move widgets by dragging it within the boundary of a form

    • It should be possible for me to shrink and expand widgets using bounding box

    • It should be possible for me to select one or more widgets using bounding box

    Please suggest approach to achieve above functionalists.

    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