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. How to Add QGraphicsScene QDialog ?
Qt 6.11 is out! See what's new in the release blog

How to Add QGraphicsScene QDialog ?

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

    Inside the QDialog is a QWiget that shows coordinates and pictures.

    Since QDialog inherits QWidget,
    To add this Dialog to QGraphicsScene,

    I did QGraphicsScene-> addWidget (QDialog).

    The QWidgets that were previously in the QDialog are shown separately where the scene moved.
    QDialog is displayed on the screen separately, but there is nothing inside.

    How can I show Dialog as item normally?

    jsulmJ 1 Reply Last reply
    0
    • P Pada_

      Inside the QDialog is a QWiget that shows coordinates and pictures.

      Since QDialog inherits QWidget,
      To add this Dialog to QGraphicsScene,

      I did QGraphicsScene-> addWidget (QDialog).

      The QWidgets that were previously in the QDialog are shown separately where the scene moved.
      QDialog is displayed on the screen separately, but there is nothing inside.

      How can I show Dialog as item normally?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Pada_ Why do you want to put a QDialog into a QGraphicsScene?!
      A QDialog is a separate window, I don't see the point to add it to a QGraphicsScene.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved