Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Displaying the component in a different location
Qt 6.11 is out! See what's new in the release blog

Displaying the component in a different location

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 1 Posters 280 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.
  • I Offline
    I Offline
    Idodoqdo
    wrote on last edited by
    #1

    Hello everyone, I need to display the lower panel in the left corner of the upper part when I click the button. The elements at the top and bottom are in different splitviews. I decided that I would load one component via Loader into 2 different splitviews, but as a result they are different, the data on them is different. How can I make the lower remote control appear in the upper part, please tell me

        Component {
            id : pu_bhz_component
            PU_Bhz {
                id: pu_bhz
                objectName: "pubhz"
    
            }
        }
    

    a75faa35-7b62-4aab-9753-3ac004f6b015-image.png

    f1b111ab-5ecd-43ec-800b-a19935e10efc-image.png

    I 1 Reply Last reply
    0
    • I Idodoqdo

      Hello everyone, I need to display the lower panel in the left corner of the upper part when I click the button. The elements at the top and bottom are in different splitviews. I decided that I would load one component via Loader into 2 different splitviews, but as a result they are different, the data on them is different. How can I make the lower remote control appear in the upper part, please tell me

          Component {
              id : pu_bhz_component
              PU_Bhz {
                  id: pu_bhz
                  objectName: "pubhz"
      
              }
          }
      

      a75faa35-7b62-4aab-9753-3ac004f6b015-image.png

      f1b111ab-5ecd-43ec-800b-a19935e10efc-image.png

      I Offline
      I Offline
      Idodoqdo
      wrote on last edited by
      #2

      @Idodoqdo 721dc891-cac5-4e9e-95f0-eb0937c85d4a-image.png

      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